Add additional DigestInfo checks.
[openssl.git] / CHANGES
2014-09-29 Dr. Stephen HensonAdd additional DigestInfo checks.
2014-09-25 Matt CaswellAdded 1.0.1i CHANGES and NEWS updates
2014-09-23 Emilia KasperNote i2d_re_X509_tbs and related changes in CHANGES
2014-09-23 Andy PolyakovCHANGES: mention ECP_NISTZ256.
2014-09-05 Dr. Stephen HensonAdd CHANGES entry for SCT viewer code.
2014-08-01 Bodo MoellerClean up CHANGES files: If a change is already present...
2014-08-01 Bodo MoellerSimplify and fix ec_GFp_simple_points_make_affine
2014-07-22 Andy PolyakovCHANGES: mention new platforms.
2014-07-04 Dr. Stephen HensonRemove all RFC5878 code.
2014-06-12 Richard LevitteBring in the 1.0.1g to 1.0.1h changes into CHANGES.
2014-06-12 Richard LevitteSmall cleanup, double entry in CHANGES.
2014-04-26 manchaFix version documentation.
2014-04-24 manchaFix eckey_priv_encode()
2014-04-22 Ben LaurieFix double frees.
2014-04-07 Dr. Stephen Hensonupdate CHANGES
2014-04-07 Dr. Stephen HensonAdd heartbeat extension bounds check.
2014-04-05 Dr. Stephen HensonSet TLS padding extension value.
2014-04-01 Dr. Stephen HensonDon't try and verify signatures if key is NULL (CVE...
2014-03-12 Dr. Stephen HensonFix for CVE-2014-0076
2014-02-09 Ben LaurieMerge branch '102_stable_tlsext_suppdata_changes' of...
2014-02-09 Scott DeboyAdd callbacks supporting generation and retrieval of...
2014-01-07 Dr. Stephen HensonSync CHANGES
2014-01-03 Dr. Stephen HensonUse algorithm specific chains for certificates.
2013-12-13 Dr. Stephen HensonBackport TLS padding extension from master.
2013-10-01 Dr. Stephen HensonExetended OAEP support.
2013-10-01 Dr. Stephen HensonEVP support for wrapping algorithms.
2013-10-01 Ben LaurieMerge remote-tracking branch 'agl/1.0.2alpn' into agl...
2013-09-18 Dr. Stephen HensonAdd functions to set ECDSA_METHOD structure.
2013-09-17 Bodo MoellerMerge branch 'OpenSSL_1_0_2-stable' of openssl.net...
2013-09-17 Bodo MoellerSync with version from master.
2013-09-16 Rob StradlingUpdate CHANGES.
2013-09-16 Bodo MoellerSync CHANGES and NEWS files.
2013-08-19 Dr. Stephen HensonTime difference functions.
2013-08-19 Dr. Stephen HensonAdd -rev test option to s_server to just reverse order...
2013-08-19 Dr. Stephen HensonAdd -brief option to s_client and s_server to summarise...
2013-07-03 TrevorTrying cherrypick:
2013-01-19 Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' of openssl.net...
2013-01-18 Dr. Stephen HensonAdd code to download CRLs based on CRLDP extension.
2013-01-18 Dr. Stephen HensonNew option to add CRLs for s_client and s_server.
2013-01-17 Dr. Stephen Hensoninitial support for delta CRL generations by diffing...
2013-01-17 Dr. Stephen HensonNew functions to set lookup_crls callback and to retrie...
2013-01-16 Dr. Stephen Hensonprint out issuer and subject unique identifier fields...
2013-01-15 Dr. Stephen HensonGeneralise OCSP I/O functions to support dowloading...
2012-12-29 Dr. Stephen HensonDelegate command line handling for many common options...
2012-12-29 Dr. Stephen Hensonadd SSL_CONF functions and documentation (backport...
2012-12-26 Dr. Stephen HensonSSL/TLS record tracing code (backport from HEAD).
2012-12-26 Dr. Stephen HensonAdd support for printing out and retrieving EC point...
2012-12-26 Dr. Stephen HensonAdd ctrl and utility functions to retrieve raw cipher...
2012-12-26 Dr. Stephen HensonAdd three Suite B modes to TLS code, supporting RFC6460.
2012-12-26 Dr. Stephen Hensonadd suite B chain validation flags and associated verif...
2012-12-26 Dr. Stephen HensonMake tls1_check_chain return a set of flags indicating...
2012-12-26 Dr. Stephen HensonAbort handshake if signature algorithm used not support...
2012-12-26 Dr. Stephen Hensoncheck EC tmp key matches preferences
2012-12-26 Dr. Stephen HensonAdd support for certificate stores in CERT structure...
2012-12-26 Dr. Stephen HensonNew function ssl_set_client_disabled to set masks for...
2012-12-26 Dr. Stephen HensonAdd new ctrl to retrieve client certificate types,...
2012-12-26 Dr. Stephen HensonSeparate client and server permitted signature algorith...
2012-12-26 Dr. Stephen HensonAdd certificate callback. If set this is called wheneve...
2012-12-26 Dr. Stephen HensonNew functions to retrieve certificate signatures and...
2012-12-26 Dr. Stephen HensonAdd new "valid_flags" field to CERT_PKEY structure...
2012-12-26 Dr. Stephen HensonReorganise supported signature algorithm extension...
2012-12-26 Dr. Stephen HensonAdd support for application defined signature algorithm...
2012-12-26 Dr. Stephen HensonMake it possible to delete all certificates from an...
2012-12-19 Dr. Stephen HensonIntegrate host, email and IP address checks into X509_v...
2012-12-19 Dr. Stephen HensonBackport X509 hostname, IP address and email checking...
2012-12-14 Ben LaurieBackport OCSP fixes.
2012-12-13 Ben LaurieMake verify return errors.
2012-09-26 Dr. Stephen Hensonadd -trusted_first option and verify flag (backport...
2012-09-19 Andy PolyakovMIPS assembly pack: jumbo update from HEAD.
2012-09-11 Dr. Stephen HensonMinor enhancement to PR#2836 fix. Instead of modifying...
2012-09-11 Ben LaurieCall OCSP Stapling callback after ciphersuite has been...
2012-08-29 Andy PolyakovAdd linux-x32 target [from HEAD].
2012-05-29 Ben LaurieMissing from previous commit.
2012-05-13 Dr. Stephen HensonExperimental multi-implementation support for FIPS...
2012-05-11 Dr. Stephen HensonPR: 2813
2012-05-11 Dr. Stephen HensonPR: 2811
2012-05-10 Dr. Stephen HensonSanity check record length before skipping explicit...
2012-05-10 Dr. Stephen HensonReported by: Solar Designer of Openwall
2012-04-26 Dr. Stephen HensonDon't try to use unvalidated composite ciphers in FIPS...
2012-04-26 Andy PolyakovCHANGES: clarify.
2012-04-26 Andy PolyakovCHANGES: fix typos and clarify.
2012-04-25 Dr. Stephen HensonChange value of SSL_OP_NO_TLSv1_1 to avoid clash with...
2012-04-25 Andy Polyakovs23_clnt.c: ensure interoperability by maitaining clien...
2012-04-19 Dr. Stephen Hensonupdate date
2012-04-19 Dr. Stephen HensonCheck for potentially exploitable overflows in asn1_d2i...
2012-04-17 Bodo MöllerDisable SHA-2 ciphersuites in < TLS 1.2 connections.
2012-04-17 Dr. Stephen HensonAdditional workaround for PR#2771
2012-04-07 Dr. Stephen Hensontransparently handle X9.42 DH parameters
2012-04-07 Dr. Stephen HensonInitial experimental support for X9.42 DH parameter...
2012-04-07 Dr. Stephen HensonAdd RFC5114 DH parameters to OpenSSL. Add test data...
2012-04-06 Dr. Stephen HensonAdd support for automatic ECDH temporary key parameter...
2012-04-06 Dr. Stephen HensonInitial revision of ECC extension handling.
2012-04-06 Dr. Stephen HensonNew ctrls to retrieve supported signature algorithms...
2012-04-06 Dr. Stephen HensonAdd new APIs EC_curve_nist2nid and EC_curve_nid2nist...
2012-04-06 Dr. Stephen HensonAdd support for distinct certificate chains per key...
2012-04-06 Dr. Stephen HensonBackport DH client certificate support (from HEAD)
2012-04-06 Dr. Stephen HensonBackport support for fixed DH ciphersuites (from HEAD)
2012-03-31 Andy PolyakovCHANGES: harmonize with 1.0.0 and 1.0.1.
2012-03-22 Dr. Stephen Hensonset version to 1.0.2-dev
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
next