aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve support for running everything as a monolithic application.Bodo Möller1999-10-252-0/+5
* Initial support for certificate purpose checking: this willDr. Stephen Henson1999-10-131-0/+40
* Fix incorrect usage messages in some commands.Dr. Stephen Henson1999-10-062-5/+5
* Fix for bug in pkcs12 program and typo in ASN1_tag2str().Dr. Stephen Henson1999-10-051-2/+6
* Fix for bug in pkcs12 program and typo in ASN1_tag2str().Dr. Stephen Henson1999-10-051-3/+4
* New option -dhparam to s_server to allow the DH parameter file to be setDr. Stephen Henson1999-10-041-8/+13
* Add support for public key input and output in rsa and dsa utilities with someDr. Stephen Henson1999-10-042-25/+53
* Fix warnings.Ben Laurie1999-10-031-4/+5
* Modify the 'speed' application so it now uses RSA_sign and RSA_verifyDr. Stephen Henson1999-10-021-12/+11
* "make update"Bodo Möller1999-09-271-0/+17