aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify the trust structure: basically zap the bit strings andDr. Stephen Henson1999-12-291-28/+21
* Allow passwords to be included on command line for a fewDr. Stephen Henson1999-12-249-57/+102
* Fixes so NO_RSA works again.Dr. Stephen Henson1999-12-241-1/+0
* Add PKCS#8 utility functions and add PBE options.Dr. Stephen Henson1999-12-232-3/+36
* RenameBodo Möller1999-12-181-1/+2
* fix typos and other little errors ...Bodo Möller1999-12-181-1/+1
* Avoid shadowing p to make the compiler happy.Bodo Möller1999-12-181-3/+1
* Add a comment.Bodo Möller1999-12-181-2/+2
* Add missing semicolon to make compiler happy, and switch backBodo Möller1999-12-181-1/+1
* Use MemCheck_start() instead of CRYPTO_mem_ctrl(), and generate a small leak ...Richard Levitte1999-12-171-1/+8
* Synchronise VMS scripts with Unix MakefilesRichard Levitte1999-12-161-2/+2
* Various S/MIME fixes. Fix for memory leak, recipient list bugDr. Stephen Henson1999-12-141-3/+3
* Make the PKCS#7 S/MIME functions check for passed NULL pointers.Dr. Stephen Henson1999-12-091-7/+21
* Add i2d_ASN1_PRINTABLESTRING() function, and do 'make update'Dr. Stephen Henson1999-12-081-0/+17
* Modify S/MIME application so the -signer option writes the signer(s)Dr. Stephen Henson1999-12-071-2/+25
* Merge in my S/MIME library and utility.Dr. Stephen Henson1999-12-053-3/+451
* Add functions des_set_key_checked, des_set_key_unchecked.Bodo Möller1999-12-031-3/+3
* Change the trust and purpose code so it doesn't need initDr. Stephen Henson1999-12-025-7/+0
* Modify the X509 V3 extension lookup code.Dr. Stephen Henson1999-12-013-7/+0
* Make salting the default. Fail gracefully if the input is not salted.Ben Laurie1999-11-301-5/+16
* Remainder of SSL purpose and trust code: trust and purpose setting inDr. Stephen Henson1999-11-292-0/+2