]> git.ipfire.org Git - thirdparty/openssl.git/history - CHANGES
Don't dereference NULL argument. Coverity ID 52.
[thirdparty/openssl.git] / CHANGES
2007-03-28  Bodo Möllermake BN_FLG_CONSTTIME semantics more fool-proof
2007-03-28  Bodo MöllerChange to mitigate branch prediction attacks
2007-03-21  Bodo Möllerstricter session ID context matching
2007-02-26  Bodo Möllerinclude complete 0.9.7 history
2007-02-21  Lutz JänickeExtend SMTP and IMAP protocol handling to perform the...
2007-02-21  Dr. Stephen HensonUpdate from 0.9.7-stable.
2007-02-20  Bodo MöllerImprove ciphersuite order stability when disabling...
2007-02-19  Bodo MöllerInclude "!eNULL" in SSL_DEFAULT_CIPHER_LIST to make...
2007-02-17  Bodo MöllerReorganize the data used for SSL ciphersuite pattern...
2007-02-03  Nils Larschadd support for DSA with SHA2
2006-12-24  Dr. Stephen HensonExperimental streaming PKCS#7 support.
2006-12-21  Nils Larschfix typos
2006-12-20  Nils Larschadd support for ecdsa-with-sha256 etc.
2006-12-19  Bodo MöllerFix the BIT STRING encoding of EC points or parameter...
2006-11-29  Bodo Möllerfix support for receiving fragmented handshake messages
2006-11-27  Ben LaurieAdd RFC 3779 support.
2006-11-21  Dr. Stephen HensonUpdate from 0.9.8 stable. Eliminate duplicate error...
2006-11-16  Dr. Stephen HensonInitial, incomplete support for typesafe macros without...
2006-10-23  Andy PolyakovSwitch Win32/64 targets to Winsock2. Updates to ISNTALL...
2006-09-28  Bodo MöllerAll 0.9.8d patches have been applied to HEAD now, so...
2006-09-28  Bodo Möllerinclude 0.9.8d and 0.9.7l information
2006-09-28  Mark J. CoxFix ASN.1 parsing of certain invalid structures that...
2006-09-28  Mark J. CoxFix buffer overflow in SSL_get_shared_ciphers() function.
2006-09-21  Dr. Stephen HensonTidy up CRL handling by checking for critical extension...
2006-09-17  Dr. Stephen HensonOverhaul of by_dir code to handle dynamic loading of...
2006-09-14  Dr. Stephen HensonSupport for AKID in CRLs and partial support for IDP...
2006-09-12  Bodo MöllerUpdate
2006-09-11  Bodo Möllerensure that ciphersuite strings such as "RC4-MD5" match...
2006-09-06  Bodo MöllerEvery change so far that is in the 0.9.8 branch is...
2006-09-05  Mark J. CoxAvoid PKCS #1 v1.5 signature attack discovered by Danie...
2006-08-31  Ben LaurieForward port of IGE mode.
2006-07-25  Dr. Stephen HensonSupport for multiple CRLs with same issuer name in...
2006-07-24  Dr. Stephen HensonCache some CRL related extensions.
2006-07-18  Dr. Stephen HensonStore canonical encodings of Name structures. Update...
2006-07-17  Dr. Stephen HensonAdd -timeout option to ocsp utility.
2006-07-17  Dr. Stephen HensonNew non-blocking OCSP functionality.
2006-07-10  Dr. Stephen HensonAllow digests to supply S/MIME micalg values from a...
2006-07-09  Dr. Stephen HensonNew functions to add and free up application defined...
2006-07-09  Dr. Stephen HensonNew functions to enumerate digests and ciphers.
2006-06-28  Bodo Mölleralways read in RAND_poll() if we can't use select becau...
2006-06-27  Richard LevitteUse poll() when possible to gather Unix randomness...
2006-06-23  Bodo MöllerNew functions CRYPTO_set_idptr_callback(),
2006-06-22  Bodo MöllerChange in 0.9.8 branch:
2006-06-20  Bodo MöllerRemove ECC ciphersuites from 0.9.8 branch (should use...
2006-06-18  Bodo MöllerChange array representation of binary polynomials to...
2006-06-14  Bodo MöllerDisable invalid ciphersuites
2006-06-14  Bodo MöllerCiphersuite string bugfixes, and ECC-related (re-)defin...
2006-06-14  Bodo MöllerThread-safety fixes
2006-06-09  Bodo MöllerCamellia cipher, contributed by NTT
2006-06-06  Dr. Stephen HensonOutput MIME parameter micalg according to RFC3851 and...
2006-06-05  Dr. Stephen HensonComplete EVP_PKEY_ASN1_METHOD ENGINE support.
2006-06-02  Dr. Stephen HensonInitial public key ASN1 method engine support. Not...
2006-06-02  Dr. Stephen HensonAdd ENGINE support for EVP_PKEY_METHOD including lookup...
2006-06-01  Dr. Stephen HensonAdd engine table for EVP_PKEY_METHOD. Doesn't do much...
2006-05-24  Dr. Stephen HensonNew functions for enchanced digest sign/verify.
2006-05-18  Dr. Stephen HensonAdd -resign and -md options to smime command to support...
2006-05-18  Dr. Stephen HensonMultiple signer support in smime application.
2006-05-17  Dr. Stephen HensonNew option to pkcs12 utility to set alternative MAC...
2006-05-15  Dr. Stephen HensonAdd PRF preference ctrl to ciphers.
2006-05-15  Dr. Stephen HensonChange builting PBE to use static table. Add entries...
2006-05-14  Dr. Stephen HensonExtend PBE code to support non default PKCS#5 v2.0...
2006-05-14  Dr. Stephen HensonTypo.
2006-05-11  Dr. Stephen HensonUpdate 'req' command to use new keygen API.
2006-05-08  Dr. Stephen HensonUpdate PKCS#7 enveloped data to new API.
2006-05-07  Dr. Stephen HensonAdd support for default public key digest type ctrl.
2006-05-07  Dr. Stephen HensonFix from stable branch.
2006-04-19  Dr. Stephen HensonRemove link between digests and signature algorithms.
2006-04-18  Dr. Stephen HensonAdd OID cross reference table.
2006-04-17  Dr. Stephen HensonAllow public key ASN1 methods to set PKCS#7 SignerInfo...
2006-04-16  Dr. Stephen HensonProvisional support for EC pkey method, supporting...
2006-04-15  Dr. Stephen HensonIf cipher list contains a match for an explicit ciphers...
2006-04-13  Dr. Stephen HensonComplete key derivation support.
2006-04-12  Dr. Stephen HensonExtend DH ASN1 method, add DH EVP_PKEY_METHOD.
2006-04-11  Ulf MöllerAdd BeOS support.
2006-04-11  Dr. Stephen HensonInitial keygen support.
2006-04-07  Dr. Stephen HensonInitial functions for main EVP_PKEY_METHOD operations.
2006-04-06  Dr. Stephen HensonInitial definitions and a few functions for EVP_PKEY_ME...
2006-04-04  Dr. Stephen HensonNew function to retrieve ASN1 info on public key algori...
2006-03-30  Bodo MöllerImplement Supported Elliptic Curves Extension.
2006-03-28  Dr. Stephen HensonFix bug where freed OIDs could be accessed in EVP_clean...
2006-03-28  Dr. Stephen HensonNew utility pkeyparam. Enhance and bugfix algorithm...
2006-03-28  Dr. Stephen HensonNew general public key utility 'pkey'.
2006-03-22  Dr. Stephen HensonGather printing routines into EVP_PKEY_ASN1_METHOD.
2006-03-20  Dr. Stephen HensonInitial support for pluggable public key ASN1 support...
2006-03-11  Bodo MöllerImplement the Supported Point Formats Extension for...
2006-03-11  Bodo Möllerclarification
2006-03-10  Nils Larschadd initial support for RFC 4279 PSK SSL ciphersuites
2006-02-12  Ulf MöllerRFC 3161 compliant time stamp request creation, respons...
2006-01-15  Dr. Stephen HensonUpdate from stable branch.
2006-01-11  Bodo MöllerMore TLS extension related changes.
2006-01-09  Bodo MöllerFurther TLS extension updates
2006-01-06  Bodo MöllerFixes for TLS server_name extension
2006-01-04  Bodo MöllerAdd names for people who provided the TLS extension...
2006-01-03  Bodo MöllerVarious changes in the new TLS extension code, includin...
2006-01-02  Bodo MöllerC style fix-up
2005-12-16  Andy PolyakovEngage Whirlpool assembler and mention Whirlpool in...
2005-12-16  Andy PolyakovMention bn(64,64) to bn(64,32) switch on 64-bit SPARCv9...
2005-12-13  Bodo Möllerupdate TLS-ECC code
2005-12-05  Dr. Stephen HensonUpdate from 0.9.8-stable.
2005-12-02  Dr. Stephen HensonNew functions to support opaque EVP_CIPHER_CTX handling.
next