summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2001-04-04Incorporate some changes that make OpenSSL compilable in CygWin.Richard Levitte
2001-03-31avoid buffer overflowBodo Möller
2001-03-30this time *really* fix the /../ check ...Bodo Möller
2001-03-30Remove unused variable 'prev_slash' that I accidentily added.Bodo Möller
2001-03-30For -WWW, fix test for ".." directory references (and avoid warning forBodo Möller
2001-03-22Add missing '#ifndef NO_DSA'.Bodo Möller
2001-03-22Add missing '#ifndef NO_DSA'.Bodo Möller
2001-03-16make updateRichard Levitte
2001-03-16From revision 1.54, 2001-03-16 10:30 levitte:Richard Levitte
2001-03-14Include openssl/rand.h so RAND_status() gets properly declared.Richard Levitte
2001-03-13Fix: return 0 if no error occured.Bodo Möller
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