summaryrefslogtreecommitdiffstats
path: root/apps (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add DTLS support.Ben Laurie2005-04-265-34/+248
* change prototype of the ecdh KDF: make input parameter const and the outlen a...Nils Larsch2005-04-231-3/+5
* Add debug target, remove cast, note possible bug.Ben Laurie2005-04-231-1/+1
* make updateNils Larsch2005-04-221-1/+1
* signed vs. unsigned.Richard Levitte2005-04-201-1/+1
* Various Win32 and other fixes for warnings and compilation errors.Dr. Stephen Henson2005-04-192-2/+2
* const fixesNils Larsch2005-04-153-7/+7
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* const fixesNils Larsch2005-04-082-4/+4
* some const fixesNils Larsch2005-04-0519-65/+71
* update progs.pl to reflect changes in progs.hNils Larsch2005-04-052-5/+7
* use SHA-1 as the default digest for the apps/openssl commandsNils Larsch2005-04-024-4/+4
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-315-6/+5
* Blow away Makefile.ssl.Ben Laurie2005-03-301-5/+4
* add new curves to the loop (with some cleanup from me)Nils Larsch2005-03-211-26/+27
* "make depend". This takes into account the algorithms that are nowBodo Möller2005-03-131-6/+5
* Shut whiny make's up.Andy Polyakov2005-02-031-1/+1
* Address run-time linker problems: LD_PRELOAD issue on multi-ABI platformsAndy Polyakov2005-02-023-22/+21
* The mix of CFLAGS and LDFLAGS is a bit confusing in my opinion, andRichard Levitte2005-01-271-4/+4
* Please BSD make...Andy Polyakov2005-01-251-1/+1
* DJGPP update.Andy Polyakov2005-01-042-1/+7
* Remove naming conflict between variable and label.Andy Polyakov2004-12-301-4/+4
* Prompt for passphrases for PKCS12 input formatDr. Stephen Henson2004-12-291-10/+52
* Add functionality needed to process proxy certificates.Richard Levitte2004-12-282-0/+106
* Fix s_client so it works without a certificate again.Dr. Stephen Henson2004-12-132-10/+23
* Propagate a few more variables to Makefile.shared when linkingRichard Levitte2004-12-131-2/+4
* Use X509_cmp_time() in -checkend option, to support GeneralizedTime.Dr. Stephen Henson2004-12-051-2/+2
* Add -passin argument to dgst command.Dr. Stephen Henson2004-12-031-1/+16
* Make an explicit check during certificate validation to see that theRichard Levitte2004-11-291-0/+1
* Typo.Dr. Stephen Henson2004-11-231-1/+1
* Fix memory leak.Dr. Stephen Henson2004-11-231-5/+12
* In "req" exit immediately if configuration file is needed and it can'tDr. Stephen Henson2004-11-171-4/+7
* PR: 910Dr. Stephen Henson2004-11-164-7/+194
* PR: 940Dr. Stephen Henson2004-11-141-1/+1
* Zap obsolete der_chop script.Dr. Stephen Henson2004-11-142-306/+1
* Fix x509.c so it creates serial number file again if noDr. Stephen Henson2004-11-131-2/+5
* Cut'n'paste mistake. All tested OK now...Richard Levitte2004-11-111-1/+1
* Whoops, syntactic mistake...Richard Levitte2004-11-111-2/+2
* Some find it confusing that environment variables are set when sharedRichard Levitte2004-11-111-12/+15
* Use the default_md config file value when signing CRLs.Dr. Stephen Henson2004-11-111-29/+18
* Don't return an error with crl -noout.Dr. Stephen Henson2004-11-111-1/+5
* Make sure LD_PRELOAD is only set when we build shared libraries (andRichard Levitte2004-11-051-0/+4
* Update ECDSA and ECDH for OPENSSL_NO_ENGINE.Geoff Thorpe2004-10-212-0/+8
* make updateRichard Levitte2004-09-101-1/+2
* Reformat smime utility.Dr. Stephen Henson2004-09-074-64/+103
* Don't use 'explicit' for variable name.Dr. Stephen Henson2004-09-071-3/+3
* Reformat smime.cDr. Stephen Henson2004-09-071-167/+331
* New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson2004-09-064-10/+142
* On systems that use case-insensitive symbol names (i.e. they're allRichard Levitte2004-08-124-6/+6
* Call setup_engine after autoconfig.Dr. Stephen Henson2004-08-061-4/+4