summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
1999-12-18RenameBodo Möller
1999-12-18fix typos and other little errors ...Bodo Möller
1999-12-18Avoid shadowing p to make the compiler happy.Bodo Möller
1999-12-18Add a comment.Bodo Möller
1999-12-18Add missing semicolon to make compiler happy, and switch backBodo Möller
1999-12-17Use MemCheck_start() instead of CRYPTO_mem_ctrl(), and generate a small leak ...Richard Levitte
1999-12-16Synchronise VMS scripts with Unix MakefilesRichard Levitte
1999-12-14Various S/MIME fixes. Fix for memory leak, recipient list bugDr. Stephen Henson
1999-12-09Make the PKCS#7 S/MIME functions check for passed NULL pointers.Dr. Stephen Henson
1999-12-08Add i2d_ASN1_PRINTABLESTRING() function, and do 'make update'Dr. Stephen Henson
1999-12-07Modify S/MIME application so the -signer option writes the signer(s)Dr. Stephen Henson
1999-12-05Merge in my S/MIME library and utility.Dr. Stephen Henson
1999-12-03Add functions des_set_key_checked, des_set_key_unchecked.Bodo Möller
1999-12-02Change the trust and purpose code so it doesn't need initDr. Stephen Henson
1999-12-01Modify the X509 V3 extension lookup code.Dr. Stephen Henson
1999-11-30Make salting the default. Fail gracefully if the input is not salted.Ben Laurie
1999-11-29Remainder of SSL purpose and trust code: trust and purpose setting inDr. Stephen Henson
1999-11-29Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson
1999-11-27Add trust setting support to the verify code. It now checks theDr. Stephen Henson
1999-11-27Initial trust code: allow setting of trust checking functionsDr. Stephen Henson
1999-11-26New options to the -verify program which can be used for chain verification.Dr. Stephen Henson
1999-11-21Transparent support for PKCS#8 private keys in RSA/DSA.Dr. Stephen Henson
1999-11-18Update dependencies.Ben Laurie
1999-11-18Fix warning.Ben Laurie
1999-11-17Modify verify code to handle self signed certificates.Dr. Stephen Henson
1999-11-16Fix for a bug in PKCS#7 code and non-detached data.Dr. Stephen Henson
1999-11-16Add a salt to the key derivation using the 'enc' program.Dr. Stephen Henson
1999-11-14'req' fixes. Reinstate length check one request fields.Dr. Stephen Henson
1999-11-14Add support for the 40 and 64 bit RC2 and RC4 ciphers in 'enc'Dr. Stephen Henson
1999-11-12Adjust to changes in apps/openssl.cnfRichard Levitte
1999-11-12Adjust to changes in apps/Makefile.sslRichard Levitte
1999-11-12Merge some common functionality in the apps, deleteDr. Stephen Henson
1999-11-11Add password command line options to some utils. Fix and update manDr. Stephen Henson
1999-11-11Fix a couple of outstanding issues: update STATUS file, fix NO_FP_API problems.Dr. Stephen Henson
1999-11-09Fix (spurious) warnings.Ben Laurie
1999-11-09Avoid some warnings.Bodo Möller
1999-11-08Fix to the -revoke option in ca. It was leaking memory, crashing and justDr. Stephen Henson
1999-11-04Allow additional information to be attached to aDr. Stephen Henson
1999-10-27Continued multibyte character support.Dr. Stephen Henson
1999-10-26Warn about RANDFILE being overwritten.Bodo Möller
1999-10-26New file app_rand.c with some functionality used in various opensslBodo Möller
1999-10-26Various randomness handling bugfixes and improvements --Bodo Möller
1999-10-25Improve support for running everything as a monolithic application.Bodo Möller
1999-10-13Initial support for certificate purpose checking: this willDr. Stephen Henson
1999-10-06Fix incorrect usage messages in some commands.Dr. Stephen Henson
1999-10-05Fix for bug in pkcs12 program and typo in ASN1_tag2str().Dr. Stephen Henson
1999-10-05Fix for bug in pkcs12 program and typo in ASN1_tag2str().Dr. Stephen Henson
1999-10-04New option -dhparam to s_server to allow the DH parameter file to be setDr. Stephen Henson
1999-10-04Add support for public key input and output in rsa and dsa utilities with someDr. Stephen Henson
1999-10-03Fix warnings.Ben Laurie