summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2000-02-25EGD bugfix.Ulf Möller
2000-02-24Make gcc 2.95.2 happy here, too.Ralf S. Engelschall
2000-02-24Support EGD.Ulf Möller
2000-02-22Make pkcs8 work again.Dr. Stephen Henson
2000-02-21Fix some bugs and document othersBodo Möller
2000-02-20Fix gcc warnings.Ulf Möller
2000-02-19Add -clrext option to 'x509'Dr. Stephen Henson
2000-02-18add missing 'static'Bodo Möller
2000-02-18New functions and option to use NEW in certificate requests.Dr. Stephen Henson
2000-02-17Casts now unnecessary because of changed prototype.Bodo Möller
2000-02-17Add -pass argument to 'enc'.Dr. Stephen Henson
2000-02-16Pass phrase reorganisation.Dr. Stephen Henson
2000-02-16Fix signed/unsigned warnings.Ben Laurie
2000-02-15Remove the access() call altogether for VMS, since it doesn't quiteRichard Levitte
2000-02-12Make pkcs12 and smime applications seed random numberDr. Stephen Henson
2000-02-11A hack to make sure access() will give us the correct answer about theRichard Levitte
2000-02-11Corrections.Bodo Möller
2000-02-11Update.Bodo Möller
2000-02-11Implement MD5-based "apr1" password hash.Bodo Möller
2000-02-11Fix shadow.Ben Laurie
2000-02-11Add compilation of the new passwd utility.Richard Levitte
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall
2000-02-10'passwd' tool.Bodo Möller
2000-02-08Add command line password options to the reamining utilities,Dr. Stephen Henson
2000-02-06Memory leak.Bodo Möller
2000-02-05Correction: openssl.c must get the long version of the apps_startup()Bodo Möller
2000-02-05Cosmetic changes.Bodo Möller
2000-02-05Add support for some broken PKCS#8 formats.Dr. Stephen Henson
2000-02-04Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson
2000-02-03ispell (and minor modifications)Ulf Möller
2000-02-03Add new -notext option to 'ca', -pubkey option to spkac.Dr. Stephen Henson
2000-01-30Seek out and destroy another evil cast.Ulf Möller
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller
2000-01-28Synchronise with Unix codeRichard Levitte
2000-01-28New -pkcs12 option to CA.pl.Dr. Stephen Henson
2000-01-24RAND_load_file(..., -1) now means "read the complete file";Bodo Möller
2000-01-24RAND_pseudo_bytes is good enough for encryption IVs,Bodo Möller
2000-01-23Make s_server, s_client check cipher list return codes.Dr. Stephen Henson
2000-01-22dh renamed to dhparamUlf Möller
2000-01-22Add new program dhparam and update docs.Dr. Stephen Henson
2000-01-22Apply Lutz Behnke's 56 bit cipher patch with a fewDr. Stephen Henson
2000-01-21add ERR_print_errors after "end" label.Bodo Möller
2000-01-21Make -CAcreateserial start from 1 instead of 0 forDr. Stephen Henson
2000-01-21Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller
2000-01-20Finish off the X509_ATTRIBUTE string stuff.Dr. Stephen Henson
2000-01-17It doesn't make sense to try see if these variables are negative, since they'...Richard Levitte
2000-01-16Add missing #ifndefs that caused missing symbols when building libsslUlf Möller
2000-01-16New function RAND_pseudo_bytes() generated pseudorandom numbers thatUlf Möller
2000-01-15Enable memory checking earlier (we correctly free everythingBodo Möller
2000-01-13Use CRYPTO_push_info to track down memory leakBodo Möller