- 188c53f update CHANGES by Dr. Stephen Henson · 13 years ago
- 9a436c0 Back out redundant verification time change. by Ben Laurie · 13 years ago
- 7fd5df6 Make it possible to set a time for verification. by Ben Laurie · 13 years ago
- 627b044 update CHANGES by Dr. Stephen Henson · 13 years ago
- 2ca873e transparently handle X9.42 DH parameters by Dr. Stephen Henson · 13 years ago
- afb14cd Initial experimental support for X9.42 DH parameter format to handle by Dr. Stephen Henson · 13 years ago
- 19b0d0e Resolve a stack set-up race condition (if the list of compression by Bodo Möller · 13 years ago
- ea8c77a Fix ecdsatest.c. by Bodo Möller · 13 years ago
- a7c71d8 Update HEAD CHANGES file. by Bodo Möller · 13 years ago
- 390c579 Fix BIO_f_buffer(). by Bodo Möller · 13 years ago
- e0af040 Add TLS exporter. by Ben Laurie · 13 years ago
- 333f926 Add DTLS-SRTP. by Ben Laurie · 13 years ago
- 20bee96 Add RFC5114 DH parameters to OpenSSL. Add test data to dhtest. by Dr. Stephen Henson · 13 years ago
- a98b8ce Update fips_test_suite to take multiple command line options and by Dr. Stephen Henson · 13 years ago
- f4324e5 Add single call public key sign and verify functions. by Dr. Stephen Henson · 13 years ago
- 3ec9dce Add fips_algvs utility (from FIPS 2.0 stable branch). by Dr. Stephen Henson · 13 years ago
- 5e4eb99 add authentication parameter to FIPS_module_mode_set by Dr. Stephen Henson · 13 years ago
- e5641d7 BN_BLINDING multi-threading fix. by Bodo Möller · 13 years ago
- e0d6132 Fix warnings. by Bodo Möller · 13 years ago
- 3e00b4c Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 and by Bodo Möller · 13 years ago
- 8b37d33 typo by Bodo Möller · 13 years ago
- 3ddc06f In ssl3_clear, preserve s3->init_extra along with s3->rbuf. by Bodo Möller · 13 years ago
- ccbb9ba fix CHANGES entry by Dr. Stephen Henson · 13 years ago
- 2bfeb7d Add FIPS selftests for ECDH algorithm. by Dr. Stephen Henson · 14 years ago
- cb71870 Use function name FIPS_drbg_health_check() for health check function. by Dr. Stephen Henson · 14 years ago
- 4420b3b Revise DRBG to split between internal and external flags. by Dr. Stephen Henson · 14 years ago
- 1509485 new function to lookup FIPS supported ciphers by NID by Dr. Stephen Henson · 14 years ago
- a11f06b More extensive DRBG health check. New function to call health check by Dr. Stephen Henson · 14 years ago
- 7fdcb45 Add support for Dual EC DRBG from SP800-90. Include updates to algorithm by Dr. Stephen Henson · 14 years ago
- 0486cce Initialise X509_STORE_CTX properly so CRLs with nextUpdate date in the past by Dr. Stephen Henson · 14 years ago
- c519e89 Fix session handling. by Bodo Möller · 14 years ago
- 612fcfb Fix d2i_SSL_SESSION. by Bodo Möller · 14 years ago
- e792828 (EC)DH memory handling fixes. by Bodo Möller · 14 years ago
- 837e1b6 Fix memory leak on bad inputs. by Bodo Möller · 14 years ago
- acb4ab3 Synchronize with 1.0.1 CHANGES file. by Bodo Möller · 14 years ago
- f55f5f7 Add support for canonical generation of DSA parameter g. by Dr. Stephen Henson · 14 years ago
- c608171 Add RC4-MD5 and AESNI-SHA1 "stitched" implementations. by Andy Polyakov · 14 years ago
- 1f59a84 Remove hard coded ecdsaWithSHA1 hack in ssl routines and check for RSA by Dr. Stephen Henson · 14 years ago
- 20f12e6 Add HMAC DRBG from SP800-90 by Dr. Stephen Henson · 14 years ago
- 28dd49f Expand range of ctrls for AES GCM to support retrieval and setting of by Dr. Stephen Henson · 14 years ago
- fe8aeff Update CHANGES. by Dr. Stephen Henson · 14 years ago
- 01a9a75 Add functions to return FIPS module version. by Dr. Stephen Henson · 14 years ago
- e66cb36 Fix the version history: changes going into 1.1.0 that are also going by Bodo Möller · 14 years ago
- eda3766 Output supported curves in preference order instead of numerically. by Dr. Stephen Henson · 14 years ago
- 992bdde Fix the ECDSA timing attack mentioned in the paper at: by Dr. Stephen Henson · 14 years ago
- f37f20f PR: 2295 by Dr. Stephen Henson · 14 years ago
- 101e6e1 Add CHANGES entry: add FIPS support to ssl by Dr. Stephen Henson · 14 years ago
- 086e32a Implement FIPS_mode and FIPS_mode_set by Dr. Stephen Henson · 14 years ago
- 855a54a Provisional support for TLS v1.2 client authentication: client side only. by Dr. Stephen Henson · 14 years ago
- c2fd598 Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined in by Dr. Stephen Henson · 14 years ago
- a2f9200 Initial TLS v1.2 client support. Include a default supported signature by Dr. Stephen Henson · 14 years ago
- 6b7be58 Continuing TLS v1.2 support: add support for server parsing of by Dr. Stephen Henson · 14 years ago
- 7409d7a Initial incomplete TLS v1.2 support. New ciphersuites added, new version by Dr. Stephen Henson · 14 years ago
- 08557cf Initial "opaque SSL" framework. If an application defines by Dr. Stephen Henson · 14 years ago
- e0d1a2f Always return multiple of block length bytes from default DRBG seed callback. by Dr. Stephen Henson · 14 years ago
- cac4fb5 Add PRNG security strength checking. by Dr. Stephen Henson · 14 years ago
- b5dd178 Fix EVP CCM decrypt. Add decrypt support to algorithm test program. by Dr. Stephen Henson · 14 years ago
- 2391681 Initial untested CCM support via EVP. by Dr. Stephen Henson · 14 years ago
- 06b7e5a Add algorithm driver for XTS mode. Fix several bugs in EVP XTS implementation. by Dr. Stephen Henson · 14 years ago
- ac892b7 Initial incomplete POST overhaul: add support for POST callback to by Dr. Stephen Henson · 14 years ago
- 32a2d8d Provisional AES XTS support. by Dr. Stephen Henson · 14 years ago
- d7a3ce9 Update CHANGES. by Dr. Stephen Henson · 14 years ago
- 05e24c8 Extensive reorganisation of PRNG handling in FIPS module: all calls by Dr. Stephen Henson · 14 years ago
- cab0595 Rename deprecated FIPS_rand functions to FIPS_x931. These shouldn't be by Dr. Stephen Henson · 14 years ago
- 96ec46f Implement health checks needed by SP800-90. by Dr. Stephen Henson · 14 years ago
- d4f3dd5 Fix Tom Wu's email. by Ben Laurie · 14 years ago
- 0deea0e Note SRP support. by Ben Laurie · 14 years ago
- 8857b38 Add ECDH to validated module. by Dr. Stephen Henson · 14 years ago
- 11e80de New initial DH algorithm test driver. by Dr. Stephen Henson · 14 years ago
- 591cbfa Initial, provisional, subject to wholesale change, untested, probably by Dr. Stephen Henson · 14 years ago
- eead69f Make fipscanisteronly build only required files. by Dr. Stephen Henson · 14 years ago
- 5d439d6 Make -DOPENSSL_FIPSSYMS work for assembly language builds. by Dr. Stephen Henson · 14 years ago
- 017bc57 Experimental FIPS symbol renaming. by Dr. Stephen Henson · 14 years ago
- 25c6542 Add non-FIPS algorithm blocking and selftest checking. by Dr. Stephen Henson · 14 years ago
- fe26d06 Add ECDSA functionality to fips module. Initial very incomplete version by Dr. Stephen Henson · 14 years ago
- b331016 New option to disable characteristic two fields in EC code. by Dr. Stephen Henson · 14 years ago
- 30b5622 New "fispcanisteronly" build option: only build fipscanister.o and by Dr. Stephen Henson · 14 years ago
- b3d8022 Add GCM IV generator. Add some FIPS restrictions to GCM. Update fips_gcmtest. by Dr. Stephen Henson · 14 years ago
- c415adc Sync with 1.0.1 branch. by Bodo Möller · 14 years ago
- bdaa541 Initial *very* experimental EVP support for AES-GCM. Note: probably very by Dr. Stephen Henson · 14 years ago
- d45087c Use 0 not -1 (since type is size_t) for finalisation argument to do_cipher: by Dr. Stephen Henson · 14 years ago
- 3da0ca7 New flags EVP_CIPH_FLAG_CUSTOM_CIPHER in cipher structures if an underlying by Dr. Stephen Henson · 14 years ago
- 9bda745 fix omissions by Bodo Möller · 14 years ago
- 88f2a4c CVE-2010-4180 fix (from OpenSSL_1_0_0-stable) by Bodo Möller · 14 years ago
- 968062b Fix escaping code for string printing. If *any* escaping is enabled we by Dr. Stephen Henson · 14 years ago
- 2b3936e avoid verification loops in trusted store when path building by Dr. Stephen Henson · 14 years ago
- 300b1d7 apply J-PKAKE fix to HEAD (original by Ben) by Dr. Stephen Henson · 14 years ago
- f830c68 add "missing" functions to copy EVP_PKEY_METHOD and examine info by Dr. Stephen Henson · 14 years ago
- 732d31b bring HEAD up to date, add CVE-2010-3864 fix, update NEWS files by Dr. Stephen Henson · 14 years ago
- e49af2a move CHANGES entry to correct place by Dr. Stephen Henson · 14 years ago
- 5759425 PR: 2314 by Dr. Stephen Henson · 14 years ago
- 3923928 Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(), by Dr. Stephen Henson · 15 years ago
- 7b3a9b0 Update version numbers by Bodo Möller · 15 years ago
- 7c2d4fe For better forward-security support, add functions by Bodo Möller · 15 years ago
- 04daec8 New 64-bit optimized implementation EC_GFp_nistp224_method(). by Bodo Möller · 15 years ago
- 44959ee PR: 1833 Submitted By: Robin Seggelmann <seggelmann@fh-muenster.de> by Dr. Stephen Henson · 15 years ago
- c94f7f6 ECC library bugfixes. by Bodo Möller · 15 years ago
- 173350b Harmonize with OpenSSL_1_0_1-stable version of CHANGES. by Bodo Möller · 15 years ago
- ee2ffc2 Add Next Protocol Negotiation. by Ben Laurie · 15 years ago
- eb1c48b Add new type ossl_ssize_t instead of ssize_t and move definitions to by Dr. Stephen Henson · 15 years ago