aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* 'req' fixes. Reinstate length check one request fields.Dr. Stephen Henson1999-11-141-18/+20
* Add support for the 40 and 64 bit RC2 and RC4 ciphers in 'enc'Dr. Stephen Henson1999-11-142-2/+15
* Adjust to changes in apps/openssl.cnfRichard Levitte1999-11-121-4/+26
* Adjust to changes in apps/Makefile.sslRichard Levitte1999-11-121-4/+4
* Merge some common functionality in the apps, deleteDr. Stephen Henson1999-11-125-89/+47
* Add password command line options to some utils. Fix and update manDr. Stephen Henson1999-11-115-32/+126
* Fix a couple of outstanding issues: update STATUS file, fix NO_FP_API problems.Dr. Stephen Henson1999-11-113-14/+14
* Fix (spurious) warnings.Ben Laurie1999-11-091-1/+1
* Avoid some warnings.Bodo Möller1999-11-091-1/+0
* Fix to the -revoke option in ca. It was leaking memory, crashing and justDr. Stephen Henson1999-11-084-29/+29
* Allow additional information to be attached to aDr. Stephen Henson1999-11-041-5/+89
* Continued multibyte character support.Dr. Stephen Henson1999-10-273-18/+27
* Warn about RANDFILE being overwritten.Bodo Möller1999-10-261-1/+1
* New file app_rand.c with some functionality used in various opensslBodo Möller1999-10-261-0/+200
* Various randomness handling bugfixes and improvements --Bodo Möller1999-10-2613-169/+94