make update
[openssl.git] / CHANGES
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...
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-30 Geoff ThorpeSummarise the last couple of commits.
2003-01-24 Bodo Möllerconsistency
2003-01-24 Dr. Stephen HensonCheck return value of gmtime() and add error codes
2003-01-15 Lutz JänickeFix initialization sequence to prevent freeing of uniti...
2003-01-15 Lutz JänickeReally fix SSLv2 session ID handling
2003-01-15 Geoff ThorpeAs with RSA, which was modified recently, this change...
2003-01-13 Richard LevitteMerge from 0.9.7-stable.
2003-01-13 Bodo Möllerdocument BN_GENCB API by adding an example
2003-01-12 Richard LevitteAdd better support for FreeBSD on non-x86 machines.
2003-01-10 Richard LevitteWhen preparing a separate build tree, don't make softli...
2002-12-31 Richard LevitteIt's rather silly to believe we'd release 0.9.7a in...
2002-12-31 Richard LevitteMerge in changes from 0.9.7-stable.
2002-12-30 Richard LevitteMerge in changes from 0.9.7-stable.
2002-12-29 Lutz JänickeFix wrong handling of session ID in SSLv2 client code.
2002-12-19 Richard LevitteWe stupidly had a separate LIBKRB5 variable for KRB5...
2002-12-13 Richard LevitteOK, there's at least one application author who has...
2002-12-12 Richard LevitteDocument the modifications in 0.9.7 that will make...
2002-12-08 Richard LevitteSince it's defined in draft-ietf-tls-compression-04...
2002-12-08 Geoff ThorpeThis is a first-cut at improving the callback mechanism...
2002-12-05 Richard LevitteMerge in relevant changes from the OpenSSL 0.9.6h release.
2002-12-03 Dr. Stephen HensonIn asn1_d2i_read_bio, don't assume BIO_read will
2002-11-27 Richard LevitteAdd OPENSSL_cleanse() to help cleanse memory and avoid...
2002-11-26 Richard LevitteHeimdal isn't really supported right now. Say so,...
2002-11-20 Lutz JänickeFix bug introduced by the attempt to fix client side...
2002-11-18 Richard LevitteDocument the addition of certificate pairs.
2002-11-15 Richard LevitteWinCE patches
2002-11-15 Richard LevitteChanges to make shared library building and use work...
2002-11-15 Richard LevitteDocument the change to remove the 'done' flag variable...
2002-11-15 Richard LevitteWe need to read one more byte of the REQUEST-CERTIFICAT...
2002-11-14 Bodo Möllerharmonize with 0.9.7 tree
2002-11-14 Richard LevitteHandle last lines that aren't properly terminated.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-11-09 Richard LevitteX509_NAME_cmp() now compares PrintableString and emailA...
2002-11-04 Bodo Möllerimplement and use new macros BN_get_sign(), BN_set_sign()
2002-10-29 Geoff ThorpeThe recent CHANGES note between 0.9.6g and 0.9.6h needs...
2002-10-28 Bodo Möllerclean up new code for NIST primes
2002-10-28 Bodo Möllerfast reduction for NIST curves
2002-10-12 Richard LevitteClarify where the engines are by default.
2002-10-11 Richard LevitteStep 14 of move of engines: Final step, document the...
2002-10-11 Bodo Möllersynchronize with 0.9.7-stable version of this file
2002-10-11 Richard LevitteMove the shared library construction stuff to Makefile...
2002-10-10 Richard LevitteRFC 2712 redefines the codes for use of Kerberos 5...
2002-10-04 Dr. Stephen HensonAdd version info to Win32 DLLs.
2002-10-03 Dr. Stephen HensonVarious enhancements to PKCS#12 code, new
2002-10-03 Dr. Stephen HensonPreliminary streaming ASN1 encode support.
2002-09-26 Bodo Möllerfix more race conditions
2002-09-25 Bodo Möllerreally fix race conditions
2002-09-23 Bodo Möllerreally fix race condition
2002-09-19 Bodo Möllerthere is no minimum length for session IDs
2002-09-19 Bodo Möllerfix race condition
2002-09-10 Bodo MöllerLet 'openssl req' fail if an argument to '-newkey'...
2002-09-02 Bodo Möller-nameopt fix has been moved to 0.9.7
2002-09-02 Bodo Möllermention EC_get_builtin_curves()
2002-08-22 Dr. Stephen HensonMake -nameopt work in req and add support for -reqopt
2002-08-16 Lutz JänickeReorder cleanup sequence in SSL_CTX_free() to leave...
2002-08-16 Dr. Stephen HensonFix block_size field for CFB and OFB modes: it should...
2002-08-15 Bodo MöllerSimplify handling of named curves: get rid of EC_GROUP_...
2002-08-14 Bodo Möllermove a TODO from CHANGES to STATUS
2002-08-14 Bodo Mölleradd 'TODO' items
2002-08-14 Dr. Stephen HensonFix typo in OBJ_txt2obj which incorrectly passed the...
2002-08-12 Bodo Mölleradd 0.9.6g information
2002-08-09 Bodo MöllerECC ciphersuite support
2002-08-09 Bodo MöllerAdd ECDH support.
2002-08-08 Richard Levitte0.9.6f is released
2002-08-02 Dr. Stephen HensonFix the ASN1 sanity check: correct header length
2002-08-02 Bodo Möllerdisable Sun divison algorithm by default
next