]> git.ipfire.org Git - thirdparty/openssl.git/history - CHANGES
fips/fips_[canister|premain].c: make it work with VC6 and add sentinels
[thirdparty/openssl.git] / CHANGES
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.
2011-08-14  Dr. Stephen HensonRemove hard coded ecdsaWithSHA1 hack in ssl routines...
2011-08-08  Dr. Stephen HensonAdd HMAC DRBG from SP800-90
2011-08-03  Dr. Stephen HensonExpand range of ctrls for AES GCM to support retrieval...
2011-07-25  Dr. Stephen HensonUpdate CHANGES.
2011-07-04  Dr. Stephen HensonAdd functions to return FIPS module version.
2011-06-15  Bodo MöllerFix the version history: changes going into 1.1.0 that...
2011-05-30  Dr. Stephen HensonOutput supported curves in preference order instead...
2011-05-25  Dr. Stephen HensonFix the ECDSA timing attack mentioned in the paper at:
2011-05-20  Dr. Stephen HensonPR: 2295
2011-05-19  Dr. Stephen HensonAdd CHANGES entry: add FIPS support to ssl
2011-05-19  Dr. Stephen HensonImplement FIPS_mode and FIPS_mode_set
2011-05-12  Dr. Stephen HensonProvisional support for TLS v1.2 client authentication...
2011-05-11  Dr. Stephen HensonRename FIPS_mode_set and FIPS_mode. Theses symbols...
2011-05-09  Dr. Stephen HensonInitial TLS v1.2 client support. Include a default...
2011-05-06  Dr. Stephen HensonContinuing TLS v1.2 support: add support for server...
2011-04-29  Dr. Stephen HensonInitial incomplete TLS v1.2 support. New ciphersuites...
2011-04-29  Dr. Stephen HensonInitial "opaque SSL" framework. If an application defines
2011-04-23  Dr. Stephen HensonAlways return multiple of block length bytes from defau...
2011-04-23  Dr. Stephen HensonAdd PRNG security strength checking.
2011-04-18  Dr. Stephen HensonFix EVP CCM decrypt. Add decrypt support to algorithm...
2011-04-18  Dr. Stephen HensonInitial untested CCM support via EVP.
2011-04-15  Dr. Stephen HensonAdd algorithm driver for XTS mode. Fix several bugs...
2011-04-14  Dr. Stephen HensonInitial incomplete POST overhaul: add support for POST...
2011-04-12  Dr. Stephen HensonProvisional AES XTS support.
2011-04-06  Dr. Stephen HensonUpdate CHANGES.
2011-04-05  Dr. Stephen HensonExtensive reorganisation of PRNG handling in FIPS modul...
2011-04-05  Dr. Stephen HensonRename deprecated FIPS_rand functions to FIPS_x931...
2011-03-17  Dr. Stephen HensonImplement health checks needed by SP800-90.
2011-03-16  Ben LaurieFix Tom Wu's email.
2011-03-12  Ben LaurieNote SRP support.
2011-03-09  Dr. Stephen HensonAdd ECDH to validated module.
2011-03-08  Dr. Stephen HensonNew initial DH algorithm test driver.
2011-03-04  Dr. Stephen HensonInitial, provisional, subject to wholesale change,...
2011-02-21  Dr. Stephen HensonMake fipscanisteronly build only required files.
2011-02-17  Dr. Stephen HensonMake -DOPENSSL_FIPSSYMS work for assembly language...
2011-02-16  Dr. Stephen HensonExperimental FIPS symbol renaming.
2011-02-15  Dr. Stephen HensonAdd non-FIPS algorithm blocking and selftest checking.
2011-02-14  Dr. Stephen HensonAdd ECDSA functionality to fips module. Initial very...
2011-02-12  Dr. Stephen HensonNew option to disable characteristic two fields in...
2011-02-11  Dr. Stephen HensonNew "fispcanisteronly" build option: only build fipscan...
2011-02-09  Dr. Stephen HensonAdd GCM IV generator. Add some FIPS restrictions to...
2011-02-08  Bodo MöllerSync with 1.0.1 branch.
2011-02-07  Dr. Stephen HensonInitial *very* experimental EVP support for AES-GCM...
2011-02-07  Dr. Stephen HensonUse 0 not -1 (since type is size_t) for finalisation...
2011-02-07  Dr. Stephen HensonNew flags EVP_CIPH_FLAG_CUSTOM_CIPHER in cipher structu...
2011-02-03  Bodo Möllerfix omissions
2011-02-03  Bodo MöllerCVE-2010-4180 fix (from OpenSSL_1_0_0-stable)
2011-01-03  Dr. Stephen HensonFix escaping code for string printing. If *any* escapin...
2010-12-25  Dr. Stephen Hensonavoid verification loops in trusted store when path...
2010-11-29  Dr. Stephen Hensonapply J-PKAKE fix to HEAD (original by Ben)
2010-11-24  Dr. Stephen Hensonadd "missing" functions to copy EVP_PKEY_METHOD and...
2010-11-16  Dr. Stephen Hensonbring HEAD up to date, add CVE-2010-3864 fix, update...
2010-10-10  Dr. Stephen Hensonmove CHANGES entry to correct place
2010-10-10  Dr. Stephen HensonPR: 2314
2010-10-03  Dr. Stephen HensonAdd call to ENGINE_register_all_complete() to ENGINE_lo...
2010-08-26  Bodo MöllerUpdate version numbers
2010-08-26  Bodo MöllerFor better forward-security support, add functions
2010-08-26  Bodo MöllerNew 64-bit optimized implementation EC_GFp_nistp224_met...
2010-08-26  Dr. Stephen HensonPR: 1833
2010-08-26  Bodo MöllerECC library bugfixes.
2010-08-26  Bodo MöllerHarmonize with OpenSSL_1_0_1-stable version of CHANGES.
2010-07-28  Ben LaurieAdd Next Protocol Negotiation.
2010-07-26  Dr. Stephen HensonAdd new type ossl_ssize_t instead of ssize_t and move...
2010-07-24  Dr. Stephen HensonFix WIN32 build system to correctly link ENGINE DLLs...
2010-07-21  Dr. Stephen HensonAdd call to ENGINE_register_all_complete() to ENGINE_lo...
2010-07-18  Dr. Stephen HensonPR: 1830
2010-07-18  Dr. Stephen Hensonoops, revert wrong patch..
2010-07-18  Dr. Stephen HensonFix warnings (From HEAD, original patch by Ben).
2010-06-01  Dr. Stephen Hensonadd CVE-2010-0742 and CVS-2010-1633 fixes
2010-05-05  Andy PolyakovRevert previous Linux-specific/centric commit#19629...
2010-05-05  Ben LaurieNon-executable stack in asm.
2010-04-15  Dr. Stephen Hensonnew function to diff tm structures
2010-04-07  Dr. Stephen HensonAdd SHA2 algorithms to SSL_library_init(). Although...
2010-03-25  Bodo MöllerFix for "Record of death" vulnerability CVE-2010-0740.
2010-03-14  Dr. Stephen Hensonupdate CHANGES
2010-03-14  Dr. Stephen Hensonadd -sigopt option to ca utility
2010-03-12  Mark J. CoxThis entry was in 0.9.8m changelog but missing from...
2010-03-11  Dr. Stephen Hensontypo
2010-03-11  Dr. Stephen HensonRSA PSS ASN1 signing method
next