Fix invalid handling of verify errors in libssl
[openssl.git] / test /
2021-12-14 Bernd EdlingerFix a carry overflow bug in bn_sqr_comba4/8 for mips...
2021-12-13 Dr. David von OheimbCMP test_commands.csv: improve test for -reqin, adding...
2021-12-13 Dr. David von OheimbCMP test_verification.csv: add missing test case for...
2021-12-13 Dr. David von OheimbCMP test_enrollment.csv: clean up test cases regarding...
2021-12-13 Richard Levittetest/evp_extra_test.c: Add EVP_PKEY comparisons in...
2021-12-13 Richard Levittetest/evp_extra_test.c: Refactor test_fromdata()
2021-12-09 Dr. David von Oheimb80-test_cmp_http_data/test_commands.csv: fix minor...
2021-12-09 Dr. David von OheimbAPPS/cmp: fix -rspin option such that it works again...
2021-12-08 Peiwei Hubio_enc.c: add memory allocation check
2021-12-06 Matt CaswellDon't run the symbol presence test on windows
2021-12-06 Tomas Mraztest_rsa: Test for PVK format conversion
2021-11-27 Tom CosgroveFix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning...
2021-11-26 Richard LevitteTEST: Enable and fix test_bn2padded() in test/bntest.c
2021-11-26 Bernd EdlingerEnable brainpool curves for TLS1.3
2021-11-24 Richard LevitteTest the performance of OSSL_PARAM_allocate_from_text...
2021-11-24 Tomas MrazAdd test for copying uninitialized EVP_MD_CTX
2021-11-24 Patrick UiterwijkSupport different R_BITS lengths for KBKDF
2021-11-23 Tomas MrazAdd test for EVP_PKEY_sign_init_ex with RSA PSS padding
2021-11-23 Bernd EdlingerAdd a test case for duplicate engine loading
2021-11-22 Peiwei HuBIO_set_indent: fix return check
2021-11-22 Peiwei HuBIO_set_prefix: fix return check
2021-11-22 Peiwei HuTXT_DB_write: fix the return check
2021-11-22 Peiwei HuFix EVP_PKEY_decrypt return check
2021-11-22 Peiwei HuBIO_gets: fix the incomplete return check
2021-11-22 Dr. David von Oheimb02-test_errstr.t: print errorcodes in hex (rather than...
2021-11-22 PW HuFix the return check of OBJ_obj2txt
2021-11-22 Tomas Mrazd2i_PublicKey: Make it work with EC parameters in a...
2021-11-19 Andrey MatyukovDual 1536/2048-bit exponentiation optimization for...
2021-11-17 Dr. David von OheimbMove more general parts of internal/cryptlib.h to new...
2021-11-17 Dr. David von OheimbAdd and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREF...
2021-11-17 Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-11-17 Dr. David von Oheimb80-test_cmp_http: Make server diagnostics more verbose...
2021-11-16 Peiwei HuBIO_read_filename: fix return check
2021-11-16 Peiwei HuEVP_PKEY_keygen_init: fix return check
2021-11-16 Peiwei HuEVP_PKEY_paramgen_init: fix return check
2021-11-16 Peiwei HuEVP_DigestVerifyFinal: fix test function and invocation
2021-11-16 Matt CaswellAdd a test for creating ECX private keys that are too...
2021-11-16 Peiwei HuRAND_bytes_ex: fix return check
2021-11-15 Dr. David von OheimbBIO_s_connect(): Enable BIO_gets()
2021-11-15 Tomas MrazAdd null digest implementation to the default provider
2021-11-12 Matt CaswellExtend the test_multi_load() test
2021-11-12 Matt CaswellDon't attempt to deactive child providers if we don...
2021-11-12 Tomas Mrazevp_extra_test: Add SIPHASH MAC digestsign test with...
2021-11-12 Tomas Mraztest: Add testing of reinitialization via EVP_DigestSig...
2021-11-12 Tomas Mrazdo_sigver_init: Allow reinitialization of an existing...
2021-11-12 Paulitest: add unit tests for integer overflow helpers
2021-11-11 Dr. David von Oheimb25-test_req.t: Add systematic SKID+AKID tests for self...
2021-11-08 Dr. David von OheimbAPPS/x509: Fix generation of AKID via v2i_AUTHORITY_KEYID()
2021-11-07 PW HuFix incorrect return check of BN_bn2binpad
2021-11-05 slontisFix tests to check for negative results when calling...
2021-11-05 Phil MesnierFix for a segv interrupt that occurs when fix_dh_rfc511...
2021-11-04 PauliAdd unit tests for weak key and key parity checks
2021-11-03 x2018check the return value of BN_new() and BN_dup()
2021-11-01 PW HuFix incorrect return check of BN_bn2nativepad
2021-10-28 PauliRemove redundant RAND_get0_private() call
2021-10-28 PW HuFix return value error in doc, and an error test
2021-10-28 x2018fix some code with obvious wrong coding style
2021-10-27 Matt CaswellFix a gcc 11.2.0 warning
2021-10-27 Tomas Mraztest: fetching proper signature provider for non-export...
2021-10-27 Richard LevitteCORE: Encure that cached fetches can be done per provider
2021-10-27 Jiasheng Jiangtest/ssl_old_test.c: Do NULL pointer check before its use
2021-10-27 Jiasheng JiangRemove unused variable 'sctx'
2021-10-26 Matt CaswellTest that a key is usable after an EVP_PKEY_fromdata...
2021-10-26 Paulitest-rand: return failure on not enough data, allow...
2021-10-25 Tomas MrazX509_PUBKEY_dup: Do not just up-ref the EVP_PKEY
2021-10-25 Tomas Mraztests: Add test for X509_dup with ENGINE based key
2021-10-25 Matt CaswellFix no-cmac
2021-10-22 Michael BaentschPermit no/empty digest in core_obj_add_sigid
2021-10-22 yuanjungongClean up on failed BIO creation
2021-10-22 Matt CaswellFix acvp_test sig_gen
2021-10-22 Matt CaswellFix test_CMAC_keygen
2021-10-22 Matt CaswellTest short buffers
2021-10-19 Matt CaswellAdd tests for ENGINE problems
2021-10-15 Peiwei Hutest/ssl_old_test.c: Fix potential leak
2021-10-14 Richard LevitteFix test/recipes/01-test_symbol_presence.t to disregard...
2021-10-13 Richard LevitteFix test/recipes/01-test_symbol_presence.t to allow...
2021-10-12 Mingjun.Yangfeat: Add sm2 signature test case from GM/T 0003.5...
2021-10-11 Matt CaswellExtend custom extension testing
2021-10-11 PW HuBugfix: unsafe return check of EVP_PKEY_fromdata
2021-10-11 PW HuBugfix: unsafe return check of EVP_PKEY_fromdata_init
2021-10-09 Matt CaswellFix tests for new default security level
2021-10-09 Paulitest: add failure testing for property parsing
2021-10-06 Bernd EdlingerRemove OPENSSL_ia32cap overrides in various test scripts
2021-10-06 Bernd EdlingerFix a memory leak in the afalg engine
2021-09-30 Erik LaxAllow cipher strings to be given using its standard...
2021-09-28 Tianjia Zhangproviders: Add SM4 GCM implementation
2021-09-28 Paulitest: add some PVK KDF unit test cases
2021-09-28 Mingjun.YangAdd sm2 encryption test case from GM/T 0003.5-2012
2021-09-25 Paulitest: add threading test for object creation
2021-09-24 Dr. David von Oheimb80-test_cmp_http.t: Remove -certout option where not...
2021-09-24 Dr. David von Oheimbcmp_client_test.c: Remove needless dependency on NDEBUG
2021-09-24 Dmitry BelyavskiyFIPS and KTLS may interfere
2021-09-24 Paulitls/ccm8: reduce the cipher strength for CCM8 ciphers...
2021-09-23 Ulrich MüllerAdd default provider support for Keccak 224, 256, 384...
2021-09-21 Dmitry BelyavskiyTests adjustments for default output change
2021-09-15 Tomas Mrazproviders: Do not use global EVP_CIPHERs and EVP_MDs
2021-09-14 Dr. David von Oheimb80-test_cmp_http.t: Fix handling of empty HTTP proxy...
2021-09-08 Richard LevitteFix test/recipes/90-test_fipsload.t to use bldtop_file...
2021-09-07 Richard LevitteUpdate copyright year
2021-09-07 Richard LevitteCorrect the "Out of memory" EVP tests
next