summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
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
2021-08-30Fix no-tls1_3 testsBernd Edlinger
2021-08-28Fix the "Out of memory" EVP KDF scrypt testBernd Edlinger
2021-08-27Fix instances of pointer addition with the NULL pointerBernd Edlinger
2021-08-24Update copyright yearMatt Caswell
2021-08-24Extend tests for SM2 decryptionMatt Caswell
2021-08-24Correctly calculate the length of SM2 plaintext given the ciphertextMatt Caswell
2021-08-24Fix test code to not assume NUL terminated stringsMatt Caswell
2021-08-16Test EVP Cipher updating the context's IVIngo Franzki
2021-08-13Revert "TEST: Check that i2d refuses to encode non-optional items with no con...Tomas Mraz
2021-08-13Revert "Fix test/asn1_encode_test.c to not use ASN1_FBOOLEAN"Tomas Mraz
2021-08-13Revert "Fix test/asn1_encode_test.c to handle encoding/decoding failure"Tomas Mraz
2021-07-10Fix test/asn1_encode_test.c to handle encoding/decoding failureRichard Levitte