summaryrefslogtreecommitdiffstats
path: root/CHANGES
AgeCommit message (Expand)Author
2003-11-10Print out GeneralizedTime and UTCTime in ASN1_STRING_print_ex().Dr. Stephen Henson
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe
2003-10-29BN_CTX is opaque and the static initialiser BN_CTX_init() is not usedGeoff Thorpe
2003-10-29Relax some over-zealous constification that gave some lhash-based code noGeoff Thorpe
2003-10-29For whatever reason (compiler or header bugs), at least one commonly-usedGeoff Thorpe
2003-10-29Update any code that was using deprecated functions so that everything buildsGeoff Thorpe
2003-10-29When OPENSSL_NO_DEPRECATED is defined, deprecated functions are (or shouldGeoff Thorpe
2003-10-11Add support for digested data PKCS#7 type.Dr. Stephen Henson
2003-10-10New function to initialize a PKCS7 structure of type other.Dr. Stephen Henson
2003-10-10Retrieve correct content to sign when theDr. Stephen Henson
2003-09-30ASN1 parse fix and release file changes.Dr. Stephen Henson
2003-09-25Fix prime generation loop in crypto/bn/bn_prime.pl by makingRalf S. Engelschall
2003-09-04certain changes have to be listed twice in this file because OpenSSLBodo Möller
2003-09-03New -ignore_err option in ocsp application to stop the serverDr. Stephen Henson
2003-09-03Only accept a client certificate if the server requestsDr. Stephen Henson
2003-07-22updates for draft-ietf-tls-ecc-03.txtBodo Möller
2003-07-22add test for secp160r1Bodo Möller
2003-07-21tolerate extra data at end of client hello for SSL 3.0Bodo Möller
2003-07-21fix: 0.9.7 is based on 0.9.6h, not on 0.9.6kBodo Möller
2003-06-19Document the last change.Richard Levitte
2003-06-19Prepare for changes in the 0.9.6 branchRichard Levitte
2003-06-19Prepare for changes in the 0.9.6 branchRichard Levitte
2003-06-11Add the possibility to have symbols loaded globally with DSO.Richard Levitte
2003-06-11Add functionality to set marks on the error stack and to pop all errors to th...Richard Levitte
2003-06-10Document the AES_cbc_encrypt() changeRichard Levitte
2003-06-03Update CHANGES to reflect base64 fix added to 0.9.7Dr. Stephen Henson
2003-06-01Various S/MIME bug and compatibility fixes.Dr. Stephen Henson
2003-05-01Add STORE support in ENGINE.Richard Levitte
2003-05-01Define a STORE type. For documentation, read the entry in CHANGES,Richard Levitte
2003-05-01Define the OPENSSL_ITEM structure.Richard Levitte
2003-04-29Add BUF_strndup() and BUF_memdup(). Not currently used, but I've codeRichard Levitte
2003-04-29Correct documentation. sk_find_ex() doesn't return a pointer, itRichard Levitte
2003-04-29Add an extended variant of OBJ_bsearch() that can be given a fewRichard Levitte
2003-04-11include 'Changes between 0.9.6i and 0.9.6j'Bodo Möller
2003-04-03Implement self-signing in 'openssl ca'. This makes it easier to haveRichard Levitte
2003-04-03Add functionality to help making self-signed certificate.Richard Levitte
2003-04-03Make it possible to have multiple active certificates with the sameRichard Levitte
2003-04-02make RSA blinding thread-safeBodo Möller
2003-03-30Multi valued AVA support.Dr. Stephen Henson
2003-03-24Support for name constraints.Dr. Stephen Henson
2003-03-21Support for policy constraints.Dr. Stephen Henson
2003-03-20make sure RSA blinding works when the PRNG is not properly seeded;Bodo Möller
2003-03-20Support for policyMappingsDr. Stephen Henson
2003-03-19countermeasure against new Klima-Pokorny-Rosa atackBodo Möller
2003-03-13Fix a bone-head bug. This warrants a CHANGES entry because it could affectGeoff Thorpe
2003-03-11The default implementation of DSA_METHOD has an interdependence on theGeoff Thorpe
2003-02-28- new ECDH_compute_key interface (KDF is no longer a fixed built-in)Bodo Möller
2003-02-27Support for dirName from config files in GeneralName extensions.Dr. Stephen Henson
2003-02-25Fix indefinite length encoding so EOC correctly updatesDr. Stephen Henson
2003-02-22Add instructions for building the MinGW target in Cygwin, andUlf Möller