]> git.ipfire.org Git - thirdparty/openssl.git/history - test
Don't auto-instantiate a DRBG when trying to use it and it's not
[thirdparty/openssl.git] / test /
2017-08-28  Dr. Matthias St... DRBG: clarify difference between entropy counts and...
2017-08-27  Rich SalzMSC_VER <= 1200 isn't supported; remove dead code
2017-08-25  Matt CaswellFix no-tls and no-tls1_2
2017-08-25  Matt CaswellFix no-scrypt
2017-08-25  Kazuki YamaguchiDo not lookup zero-length session ID
2017-08-25  Matt CaswellFix no-chacha and no-poly1305
2017-08-25  Matt CaswellDon't run a CT specifc test if CT is disabled
2017-08-24  PauliCheck range of test values using isascii before diving...
2017-08-24  PauliCheck for EOF in ASCII conversions.
2017-08-24  Matt CaswellFix enable-sctp
2017-08-22  Rich Salz(Re)move some things from e_os.h
2017-08-22  Richard LevitteDon't try to compare the ctype functions on values...
2017-08-22  Richard LevitteDon't try to test ctype functions for values < 0 or...
2017-08-22  Rich SalzUse "" not <> for internal/ includes
2017-08-22  Richard LevitteFix the lack of isblank() with VMS C
2017-08-22  Rich SalzAdd random serial# support.
2017-08-21  PauliThis has been added to avoid the situation where some...
2017-08-21  PauliFix ctype arguments.
2017-08-21  Johannes BauerAdd PKEY_CTX setter tests for TLS1-PRF
2017-08-21  PauliRemove double error messages
2017-08-18  Todd ShortReorder extensions to put SigAlgs last
2017-08-18  Richard Levittetest/asn1_time_test.c: Better check of signed time_t
2017-08-18  PauliFix windows build after too aggressive e_os.h removal
2017-08-17  PauliRemove tests dependence on e_os.h
2017-08-16  David von OheimbFix OCSP_basic_verify() cert chain construction in...
2017-08-16  FdaSilvaYY[Win] Fix some test method signatures ...
2017-08-15  Rich SalzRevert "Add some casts for %j"
2017-08-15  Paul YangUse new setup_tests in code of rsa_test
2017-08-15  Richard LevitteFile::Glob option ':bsd_glob' doesn't work everywhere...
2017-08-15  Richard LevitteConsolidate the locations where we have our internal...
2017-08-14  Rich SalzAdd some casts for %j
2017-08-12  FdaSilvaYYFix some typo and comments
2017-08-12  Andy PolyakovWire SHAKE to EVP.
2017-08-12  Andy PolyakovAdd EVP_DigestFinalXOF, interface to extendable-output...
2017-08-11  FdaSilvaYYFix some Typos and indents
2017-08-11  Jon Spillett[extended tests] Add steps to update an external test...
2017-08-10  Dr. Stephen Hensonno-ec2m fixes
2017-08-10  Dr. Stephen HensonAdd alternative CMS P-256 cert
2017-08-10  Dr. Stephen HensonFix no-ec
2017-08-10  David von OheimbFix minor type warnings and risk of memory leak in...
2017-08-09  Benjamin KadukFix memory leak in session cache test
2017-08-09  Matt CaswellTest server side session caching
2017-08-08  Johannes BauerFix building without scrypt
2017-08-08  Dr. Stephen HensonAdd test for ECDH CMS key only
2017-08-08  Johannes BauerAdd PKEY_METHOD macro tests
2017-08-08  Johannes BauerAdd interface to the scrypt KDF by means of PKEY_METHOD
2017-08-06  PauliChange SETUP_TEST_FIXTURE so that the fixture structure...
2017-08-04  Todd ShortConsolidate to a single asn1_time_from_tm() function
2017-08-03  PauliTest fixtures changed to pointers.
2017-08-03  Andy Polyakovrecipes/80-test_ca.t: make it work with spaces in pathn...
2017-08-03  Rich SalzSwitch from ossl_rand to DRBG rand
2017-08-03  Dr. Stephen HensonAllow use of long name for KDFs
2017-08-02  PauliSimplify some of the sslapitest code.
2017-08-01  PauliRemove EXECUTE_TEST_NO_TEARDOWN.
2017-08-01  Paul YangAdd test case for ASN1_TIME_print
2017-08-01  Matt CaswellAdd a test to check we get a new session even if s...
2017-07-31  David BenjaminFix the names of older ciphers.
2017-07-29  Dr. Stephen HensonAdd public key method enumeration function.
2017-07-29  Bernd EdlingerAdd some test coverage for OPENSSL_secure_clear_free
2017-07-29  Bernd EdlingerAdd some test coverage for PEM_read_bio_PrivateKey
2017-07-28  Paul YangMake SSL_set_tlsext_host_name no effect from server...
2017-07-28  Richard LevittePerl: Use File::Glob::bsd_glob rather than File::Glob...
2017-07-27  PauliFormatting & declaration cleanse.
2017-07-27  PauliOPENSSL_NO_ENGINE defined causes build failures
2017-07-26  PauliFix the two new tests since approval.
2017-07-26  PauliUpdate the test framework so that the need for test_mai...
2017-07-26  Paul YangAdd test cases and docs for ASN1_STRING_TABLE_* functions
2017-07-26  Todd ShortAdd support to free/allocate SSL buffers
2017-07-25  Andy PolyakovWire SHA3 EVPs and add tests.
2017-07-24  Richard Levittetest/recipes/80-test_tsa.t: Don't trust 'OPENSSL_CONF'
2017-07-24  PauliImprove struct tm population
2017-07-23  Paul YangAdd asn1_time_to_tm function and check days in month
2017-07-20  Paul YangSupport converting cipher name to RFC name and vice...
2017-07-20  Benjamin KadukRemove trailing whitespace from drbgtest.c
2017-07-19  Dr. Stephen HensonAdd keygen test data
2017-07-19  Dr. Stephen HensonAdd keygen test to evp_test
2017-07-19  Rich SalzAdd DRBG random method
2017-07-18  Matt CaswellAdd a test for SSL_clear()
2017-07-18  Matt CaswellAdd a test for early_data when an HRR occurs
2017-07-16  PauliAddress Coverity issues.
2017-07-15  Richard Levittetestutil: stanza files are text files, open them as...
2017-07-15  Richard Levittetest/recipes/90-test_store.t: Add a few cases with...
2017-07-15  Richard Levittetest/recipes/90-test_store.t: Test absolute files
2017-07-15  Richard Levittetest/recipes/90-test_store.t: Rename some functions
2017-07-13  PauliRemove trailing blanks.
2017-07-13  PauliTest cleaning and modernisation
2017-07-13  PauliFix some issues raise by coverity in the tests.
2017-07-13  Dr. Stephen HensonAdd sanity test for certificate table
2017-07-13  Dr. Stephen HensonAdd additional ECDSA/Ed25519 selection tests.
2017-07-07  Matt CaswellDo not allow non-dhe kex_modes by default
2017-07-07  Matt CaswellUpdate the test/session.pem to have a tick_nonce value
2017-07-07  Matt CaswellUpdate tls13_hkdf_expand() to take the length of the...
2017-07-07  Matt CaswellThe correct key length for a TLSv1.3 SHA384 ciphersuite...
2017-07-07  Richard Levittetest/run_tests.pl: Make sure to exit with a code that...
2017-07-07  Richard Levittetest/recipes/90-test_shlibload.t: Make sure to handle...
2017-07-05  PauliFix compiler warnings
2017-07-04  PauliRemove the TEST_check macro.
2017-07-03  Rich SalzBN_pseudo_rand is really BN_rand
2017-07-03  Richard LevitteRemove the possibility to disable the UI module entirely
2017-07-01  Rich SalzCleanup some copyright stuff
next