aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2000-01-13Use CRYPTO_push_info to track down memory leakBodo Möller1-2/+115
2000-01-13slightly change usage informationBodo Möller1-3/+2
2000-01-13Use CRYPTO_push_info to find a memory leak in pkcs12.c.Bodo Möller1-1/+47
2000-01-09New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...Dr. Stephen Henson8-18/+14
2000-01-08Make NO_RSA compile with pedantic.Ben Laurie3-0/+16
2000-01-08Add -prexit command to s_client and patch some BIODr. Stephen Henson1-0/+4
2000-01-08Manpages for the DH utils and fix for a memory leak in dh programDr. Stephen Henson1-2/+3
2000-01-08Add PKCS#12 manpage and use MAC iteration counts by default.Dr. Stephen Henson1-1/+3
2000-01-07CA.pl is now generated automatically (using CA.pl.in as input)Bodo Möller1-0/+1
2000-01-07apps/openssl.cnf and the documentation say it's "nombstr",Bodo Möller1-1/+1
2000-01-07make no-des and no-rc2 work.Bodo Möller2-3/+24
2000-01-07More X509_ATTRIBUTE changes.Dr. Stephen Henson1-2/+2
2000-01-06Initial automation changes to 'req' and X509_ATTRIBUTE functions.Dr. Stephen Henson2-30/+250
2000-01-05Rename CA.pl to CA.pl.in (no actual changes), and let ConfigureBodo Möller1-0/+0
2000-01-01Fix some of the command line password stuff. New functionDr. Stephen Henson5-38/+94
1999-12-29Simplify the trust structure: basically zap the bit strings andDr. Stephen Henson1-28/+21
1999-12-24Allow passwords to be included on command line for a fewDr. Stephen Henson9-57/+102
1999-12-24Fixes so NO_RSA works again.Dr. Stephen Henson1-1/+0
1999-12-23Add PKCS#8 utility functions and add PBE options.Dr. Stephen Henson2-3/+36
1999-12-18RenameBodo Möller1-1/+2
1999-12-18fix typos and other little errors ...Bodo Möller1-1/+1
1999-12-18Avoid shadowing p to make the compiler happy.Bodo Möller1-3/+1
1999-12-18Add a comment.Bodo Möller1-2/+2
1999-12-18Add missing semicolon to make compiler happy, and switch backBodo Möller1-1/+1
1999-12-17Use MemCheck_start() instead of CRYPTO_mem_ctrl(), and generate a small leak ...Richard Levitte1-1/+8
1999-12-16Synchronise VMS scripts with Unix MakefilesRichard Levitte1-2/+2
1999-12-14Various S/MIME fixes. Fix for memory leak, recipient list bugDr. Stephen Henson1-3/+3
1999-12-09Make the PKCS#7 S/MIME functions check for passed NULL pointers.Dr. Stephen Henson1-7/+21
1999-12-08Add i2d_ASN1_PRINTABLESTRING() function, and do 'make update'Dr. Stephen Henson1-0/+17
1999-12-07Modify S/MIME application so the -signer option writes the signer(s)Dr. Stephen Henson1-2/+25
1999-12-05Merge in my S/MIME library and utility.Dr. Stephen Henson3-3/+451
1999-12-03Add functions des_set_key_checked, des_set_key_unchecked.Bodo Möller1-3/+3
1999-12-02Change the trust and purpose code so it doesn't need initDr. Stephen Henson5-7/+0
1999-12-01Modify the X509 V3 extension lookup code.Dr. Stephen Henson3-7/+0
1999-11-30Make salting the default. Fail gracefully if the input is not salted.Ben Laurie1-5/+16
1999-11-29Remainder of SSL purpose and trust code: trust and purpose setting inDr. Stephen Henson2-0/+2
1999-11-29Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson2-11/+5
1999-11-27Add trust setting support to the verify code. It now checks theDr. Stephen Henson1-0/+2
1999-11-27Initial trust code: allow setting of trust checking functionsDr. Stephen Henson1-22/+26
1999-11-26New options to the -verify program which can be used for chain verification.Dr. Stephen Henson4-38/+138
1999-11-21Transparent support for PKCS#8 private keys in RSA/DSA.Dr. Stephen Henson4-17/+52
1999-11-18Update dependencies.Ben Laurie1-37/+69
1999-11-18Fix warning.Ben Laurie1-1/+1
1999-11-17Modify verify code to handle self signed certificates.Dr. Stephen Henson1-14/+11
1999-11-16Fix for a bug in PKCS#7 code and non-detached data.Dr. Stephen Henson2-4/+1
1999-11-16Add a salt to the key derivation using the 'enc' program.Dr. Stephen Henson1-37/+84
1999-11-14'req' fixes. Reinstate length check one request fields.Dr. Stephen Henson1-18/+20
1999-11-14Add support for the 40 and 64 bit RC2 and RC4 ciphers in 'enc'Dr. Stephen Henson2-2/+15
1999-11-12Adjust to changes in apps/openssl.cnfRichard Levitte1-4/+26
1999-11-12Adjust to changes in apps/Makefile.sslRichard Levitte1-4/+4