summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2001-02-20honour -no_tmp_rsaBodo Möller
2001-02-15Add '-rand' option to s_server and s_client.Lutz Jänicke
2001-02-06don't dump coreBodo Möller
2001-02-03If the source has already been succesfully queried, do not try to open itLutz Jänicke
2001-01-19Fix openssl passwd -1Bodo Möller
2001-01-10Fix C code generate by 'openssl dsaparam -C'.Bodo Möller
2000-10-27Fix from main trunk, 2000-10-17 00:56 steve:Richard Levitte
2000-10-26rsautl.c requires RSA.Bodo Möller
2000-09-21Oops, if the target only had USE_TOD, an error message was issued...Richard Levitte
2000-09-21Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte
2000-09-20AIX doesn't like ftime() either.Richard Levitte
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte
2000-09-19BSDI only supports ftime() through libcompat, which means it'sRichard Levitte
2000-09-19Fix a typo in apps/pkcs12.c which was using the wrong part ofDr. Stephen Henson
2000-09-19FreeBSD only supports ftime() through libcompat, which means it'sRichard Levitte
2000-09-18ftime() is not supported on SGI.Richard Levitte
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte
2000-09-17siglen is unsigned, so comparing it to less than 0 is silly, andRichard Levitte
2000-09-15'make update'Richard Levitte
2000-09-15Move up inclusion of conf.h, so non-MONOLITH programs can benefit fromRichard Levitte
2000-09-14rsa_num2 is no longer used, so remove it.Richard Levitte
2000-09-12Better error checking for RSA and DSA signature and verification speedRichard Levitte
2000-09-11DSA_verify() and DSA_sign() might return -1...Richard Levitte
2000-09-11OpenBSD doesn't support timeb.Richard Levitte
2000-09-11Last minute update, in time to make it to 0.9.6-beta1Richard Levitte
2000-09-10Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent us patches to makeRichard Levitte
2000-09-09More VMS synchronisationRichard Levitte
2000-09-08Synchronise the VMS build with the Unix one.Richard Levitte
2000-09-08Update verify docs.Dr. Stephen Henson
2000-09-07'make update'Richard Levitte
2000-09-06Get rid of ASN1_UTCTIME_get, which cannot work with time_tBodo Möller
2000-09-06typoBodo Möller
2000-09-06Add OAEP. Seed the PRNG.Bodo Möller
2000-09-05Fix typo in rsautl.Dr. Stephen Henson
2000-09-05*BIG* verify code reorganisation.Dr. Stephen Henson
2000-09-05Keep a not of original encoding in certificate requests.Dr. Stephen Henson
2000-09-04Avoid abort() throughout the library, except when preprocessorBodo Möller
2000-09-03Add 'rsautl' low level RSA utility.Dr. Stephen Henson
2000-08-30Fix typo in i2d_ASN1_ENUMERATEDDr. Stephen Henson
2000-08-24New option to CA.pl to sign request using CA extensions.Dr. Stephen Henson
2000-08-21Various fixes...Dr. Stephen Henson
2000-08-14MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte
2000-08-11Memory leaks fix. It now looks like all memory leaks, at least aroundRichard Levitte
2000-08-11Memory leaks fix. There seems to be more in other parts of OpenSSL...Richard Levitte
2000-08-11The pkcs12 had no way of getting a CA file or path to be used whenRichard Levitte
2000-08-03Unicos doesn't have sys/timeb.h. Fix it by defining the TIMEB macro unless o...Richard Levitte
2000-08-02Include SKIP DH parameters with OpenSSL.Bodo Möller
2000-08-01Make it so we can dynamically enable memory allocation debugging through theRichard Levitte
2000-07-31Update 'openssl passwd' documentation on selection of algorithms.Bodo Möller
2000-07-30Document the new DN printing options.Dr. Stephen Henson