aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Make pkcs12 and smime applications seed random numberDr. Stephen Henson2000-02-122-13/+54
* A hack to make sure access() will give us the correct answer about theRichard Levitte2000-02-111-0/+8
* Corrections.Bodo Möller2000-02-111-7/+12
* Update.Bodo Möller2000-02-111-35/+42
* Implement MD5-based "apr1" password hash.Bodo Möller2000-02-111-64/+338
* Fix shadow.Ben Laurie2000-02-111-8/+8
* Add compilation of the new passwd utility.Richard Levitte2000-02-111-1/+1
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2000-02-1131-0/+66
* 'passwd' tool.Bodo Möller2000-02-103-3/+197
* Add command line password options to the reamining utilities,Dr. Stephen Henson2000-02-087-49/+143
* Memory leak.Bodo Möller2000-02-061-0/+2
* Correction: openssl.c must get the long version of the apps_startup()Bodo Möller2000-02-052-1/+2
* Cosmetic changes.Bodo Möller2000-02-054-16/+6
* Add support for some broken PKCS#8 formats.Dr. Stephen Henson2000-02-051-4/+15
* Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson2000-02-045-5/+5
* ispell (and minor modifications)Ulf Möller2000-02-0317-37/+37
* Add new -notext option to 'ca', -pubkey option to spkac.Dr. Stephen Henson2000-02-037-34/+40
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-1/+1
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-301-3/+3
* Synchronise with Unix codeRichard Levitte2000-01-282-3/+14
* New -pkcs12 option to CA.pl.Dr. Stephen Henson2000-01-281-0/+9
* RAND_load_file(..., -1) now means "read the complete file";Bodo Möller2000-01-242-2/+2
* RAND_pseudo_bytes is good enough for encryption IVs,Bodo Möller2000-01-241-4/+1
* Make s_server, s_client check cipher list return codes.Dr. Stephen Henson2000-01-232-3/+11
* dh renamed to dhparamUlf Möller2000-01-221-1/+1
* Add new program dhparam and update docs.Dr. Stephen Henson2000-01-224-5/+375
* Apply Lutz Behnke's 56 bit cipher patch with a fewDr. Stephen Henson2000-01-221-2/+6
* add ERR_print_errors after "end" label.Bodo Möller2000-01-211-0/+1
* Make -CAcreateserial start from 1 instead of 0 forDr. Stephen Henson2000-01-211-2/+2
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-211-1/+5
* Finish off the X509_ATTRIBUTE string stuff.Dr. Stephen Henson2000-01-201-217/+17
* It doesn't make sense to try see if these variables are negative, since they'...Richard Levitte2000-01-171-2/+2
* Add missing #ifndefs that caused missing symbols when building libsslUlf Möller2000-01-164-16/+0
* New function RAND_pseudo_bytes() generated pseudorandom numbers thatUlf Möller2000-01-161-2/+2
* Enable memory checking earlier (we correctly free everythingBodo Möller2000-01-151-5/+4
* Use CRYPTO_push_info to track down memory leakBodo Möller2000-01-131-2/+115
* slightly change usage informationBodo Möller2000-01-131-3/+2
* Use CRYPTO_push_info to find a memory leak in pkcs12.c.Bodo Möller2000-01-131-1/+47
* New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...Dr. Stephen Henson2000-01-098-18/+14
* Make NO_RSA compile with pedantic.Ben Laurie2000-01-083-0/+16
* Add -prexit command to s_client and patch some BIODr. Stephen Henson2000-01-081-0/+4
* Manpages for the DH utils and fix for a memory leak in dh programDr. Stephen Henson2000-01-081-2/+3
* Add PKCS#12 manpage and use MAC iteration counts by default.Dr. Stephen Henson2000-01-081-1/+3
* CA.pl is now generated automatically (using CA.pl.in as input)Bodo Möller2000-01-071-0/+1
* apps/openssl.cnf and the documentation say it's "nombstr",Bodo Möller2000-01-071-1/+1
* make no-des and no-rc2 work.Bodo Möller2000-01-072-3/+24
* More X509_ATTRIBUTE changes.Dr. Stephen Henson2000-01-071-2/+2
* Initial automation changes to 'req' and X509_ATTRIBUTE functions.Dr. Stephen Henson2000-01-062-30/+250
* Rename CA.pl to CA.pl.in (no actual changes), and let ConfigureBodo Möller2000-01-051-0/+0
* Fix some of the command line password stuff. New functionDr. Stephen Henson2000-01-015-38/+94