./Configure to respect $thread_cflag variable.
[openssl.git] / CHANGES
2004-12-29 Dr. Stephen HensonPrompt for passphrases for PKCS12 input format
2004-12-28 Richard LevitteAdd functionality needed to process proxy certificates.
2004-12-05 Dr. Stephen HensonAdd lots of checks for memory allocation failure, error...
2004-12-03 Dr. Stephen HensonAdd -passin argument to dgst command.
2004-12-01 Dr. Stephen HensonPerform partial comparison of different character types...
2004-11-29 Richard LevitteDocument the change.
2004-11-26 Andy PolyakovSummarize recent RC4 tune-ups.
2004-11-25 Dr. Stephen HensonAllow alternative manual sections to be embedded in...
2004-11-16 Dr. Stephen HensonPR: 910
2004-10-04 Dr. Stephen HensonFix race condition when CRL checking is enabled.
2004-09-06 Dr. Stephen HensonNew X509_VERIFY_PARAM structure and associated function...
2004-08-04 Geoff ThorpeMake a note of the new engine.
2004-07-06 Dr. Stephen HensonDelta CRL support in extension code.
2004-06-17 Geoff ThorpeDeprecate unused cruft, and "make update".
2004-05-31 Andy PolyakovMention new SHA algorithms in CHANGES. This completes...
2004-05-15 Dr. Stephen HensonFixes so alerts are sent properly in s3_pkt.c
2004-05-13 Andy PolyakovCHANGES to mention improved PowerPC platform support.
2004-05-04 Bodo Möller- update from current 0.9.6-stable CHANGES file
2004-04-26 Geoff ThorpeAllow RSA key-generation to specify an arbitrary public...
2004-04-21 Geoff ThorpeAs far as I can tell, the bugfix this comment refers...
2004-04-20 Dr. Stephen HensonReduce chances of issuer and serial number duplication...
2004-04-19 Geoff ThorpeReduce header interdependencies, initially in engine...
2004-03-31 Dr. Stephen HensonOops forgot CHANGES entry.
2004-03-28 Dr. Stephen HensonEnhance EVP code to generate random symmetric keys...
2004-03-27 Dr. Stephen HensonAllow CRLs to be passed into X509_STORE_CTX. This is...
2004-03-27 Dr. Stephen HensonExtend OID config module format.
2004-03-25 Geoff ThorpeReplace the BN_CTX implementation with my current work...
2004-03-25 Geoff ThorpeBy adding a BN_CTX parameter to the 'rsa_mod_exp' callb...
2004-03-23 Dr. Stephen HensonInitial support for certificate policy checking and...
2004-03-17 Geoff ThorpeNote my bignum hijinx in case app maintainers are using...
2004-03-15 Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2004-03-13 Geoff ThorpeConvert openssl code not to assume the deprecated form...
2004-03-13 Geoff ThorpeDocument a change I'd already made, and at the same...
2004-03-08 Dr. Stephen HensonSupport for inhibitAnyPolicy extension.
2004-03-05 Dr. Stephen HensonVarious X509 fixes. Disable broken certificate workarounds
2004-02-19 Dr. Stephen HensonUse an OCTET STRING for the encoding of an OCSP nonce...
2004-02-01 Dr. Stephen HensonAdd flag to avoid continuous
2003-11-10 Dr. Stephen HensonPrint out GeneralizedTime and UTCTime in ASN1_STRING_pr...
2003-11-04 Geoff ThorpePut the first stage of my bignum debugging adventures...
2003-10-29 Geoff ThorpeBN_CTX is opaque and the static initialiser BN_CTX_init...
2003-10-29 Geoff ThorpeRelax some over-zealous constification that gave some...
2003-10-29 Geoff ThorpeFor whatever reason (compiler or header bugs), at least...
2003-10-29 Geoff ThorpeUpdate any code that was using deprecated functions...
2003-10-29 Geoff ThorpeWhen OPENSSL_NO_DEPRECATED is defined, deprecated funct...
2003-10-11 Dr. Stephen HensonAdd support for digested data PKCS#7 type.
2003-10-10 Dr. Stephen HensonNew function to initialize a PKCS7 structure of type...
2003-10-10 Dr. Stephen HensonRetrieve correct content to sign when the
2003-09-30 Dr. Stephen HensonASN1 parse fix and release file changes.
2003-09-25 Ralf S. EngelschallFix prime generation loop in crypto/bn/bn_prime.pl...
2003-09-04 Bodo Möllercertain changes have to be listed twice in this file...
2003-09-03 Dr. Stephen HensonNew -ignore_err option in ocsp application to stop...
2003-09-03 Dr. Stephen HensonOnly accept a client certificate if the server requests
2003-07-22 Bodo Möllerupdates for draft-ietf-tls-ecc-03.txt
2003-07-22 Bodo Mölleradd test for secp160r1
2003-07-21 Bodo Möllertolerate extra data at end of client hello for SSL 3.0
2003-07-21 Bodo Möllerfix: 0.9.7 is based on 0.9.6h, not on 0.9.6k
2003-06-19 Richard LevitteDocument the last change.
2003-06-19 Richard LevittePrepare for changes in the 0.9.6 branch
2003-06-19 Richard LevittePrepare for changes in the 0.9.6 branch
2003-06-11 Richard LevitteAdd the possibility to have symbols loaded globally...
2003-06-11 Richard LevitteAdd functionality to set marks on the error stack and...
2003-06-10 Richard LevitteDocument the AES_cbc_encrypt() change
2003-06-03 Dr. Stephen HensonUpdate CHANGES to reflect base64 fix added to 0.9.7
2003-06-01 Dr. Stephen HensonVarious S/MIME bug and compatibility fixes.
2003-05-01 Richard LevitteAdd STORE support in ENGINE.
2003-05-01 Richard LevitteDefine a STORE type. For documentation, read the entry...
2003-05-01 Richard LevitteDefine the OPENSSL_ITEM structure.
2003-04-29 Richard LevitteAdd BUF_strndup() and BUF_memdup(). Not currently...
2003-04-29 Richard LevitteCorrect documentation. sk_find_ex() doesn't return...
2003-04-29 Richard LevitteAdd an extended variant of OBJ_bsearch() that can be...
2003-04-11 Bodo Möllerinclude 'Changes between 0.9.6i and 0.9.6j'
2003-04-03 Richard LevitteImplement self-signing in 'openssl ca'. This makes...
2003-04-03 Richard LevitteAdd functionality to help making self-signed certificate.
2003-04-03 Richard LevitteMake it possible to have multiple active certificates...
2003-04-02 Bodo Möllermake RSA blinding thread-safe
2003-03-30 Dr. Stephen HensonMulti valued AVA support.
2003-03-24 Dr. Stephen HensonSupport for name constraints.
2003-03-21 Dr. Stephen HensonSupport for policy constraints.
2003-03-20 Bodo Möllermake sure RSA blinding works when the PRNG is not prope...
2003-03-20 Dr. Stephen HensonSupport for policyMappings
2003-03-19 Bodo Möllercountermeasure against new Klima-Pokorny-Rosa atack
2003-03-13 Geoff ThorpeFix a bone-head bug. This warrants a CHANGES entry...
2003-03-11 Geoff ThorpeThe default implementation of DSA_METHOD has an interde...
2003-02-28 Bodo Möller- new ECDH_compute_key interface (KDF is no longer...
2003-02-27 Dr. Stephen HensonSupport for dirName from config files in GeneralName...
2003-02-25 Dr. Stephen HensonFix indefinite length encoding so EOC correctly updates
2003-02-22 Ulf MöllerAdd instructions for building the MinGW target in Cygwi...
2003-02-22 Richard LevitteAllow building applications against static libraries...
2003-02-22 Dr. Stephen HensonBase64 bio fixes. The base64 bio was seriously broken
2003-02-19 Richard LevitteSecurity fix: Vaudenay timing attack on CBC.
2003-02-18 Richard LevitteMake the no-err option work properly
2003-02-15 Dr. Stephen HensonSingle pass processing to cleartext S/MIME signing.
2003-02-14 Richard LevitteAdd support for IA64.
2003-02-13 Richard LevitteAdd full support for -rpath/-R, both in shared librarie...
2003-02-12 Richard LevitteAdjust DES_cbc_cksum() so the returned value is the...
2003-02-12 Dr. Stephen HensonOption to disable SSL auto chain build
2003-02-11 Bodo Möllerfirst section is now "Changes between 0.9.7a and 0...
2003-02-06 Bodo Möllertypo
2003-02-06 Bodo Möllerimplement fast point multiplication with precomputation
2003-02-05 Dr. Stephen HensonIPv6 display and input support for extensions usingh...
next