Fix copyright year issues
[openssl.git] / test /
2022-01-05 Dimitris ApostolouFix typos
2022-01-05 Dmitry BelyavskiyTLS Fuzzer: initial test infrastructure
2022-01-04 Dr. David von OheimbCMP mock server: add -ref_cert option and corresponding...
2022-01-04 fangming.fangFix compile error when building with no-asm
2022-01-03 Tomas MrazTest that PEM_BUFSIZE is passed into pem_password_cb
2022-01-01 Paulitest: add some unit tests for the property to string...
2021-12-30 Matt CaswellFix the symbol_presence test with a shlib_variant
2021-12-30 Dr. David von OheimbOSSL_CMP_CTX: rename get/set function for trustedStore
2021-12-23 Michael Baentschimproving tests for adding sigalg with empty digest
2021-12-21 Dr. David von Oheimbhttp_test.c: Simplify constant init of 'server_args...
2021-12-21 Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-12-17 Peiwei Huget_ecdsa_sig_rs_bytes: free value of d2i_ECDSA_SIG...
2021-12-17 Peiwei Hutest/cmp_vfy_test.c: free before return
2021-12-17 PauliAdd test case to verify that the use after free issue...
2021-12-16 Orr ToledanoAdd tests for RNDR and combine tests with RDRAND
2021-12-14 Matt CaswellAdd a test case for the name constraints bug
2021-12-14 Matt CaswellAdd a TLS test for name constraints with an EE cert...
2021-12-14 Matt CaswellAdd a new Name Constraints test cert
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
next