aest4-sparcv9.pl: split it to AES-specific and reusable part.
[openssl.git] / CHANGES
2012-10-08 Dr. Stephen HensonNew functions to check a hostname email or IP address...
2012-09-19 Andy Polyakovconfig: detect linux-mips* targets.
2012-09-14 Dr. Stephen HensonAdd -rev test option to s_server to just reverse order...
2012-09-12 Dr. Stephen HensonAdd -brief option to s_client and s_server to summarise...
2012-09-12 Dr. Stephen HensonAdd ctrl and utility functions to retrieve raw cipher...
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 PolyakovHarmonize CHANGES in HEAD.
2012-08-15 Dr. Stephen HensonAdd three Suite B modes to TLS code, supporting RFC6460.
2012-08-03 Dr. Stephen Hensonadd suite B chain validation flags and associated verif...
2012-07-27 Dr. Stephen HensonMake tls1_check_chain return a set of flags indicating...
2012-07-24 Dr. Stephen HensonAbort handshake if signature algorithm used not support...
2012-07-24 Dr. Stephen Hensoncheck EC tmp key matches preferences
2012-07-23 Dr. Stephen HensonAdd support for certificate stores in CERT structure...
2012-07-18 Dr. Stephen HensonNew function ssl_set_client_disabled to set masks for...
2012-07-08 Dr. Stephen HensonAdd new ctrl to retrieve client certificate types,...
2012-07-03 Dr. Stephen HensonSeparate client and server permitted signature algorith...
2012-06-29 Dr. Stephen HensonAdd certificate callback. If set this is called wheneve...
2012-06-28 Dr. Stephen HensonAdd new "valid_flags" field to CERT_PKEY structure...
2012-06-25 Dr. Stephen HensonReorganise supported signature algorithm extension...
2012-06-22 Dr. Stephen HensonAdd support for application defined signature algorithm...
2012-06-18 Dr. Stephen HensonMake it possible to delete all certificates from an...
2012-06-15 Dr. Stephen HensonInitial record tracing code. Print out all fields in...
2012-06-13 Dr. Stephen HensonNew functions to retrieve certificate signatures and...
2012-06-12 Dr. Stephen Hensonprint out issuer and subject unique identifier fields...
2012-05-30 Ben LaurieRFC 5878 support.
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 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-05 Dr. Stephen HensonAdd support for automatic ECDH temporary key parameter...
2012-03-31 Andy PolyakovCHANGES: harmonize with 1.0.0 and 1.0.1.
2012-03-28 Dr. Stephen HensonInitial revision of ECC extension handling.
2012-03-06 Dr. Stephen HensonNew ctrls to retrieve supported signature algorithms...
2012-02-21 Dr. Stephen HensonAdd new APIs EC_curve_nist2nid and EC_curve_nid2nist...
2012-02-16 Dr. Stephen HensonFix bug in CVE-2011-4619: check we have really received...
2012-02-15 Dr. Stephen HensonAdditional compatibility fix for MDC2 signature format.
2012-02-15 Dr. Stephen HensonAn incompatibility has always existed between the forma...
2012-02-09 Dr. Stephen HensonModify client hello version when renegotiating to enhan...
2012-01-31 Dr. Stephen HensonAdd support for distinct certificate chains per key...
2012-01-25 Dr. Stephen Hensonadd support for use of fixed DH client certificates
2012-01-18 Dr. Stephen HensonFix for DTLS DoS issue introduced by fix for CVE-2011...
2012-01-17 Dr. Stephen Hensonfix CHANGES entry
2012-01-16 Dr. Stephen HensonSupport for fixed DH ciphersuites.
2012-01-05 Bodo MöllerUpdate for 0.9.8s and 1.0.0f, and for 1.0.1 branch.
2012-01-04 Dr. Stephen Hensonupdate CHANGES
2012-01-04 Dr. Stephen HensonSubmitted by: Robin Seggelmann <seggelmann@fh-muenster...
2012-01-04 Dr. Stephen HensonClear bytes used for block padding of SSL 3.0 records...
2012-01-04 Dr. Stephen Hensonfix CHANGES
2012-01-04 Dr. Stephen HensonCheck GOST parameters are not NULL (CVE-2012-0027)
2012-01-04 Dr. Stephen HensonPrevent malformed RFC3779 data triggering an assertion...
2011-12-31 Dr. Stephen Hensonupdate CHANGES
2011-12-31 Dr. Stephen HensonPR: 2658
2011-12-19 Dr. Stephen HensonPR: 2563
2011-12-19 Andy Polyakovupdate CHANGES.
2011-12-19 Dr. Stephen Hensonupdate CHANGES
2011-12-13 Ben LaurieBack out redundant verification time change.
2011-12-13 Ben LaurieMake it possible to set a time for verification.
2011-12-10 Dr. Stephen Hensonupdate CHANGES
2011-12-07 Dr. Stephen Hensontransparently handle X9.42 DH parameters
2011-12-07 Dr. Stephen HensonInitial experimental support for X9.42 DH parameter...
2011-12-02 Bodo MöllerResolve a stack set-up race condition (if the list...
2011-12-02 Bodo MöllerFix ecdsatest.c.
2011-12-02 Bodo MöllerUpdate HEAD CHANGES file.
2011-12-02 Bodo MöllerFix BIO_f_buffer().
2011-11-15 Ben LaurieAdd TLS exporter.
2011-11-15 Ben LaurieAdd DTLS-SRTP.
2011-11-13 Dr. Stephen HensonAdd RFC5114 DH parameters to OpenSSL. Add test data...
2011-11-06 Dr. Stephen HensonUpdate fips_test_suite to take multiple command line...
2011-11-05 Dr. Stephen HensonAdd single call public key sign and verify functions.
2011-11-02 Dr. Stephen HensonAdd fips_algvs utility (from FIPS 2.0 stable branch).
2011-10-19 Dr. Stephen Hensonadd authentication parameter to FIPS_module_mode_set
2011-10-19 Bodo MöllerBN_BLINDING multi-threading fix.
2011-10-19 Bodo MöllerFix warnings.
2011-10-18 Bodo MöllerImprove optional 64-bit NIST-P224 implementation, and...
2011-10-13 Bodo Möllertypo
2011-10-13 Bodo MöllerIn ssl3_clear, preserve s3->init_extra along with s3...
2011-10-09 Dr. Stephen Hensonfix CHANGES entry
2011-09-29 Dr. Stephen HensonAdd FIPS selftests for ECDH algorithm.
2011-09-22 Dr. Stephen HensonUse function name FIPS_drbg_health_check() for health...
2011-09-21 Dr. Stephen HensonRevise DRBG to split between internal and external...
2011-09-14 Dr. Stephen Hensonnew function to lookup FIPS supported ciphers by NID
2011-09-12 Dr. Stephen HensonMore extensive DRBG health check. New function to call...
2011-09-09 Dr. Stephen HensonAdd support for Dual EC DRBG from SP800-90. Include...
2011-09-06 Dr. Stephen HensonInitialise X509_STORE_CTX properly so CRLs with nextUpd...
2011-09-05 Bodo MöllerFix session handling.
2011-09-05 Bodo MöllerFix d2i_SSL_SESSION.
2011-09-05 Bodo Möller(EC)DH memory handling fixes.
2011-09-05 Bodo MöllerFix memory leak on bad inputs.
2011-09-05 Bodo MöllerSynchronize with 1.0.1 CHANGES file.
2011-08-26 Dr. Stephen HensonAdd support for canonical generation of DSA parameter g.
2011-08-23 Andy PolyakovAdd RC4-MD5 and AESNI-SHA1 "stitched" implementations.
next