aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
1999-11-12Merge some common functionality in the apps, deleteDr. Stephen Henson5-89/+47
1999-11-11Add password command line options to some utils. Fix and update manDr. Stephen Henson5-32/+126
1999-11-11Fix a couple of outstanding issues: update STATUS file, fix NO_FP_API problems.Dr. Stephen Henson3-14/+14
1999-11-09Fix (spurious) warnings.Ben Laurie1-1/+1
1999-11-09Avoid some warnings.Bodo Möller1-1/+0
1999-11-08Fix to the -revoke option in ca. It was leaking memory, crashing and justDr. Stephen Henson4-29/+29
1999-11-04Allow additional information to be attached to aDr. Stephen Henson1-5/+89
1999-10-27Continued multibyte character support.Dr. Stephen Henson3-18/+27
1999-10-26Warn about RANDFILE being overwritten.Bodo Möller1-1/+1
1999-10-26New file app_rand.c with some functionality used in various opensslBodo Möller1-0/+200
1999-10-26Various randomness handling bugfixes and improvements --Bodo Möller13-169/+94
1999-10-25Improve support for running everything as a monolithic application.Bodo Möller2-0/+5
1999-10-13Initial support for certificate purpose checking: this willDr. Stephen Henson1-0/+40
1999-10-06Fix incorrect usage messages in some commands.Dr. Stephen Henson2-5/+5