summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2022-10-11Update copyright yearMatt Caswell
2022-09-09Convert serverinfo in SSL_CTX_use_serverinfo() to v2.Daniel Fiala
2022-08-10Test that swapping the first app data record with Finished msg worksMatt Caswell
2022-08-04Add test for EC_KEY_set_private_key()Roberto Hueso Gomez
2022-07-25Fix a crash in v2i_IPAddrBlocks()Matt Caswell
2022-07-25Fix test case for a2i_IPADDRESSAmir Mohammadi
2022-07-25Test case for a2i_IPADDRESSChristian Heimes
2022-07-22Fix re-signing certificates with different key sizesTodd Short
2022-07-06Add missing header for memcmpGregor Jasny
2022-07-05Update copyright yearRichard Levitte
2022-07-05AES OCB test vectorsAlex Chernyakhovsky
2022-07-05Fix range_should_be_prefix() to actually return the correct resultMatt Caswell
2022-07-05Fix compile issues in test/v3ext.c with no-rfc3779Bernd Edlinger
2022-06-21Update copyright yearMatt Caswell
2022-06-16Add an extra reduction step to RSAZ mod_exp implementationsTomas Mraz
2022-06-16Always end BN_mod_exp_mont_consttime with normal Montgomery reduction.Tomas Mraz
2022-06-15Fix a crash in X509v3_asid_subset()Matt Caswell
2022-06-06Update further expiring certificates that affect testsTomas Mraz
2022-06-01ct_test.c: Update the epoch timeTomas Mraz
2022-06-01Update expired SCT certificatesTomas Mraz
2022-05-05Add test for empty supported-groups extensionTomas Mraz
2022-05-05(1.1) Add SSL_(CTX_)?get0_(verify|chain)_cert_store functionsHugo Landau
2022-05-03Update copyright yearMatt Caswell
2022-04-28[github-ci] Sync pyca workflow with masterNicola Tuveri
2022-04-14Fix an assertion in the DTLS server codeBernd Edlinger
2022-04-13Fix a DTLS server hangup due to TLS13_AD_MISSING_EXTENSIONBernd Edlinger
2022-04-11Fix -no-tls1_2 in testsTodd Short
2022-03-30Test processing of a duplicated HRRTomas Mraz
2022-03-25Fix: ticket_lifetime_hint may exceed 1 week in TLSv1.3Todd Short
2022-03-25ticket_lifetime_hint may exceed 1 week in TLSv1.3Todd Short
2022-03-15Update copyright yearMatt Caswell
2022-03-15Add a negative testcase for BN_mod_sqrtTomas Mraz
2022-03-12Make ossltest engine use in test/recipes/20-test_dgst.t platform agnosticRichard Levitte
2022-03-11Fix issue where OBJ_nid2obj doesn't always raise an errorHugo Landau
2022-03-03[ssl] Add tests for Perfect Forward Secrecy criteria on SECLEVEL >= 3Nicola Tuveri
2022-03-03Fix NULL pointer dereference for BN_mod_exp2_montHugo Landau
2022-02-09scrypt: increase memory usage beyond limitPauli
2022-02-04Don't link test/ec_internal_test with libapps.aRichard Levitte
2022-02-02Add a test for X509_STORE_CTX_set_purpose()Matt Caswell
2022-01-13Add a test for a custom digest created via EVP_MD_meth_new()Matt Caswell
2022-01-08Fix password_callback to handle short passwordsBernd Edlinger
2021-12-14Update copyright yearMatt Caswell
2021-12-14Fix a carry overflow bug in bn_sqr_comba4/8 for mips 32-bit targetsBernd Edlinger
2021-11-30TEST: Enable and fix test_bn2padded() in test/bntest.cRichard Levitte
2021-11-23Add a test case for duplicate engine loadingBernd Edlinger
2021-11-03check the return value of BN_new() and BN_dup()x2018
2021-10-27Fix a gcc 11.2.0 warningMatt Caswell
2021-10-25Fix no-cmacMatt Caswell
2021-10-21Add tests for ENGINE problemsMatt Caswell
2021-10-15test/ssl_old_test.c: Fix potential leakPeiwei Hu