summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 'make update' with a default configuration.Richard Levitte2005-05-191-19/+18
* OPENSSL_Applink update.Andy Polyakov2005-05-171-1/+0
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-3/+5
* ecc api cleanup; summary:Nils Larsch2005-05-165-183/+156
* Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller2005-05-161-2/+2
* Consolidate BUILDENV [idea is to keep all variables in one place].Andy Polyakov2005-05-151-8/+2
* Fool-proofing MakefilesAndy Polyakov2005-05-151-3/+1
* Make -CSP option work again in pkcs12 utility by checking forDr. Stephen Henson2005-05-151-0/+4
* give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch2005-05-103-5/+5
* improve command line argument checkingNils Larsch2005-05-101-0/+4
* Update util/ck_errf.pl script, and have it run automaticallyBodo Möller2005-05-091-0/+13
* Add prototype.Ben Laurie2005-05-011-0/+2
* Fold rules in test/Makefiles [from stable].Andy Polyakov2005-04-301-4/+2
* From branch OpenSSL_0_9_7-stable, 2004-08-11 22:34:Richard Levitte2005-04-301-2/+2
* All kinds of changes from branch OpenSSL_0_9_7-stableRichard Levitte2005-04-301-7/+46
* add 192 bit prime curve to the command line optionsNils Larsch2005-04-291-2/+4
* Lots of Win32 fixes for DTLS.Dr. Stephen Henson2005-04-271-2/+2
* Port prime utility across from stable branch.Dr. Stephen Henson2005-04-263-3/+133
* make updateBodo Möller2005-04-261-101/+112
* Fixes for signed/unsigned warnings and shadows.Dr. Stephen Henson2005-04-264-5/+5
* 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-072-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-201-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-013-22/+21
* The mix of CFLAGS and LDFLAGS is a bit confusing in my opinion, andRichard Levitte2005-01-261-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