aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Add missing '#ifndef NO_DSA'.Bodo Möller2001-03-221-0/+2
* Add missing '#ifndef NO_DSA'.Bodo Möller2001-03-221-0/+2
* make updateRichard Levitte2001-03-161-18/+18
* From revision 1.54, 2001-03-16 10:30 levitte:Richard Levitte2001-03-161-1/+1
* Include openssl/rand.h so RAND_status() gets properly declared.Richard Levitte2001-03-142-0/+2
* Fix: return 0 if no error occured.Bodo Möller2001-03-131-0/+1
* honour -no_tmp_rsaBodo Möller2001-02-201-1/+2
* Add '-rand' option to s_server and s_client.Lutz Jänicke2001-02-152-2/+30
* don't dump coreBodo Möller2001-02-061-5/+4
* If the source has already been succesfully queried, do not try to open itLutz Jänicke2001-02-031-2/+4
* Fix openssl passwd -1Bodo Möller2001-01-191-1/+1
* Fix C code generate by 'openssl dsaparam -C'.Bodo Möller2001-01-101-1/+1
* Fix from main trunk, 2000-10-17 00:56 steve:Richard Levitte2000-10-273-10/+10
* rsautl.c requires RSA.Bodo Möller2000-10-261-0/+4
* Oops, if the target only had USE_TOD, an error message was issued...Richard Levitte2000-09-211-1/+1
* Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte2000-09-212-1/+3
* AIX doesn't like ftime() either.Richard Levitte2000-09-201-1/+1
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-2029-47/+306
* BSDI only supports ftime() through libcompat, which means it'sRichard Levitte2000-09-191-1/+1
* Fix a typo in apps/pkcs12.c which was using the wrong part ofDr. Stephen Henson2000-09-192-9/+9
* FreeBSD only supports ftime() through libcompat, which means it'sRichard Levitte2000-09-191-1/+1
* ftime() is not supported on SGI.Richard Levitte2000-09-181-1/+1
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-174-10/+10
* siglen is unsigned, so comparing it to less than 0 is silly, andRichard Levitte2000-09-171-1/+1
* 'make update'Richard Levitte2000-09-151-84/+115
* Move up inclusion of conf.h, so non-MONOLITH programs can benefit fromRichard Levitte2000-09-151-1/+1
* rsa_num2 is no longer used, so remove it.Richard Levitte2000-09-141-1/+1
* Better error checking for RSA and DSA signature and verification speedRichard Levitte2000-09-121-65/+112
* DSA_verify() and DSA_sign() might return -1...Richard Levitte2000-09-111-2/+2
* OpenBSD doesn't support timeb.Richard Levitte2000-09-111-1/+1
* Last minute update, in time to make it to 0.9.6-beta1Richard Levitte2000-09-111-0/+1
* Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent us patches to makeRichard Levitte2000-09-101-0/+7
* More VMS synchronisationRichard Levitte2000-09-091-0/+1
* Synchronise the VMS build with the Unix one.Richard Levitte2000-09-081-2/+2
* Update verify docs.Dr. Stephen Henson2000-09-081-1/+5
* 'make update'Richard Levitte2000-09-071-69/+87
* Get rid of ASN1_UTCTIME_get, which cannot work with time_tBodo Möller2000-09-061-57/+74
* typoBodo Möller2000-09-061-1/+1
* Add OAEP. Seed the PRNG.Bodo Möller2000-09-061-1/+6
* Fix typo in rsautl.Dr. Stephen Henson2000-09-051-1/+1
* *BIG* verify code reorganisation.Dr. Stephen Henson2000-09-051-6/+21
* Keep a not of original encoding in certificate requests.Dr. Stephen Henson2000-09-051-0/+2
* Avoid abort() throughout the library, except when preprocessorBodo Möller2000-09-041-0/+19
* Add 'rsautl' low level RSA utility.Dr. Stephen Henson2000-09-037-5/+337
* Fix typo in i2d_ASN1_ENUMERATEDDr. Stephen Henson2000-08-301-14/+174
* New option to CA.pl to sign request using CA extensions.Dr. Stephen Henson2000-08-242-1/+6
* Various fixes...Dr. Stephen Henson2000-08-211-0/+2
* MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte2000-08-145-423/+523
* Memory leaks fix. It now looks like all memory leaks, at least aroundRichard Levitte2000-08-111-0/+2
* Memory leaks fix. There seems to be more in other parts of OpenSSL...Richard Levitte2000-08-111-25/+106