summaryrefslogtreecommitdiffstats
path: root/CHANGES
AgeCommit message (Expand)Author
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-10Very preliminary POD format documentation for someDr. Stephen Henson
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-11-03Fix assembler for Alpha (tested only on DEC OSF not Linux or *BSD). TheMark J. Cox
1999-10-29Fix to PKCS#7 routines so it can decrypt some oddball RC2 handling.Dr. Stephen Henson
1999-10-27Continued multibyte character support.Dr. Stephen Henson
1999-10-26Always hash the pid in the first iteration in ssleay_rand_bytes,Bodo Möller
1999-10-26Make md_rand.c more robust.Bodo Möller
1999-10-26Don't be overly paranoid.Bodo Möller
1999-10-26Various randomness handling bugfixes and improvements --Bodo Möller
1999-10-21New function ASN1_mbstring_copy() to handle ASN1 string copying. UltimatelyDr. Stephen Henson
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson
1999-10-13Initial support for certificate purpose checking: this willDr. Stephen Henson
1999-10-11Add EX_DATA support to X509.Dr. Stephen Henson
1999-10-09New functions to parse and get extensions.Dr. Stephen Henson
1999-10-07RC4 tune-up featuring 30-40% performance improvement on most RISCAndy Polyakov
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-04Fix for d2i_ASN1_bytes and stop PKCS#7 routines crashing is signed messageDr. Stephen Henson
1999-10-02Fix for base64 BIO decoding bugDr. Stephen Henson
1999-09-24Fix typo that I introduced when reformatting lines.Bodo Möller
1999-09-21Keep line lengths < 80 characters.Bodo Möller
1999-09-20Fix to make s_client and s_server work under Windows. A bit of a hack butDr. Stephen Henson
1999-09-18Add new sign and verify members to RSA_METHOD and change SSL code to use signDr. Stephen Henson
1999-09-18Various CRL enhancements tidies and workaround for broken CRLs.Dr. Stephen Henson
1999-09-10Use non-copying BIO interface in ssltest.c.Bodo Möller
1999-09-08some more patches for avoiding problems with non-automatic variablesBodo Möller
1999-09-08This is preliminary support for an "RSA null" cipher. Unfortunately whenDr. Stephen Henson
1999-09-07Non-copying interface to BIO pairs.Bodo Möller
1999-09-07New function to convert ASN1 tag values to strings. Also fix typo in asn1.hDr. Stephen Henson
1999-09-04New UTF8 utility functions to parse/generate UTF8 strings.Dr. Stephen Henson
1999-09-03Fix server behaviour when facing backwards-compatible client hellos.Bodo Möller
1999-09-03Add new 'spkac' utility and several SPKAC utility functions.Dr. Stephen Henson
1999-08-28RIPEMD160 shape-up. Final touch.Andy Polyakov
1999-08-27Allow the extension section specified in config files to be overriddenDr. Stephen Henson
1999-08-25Allow the 1.OU="my OU" syntax in 'ca' for SPKACs.Dr. Stephen Henson
1999-08-25Allow extensions to be added to certificate requests, update the sampleDr. Stephen Henson
1999-08-24Fix for a bug which meant encrypting BIOs sometimes wouldn't read the finalDr. Stephen Henson
1999-08-23Initial support for DH_METHOD. Also added a DH lock. A few changes made toDr. Stephen Henson
1999-08-22Initial support for DSA_METHOD...Dr. Stephen Henson
1999-08-19Allow memory bios to be read only and change PKCS#7 routines to use them.Dr. Stephen Henson
1999-08-18Fix horrible (and hard to track down) bug in ssl23_get_client_hello:Bodo Möller
1999-08-17Fix PKCS7_ENC_CONTENT_new() to include a sensible default content type and addDr. Stephen Henson
1999-08-11Add functions to allow extensions to be added to certificate requests.Dr. Stephen Henson
1999-08-09Support for parsing of certificate extensions in PKCS#10 requests: these areDr. Stephen Henson
1999-08-09-crlf option.Bodo Möller