Add testing for updated cipher IV
[openssl.git] / test /
2021-04-28 Jon SpillettAdd testing for updated cipher IV
2021-04-28 Tomas MrazUse "canonical" names when matching the output of the...
2021-04-28 Tomas MrazSkip GOST engine tests in out of tree builds
2021-04-27 Shane LontisTest that we don't have a memory leak in d2i_ASN1_OBJECT.
2021-04-27 Paul Kehrerre-add pyca/cryptography testing
2021-04-26 Shane LontisDeprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().
2021-04-26 Shane LontisFixes related to separation of DH and DHX types
2021-04-26 Tomas MrazAdd type_name member to provided methods and use it
2021-04-23 Richard LevitteTEST: correct test/recipes/30-test_evp_data/evppkey_ecd...
2021-04-23 Paulitest: separate some DES based tests out to permit a...
2021-04-23 Paulitest: fix test_evp_kdf when DES is disabled.
2021-04-23 PauliRunchecker fix for the no-autoerrinit build
2021-04-23 PauliRunchecker: fix TLS curves test failure with no-tls1_3...
2021-04-23 PauliRunchecker: fix no-ec2m build which was trying to valid...
2021-04-23 Tomas MrazTrivial shortcuts for EVP_PKEY_eq()
2021-04-22 Tomas Mraztest_sslextension: skip tests that cannot work with...
2021-04-22 Tomas MrazFix potential NULL dereference in OSSL_PARAM_get_utf8_s...
2021-04-22 Matt CaswellUpdate copyright year
2021-04-22 MichaMFix typos
2021-04-21 Richard LevitteTEST: Adapt the EVP test
2021-04-20 Paulitest: fix double free problems.
2021-04-20 Dr. David von OheimbImprove ossl_cmp_build_cert_chain(); publish it as...
2021-04-19 Tomas MrazUpdate krb5 module to latest release
2021-04-19 Matt CaswellAdd a test for OSSL_LIB_CTX_set0_default
2021-04-19 Matt CaswellFix some TODO(3.0) occurrences in ssl/t1_lib.c
2021-04-19 Tanzinul IslamAvoid more MSVC-specific C runtime library functions
2021-04-19 Tomas MrazAdd test for the IV handling of DES based ciphers
2021-04-18 Richard LevitteTEST: Use OSSL_MAX_NAME_SIZE instead of arbitrary numbe...
2021-04-18 Richard LevitteTEST: Modify how the retrieved digest name for SM2...
2021-04-18 Richard LevitteTEST: Modify testutil's run_tests to display NOSUBTEST...
2021-04-18 Richard LevitteTEST: Modify test/evp_fetch_prov_test.c to also fetch...
2021-04-18 Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-04-17 PauliFix naming for EVP_RAND_CTX_gettable functions.
2021-04-15 PauliSipHash: Fix CTRL API for the digest size.
2021-04-15 Shane LontisAdd EVP_PKEY_todata() and EVP_PKEY_export() functions.
2021-04-15 Tomas MrazRename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_ty...
2021-04-15 Tomas MrazRemove keymgmt_copy function from the provider API
2021-04-14 Dr. David von Oheimb80-test_cmp_http.t: Extend diagnostics of mock server...
2021-04-14 Dr. David von Oheimb80-test_cmp_http.t: Silence check for availability...
2021-04-14 Dr. David von Oheimb80-test_cmp_http.t: Fix resumption when skipping after...
2021-04-14 Dr. David von OheimbAPPS and TEST: Make sure prog name is set for usage...
2021-04-14 Shane LontisAdd domain parameter match check for DH and ECDH key...
2021-04-13 Todd ShortHandle set_alpn_protos inputs better.
2021-04-13 Shane LontisAdd FIPS Self test for AES_ECB decrypt
2021-04-12 Matt CaswellRemove the function EVP_PKEY_set_alias_type
2021-04-12 Matt CaswellOnly enable KTLS if it is explicitly configured
2021-04-12 Tomas MrazAlways reset IV for CBC, OFB, and CFB mode on cipher...
2021-04-12 Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-04-12 Shane LontisAdd OSSL_PARAM_dup() and OSSL_PARAM_merge().
2021-04-12 Paulikmac: add long customisation string example
2021-04-09 Armin Fuerstapps: fix warning about size_t / int conversion
2021-04-08 Christian HeimesInherit hostflags verify params even without hosts
2021-04-08 Dr. David von OheimbPEM_X509_INFO_read_bio_ex(): Generalize to allow parsin...
2021-04-08 Dr. David von Oheimbd2i_PrivateKey{,_ex}() and PEM_X509_INFO_read_bio_ex...
2021-04-08 Matt CaswellUpdate copyright year
2021-04-08 Paulitest: add extra secure memory test case.
2021-04-08 Paulitest: fix problem with threads test using default libra...
2021-04-07 Paulitest: fix coverity 1473234 & 1473239: argument cannot...
2021-04-07 Richard Levittetest/recipes/02-test_errstr.t: Do not test negative...
2021-04-07 Paulitest: fix coverity 1475940: negative return
2021-04-07 Paulitest: fix coverity 1475941: resource leak
2021-04-06 Nan XiaoFix potential double free in sslapitest.c
2021-03-31 Shane LontisAdd a range check (from SP800-56Ar3) to DH key derivation.
2021-03-31 Dr. David von OheimbOSSL_parse_url(): Improve handling of IPv6 addresses
2021-03-31 Dr. David von Oheimb80-test_cmp_http.t: Add diagnostic info on starting...
2021-03-30 Matt CaswellFix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITS
2021-03-30 David BenjaminMerge OFB encrypt and decrypt test vectors.
2021-03-30 Paulitest: fix coverity 1474468: resource leak
2021-03-28 Tomas MrazImplement EVP_PKEY_dup() function
2021-03-28 Paulitest: add test case for X508_PUBKEY_dup() function
2021-03-28 Shane LontisDisable cmp_http test on AIX
2021-03-27 Richard LevitteTEST: Cleanup test recipes
2021-03-26 Tomas MrazMake the SM2 group the default group for the SM2 algorithm
2021-03-26 Tomas MrazRemove the external BoringSSL test
2021-03-25 Paulitest: fix coverity 1473609 & 1473610: unchecked return...
2021-03-25 Paulitest: fix coverity 1451550: unchecked return value
2021-03-25 Paulitest: fix coverity 1429210: unchecked return value
2021-03-25 Paulitest: fix coverity 1416888: unchecked return value
2021-03-25 Paulitest: fix coverity 1414451: unchecked return value
2021-03-25 Paulitest: fix coverity 1338157: unchecked return value
2021-03-25 Tomas MrazEVP_PKCS82PKEY: Create provided keys if possible
2021-03-25 Matt CaswellAdd a test for CVE-2021-3449
2021-03-23 Paulitest: fix coverity 1451534: improper use of negative...
2021-03-23 Paulitest: fix coverity 1469427: impropery use of negative...
2021-03-23 Paulitest: fix coverity 1454812: improper use of negative...
2021-03-23 Paulitest: fix coverity 1451574: improper use of negative...
2021-03-23 Paulitest: fix coverity 1371689 & 1371690: improper use...
2021-03-23 Jon Spillettendecode_test: Add file and line arguments to test...
2021-03-22 Andrey MatyukovDual 1024-bit exponentiation optimization for Intel...
2021-03-21 Shane LontisFix DER reading from stdin for BIO_f_readbuffer
2021-03-20 Paulisslapitest: fix problem in cleanup on failure path
2021-03-20 Paulitest: coverity 1469426 - dereference after null check
2021-03-20 Paulitest: coverity 1455749 - dereference after null check
2021-03-20 Paulitest: coverity 1455747 - dereference after null check
2021-03-20 Paulitest: fix coverity 1470559: resource leak
2021-03-20 Paulitest: fix coverity 1455330, 1455332, 1455334, 1455342...
2021-03-20 Paulitest: fix coverity 1414449 & 1414471: resource leak
2021-03-20 Paulitest: fix coverity 1414445: resource leak
2021-03-20 Paulitest: fix coverity 1454040: resource leak
2021-03-20 Paulitest: fix coverity 1451562: resource leak
next