aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson1999-11-292-11/+5
* Add trust setting support to the verify code. It now checks theDr. Stephen Henson1999-11-271-0/+2
* Initial trust code: allow setting of trust checking functionsDr. Stephen Henson1999-11-271-22/+26
* New options to the -verify program which can be used for chain verification.Dr. Stephen Henson1999-11-264-38/+138
* Transparent support for PKCS#8 private keys in RSA/DSA.Dr. Stephen Henson1999-11-214-17/+52
* Update dependencies.Ben Laurie1999-11-181-37/+69
* Fix warning.Ben Laurie1999-11-181-1/+1
* Modify verify code to handle self signed certificates.Dr. Stephen Henson1999-11-171-14/+11
* Fix for a bug in PKCS#7 code and non-detached data.Dr. Stephen Henson1999-11-162-4/+1
* Add a salt to the key derivation using the 'enc' program.Dr. Stephen Henson1999-11-161-37/+84