summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* Change the trust and purpose code so it doesn't need initDr. Stephen Henson1999-12-021-0/+12
* Modify the X509 V3 extension lookup code.Dr. Stephen Henson1999-12-011-0/+20
* Make salting the default. Fail gracefully if the input is not salted.Ben Laurie1999-11-301-0/+6
* Remainder of SSL purpose and trust code: trust and purpose setting inDr. Stephen Henson1999-11-291-3/+6
* Add trust setting support to the verify code. It now checks theDr. Stephen Henson1999-11-271-9/+15
* Initial trust code: allow setting of trust checking functionsDr. Stephen Henson1999-11-271-1/+9
* New options to the -verify program which can be used for chain verification.Dr. Stephen Henson1999-11-261-5/+11
* Initial chain verify code: not tested probably not workingDr. Stephen Henson1999-11-241-2/+15
* Support for authority information access extension.Dr. Stephen Henson1999-11-231-0/+4
* Transparent support for PKCS#8 private keys in RSA/DSA.Dr. Stephen Henson1999-11-211-0/+44
* Support for otherName in GeneralName.Dr. Stephen Henson1999-11-191-0/+3
* Modify verify code to handle self signed certificates.Dr. Stephen Henson1999-11-171-1/+14
* Store verify_result with sessions to avoid potential security hole.Bodo Möller1999-11-161-0/+11
* Fix for a bug in PKCS#7 code and non-detached data.Dr. Stephen Henson1999-11-161-0/+5
* Add a salt to the key derivation using the 'enc' program.Dr. Stephen Henson1999-11-161-0/+5
* New function X509_cmp().Dr. Stephen Henson1999-11-161-0/+6
* This corrects the reference count handling in SSL_get_session.Mark J. Cox1999-11-151-0/+4
* 'req' fixes. Reinstate length check one request fields.Dr. Stephen Henson1999-11-141-0/+5
* Add support for the 40 and 64 bit RC2 and RC4 ciphers in 'enc'Dr. Stephen Henson1999-11-141-1/+5
* Avoid some silly compiler warnings, and add the change log I forgot :-)Richard Levitte1999-11-121-0/+6
* Merge some common functionality in the apps, deleteDr. Stephen Henson1999-11-121-0/+4
* Add password command line options to some utils. Fix and update manDr. Stephen Henson1999-11-111-0/+6
* Very preliminary POD format documentation for someDr. Stephen Henson1999-11-101-0/+3
* Fix to the -revoke option in ca. It was leaking memory, crashing and justDr. Stephen Henson1999-11-081-0/+4
* Allow additional information to be attached to aDr. Stephen Henson1999-11-041-0/+16
* Fix assembler for Alpha (tested only on DEC OSF not Linux or *BSD). TheMark J. Cox1999-11-031-0/+7
* Fix to PKCS#7 routines so it can decrypt some oddball RC2 handling.Dr. Stephen Henson1999-10-291-0/+12
* Continued multibyte character support.Dr. Stephen Henson1999-10-271-0/+18
* Always hash the pid in the first iteration in ssleay_rand_bytes,Bodo Möller1999-10-261-1/+1
* Make md_rand.c more robust.Bodo Möller1999-10-261-0/+10
* Don't be overly paranoid.Bodo Möller1999-10-261-1/+1
* Various randomness handling bugfixes and improvements --Bodo Möller1999-10-261-0/+27
* New function ASN1_mbstring_copy() to handle ASN1 string copying. UltimatelyDr. Stephen Henson1999-10-211-0/+7
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-0/+6
* Initial support for certificate purpose checking: this willDr. Stephen Henson1999-10-131-0/+8
* Add EX_DATA support to X509.Dr. Stephen Henson1999-10-111-0/+4
* New functions to parse and get extensions.Dr. Stephen Henson1999-10-091-0/+6
* RC4 tune-up featuring 30-40% performance improvement on most RISCAndy Polyakov1999-10-071-0/+4
* Fix for bug in pkcs12 program and typo in ASN1_tag2str().Dr. Stephen Henson1999-10-051-0/+5
* Fix for bug in pkcs12 program and typo in ASN1_tag2str().Dr. Stephen Henson1999-10-051-0/+4
* New option -dhparam to s_server to allow the DH parameter file to be setDr. Stephen Henson1999-10-041-0/+6
* Add support for public key input and output in rsa and dsa utilities with someDr. Stephen Henson1999-10-041-0/+6
* Fix for d2i_ASN1_bytes and stop PKCS#7 routines crashing is signed messageDr. Stephen Henson1999-10-041-0/+10
* Fix for base64 BIO decoding bugDr. Stephen Henson1999-10-021-0/+14
* Fix typo that I introduced when reformatting lines.Bodo Möller1999-09-241-1/+1
* Keep line lengths < 80 characters.Bodo Möller1999-09-211-6/+6
* Fix to make s_client and s_server work under Windows. A bit of a hack butDr. Stephen Henson1999-09-201-0/+13
* Add new sign and verify members to RSA_METHOD and change SSL code to use signDr. Stephen Henson1999-09-181-0/+11
* Various CRL enhancements tidies and workaround for broken CRLs.Dr. Stephen Henson1999-09-181-0/+8
* Use non-copying BIO interface in ssltest.c.Bodo Möller1999-09-101-1/+1