summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
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
2021-10-14Fix test/recipes/01-test_symbol_presence.t to disregard version infoRichard Levitte
2021-10-14Fix test/recipes/01-test_symbol_presence.t to allow for stripped librariesRichard Levitte
2021-10-11Extend custom extension testingMatt Caswell
2021-10-06Fix a memory leak in the afalg engineBernd Edlinger
2021-09-28Add sm2 encryption test case from GM/T 0003.5-2012Mingjun.Yang
2021-09-06test/ec_internal_test: link with libapps.a tooRichard Levitte
2021-09-03Test for DANE cross cert fixViktor Dukhovni
2021-08-30Use applink to fix windows testsBernd Edlinger
2021-08-30Add tests for i2d_TYPE_fp and d2i_TYPE_fpNicola Tuveri