aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* threadstest: add write check to lock checkingPauli2022-01-131-0/+2
* test: check for properly raised errors during param conversionPauli2022-01-121-5/+10
* Ensure we test fetching encoder/decoder/store loader with a query stringMatt Caswell2022-01-121-6/+13
* Don't run TLSFuzzer tests when it is not properly setDmitry Belyavskiy2022-01-111-2/+2
* Statically link the legacy provider to endecode_testMatt Caswell2022-01-112-0/+22
* Add a test for a custom digest created via EVP_MD_meth_new()Matt Caswell2022-01-101-0/+85
* Add a test case for the short passwordBernd Edlinger2022-01-081-1/+6
* Fix: some patches related to error exitingPeiwei Hu2022-01-071-1/+1
* Test importing EC key parameters with a bad curveTomas Mraz2022-01-071-2/+15
* Fix typosDimitris Apostolou2022-01-0510-15/+15
* TLS Fuzzer: initial test infrastructureDmitry Belyavskiy2022-01-054-0/+148
* CMP mock server: add -ref_cert option and corresponding ossl_cmp_mock_srv_set...Dr. David von Oheimb2022-01-042-0/+2
* Fix compile error when building with no-asmfangming.fang2022-01-041-1/+1
* Test that PEM_BUFSIZE is passed into pem_password_cbTomas Mraz2022-01-032-1/+43
* test: add some unit tests for the property to string functionsPauli2022-01-011-16/+45
* Fix the symbol_presence test with a shlib_variantMatt Caswell2021-12-301-1/+1
* OSSL_CMP_CTX: rename get/set function for trustedStoreDr. David von Oheimb2021-12-302-7/+8
* improving tests for adding sigalg with empty digestMichael Baentsch2021-12-231-2/+11
* http_test.c: Simplify constant init of 'server_args' struct for gcc-4.8.xDr. David von Oheimb2021-12-211-1/+2
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-218-11/+11
* get_ecdsa_sig_rs_bytes: free value of d2i_ECDSA_SIG() before returnPeiwei Hu2021-12-171-2/+2
* test/cmp_vfy_test.c: free before returnPeiwei Hu2021-12-171-1/+3
* Add test case to verify that the use after free issue is fixed.Pauli2021-12-171-0/+31
* Add tests for RNDR and combine tests with RDRANDOrr Toledano2021-12-163-16/+44
* Add a test case for the name constraints bugMatt Caswell2021-12-141-1/+4
* Add a TLS test for name constraints with an EE cert without a SANMatt Caswell2021-12-143-1/+77
* Add a new Name Constraints test certMatt Caswell2021-12-144-8/+74
* Fix a carry overflow bug in bn_sqr_comba4/8 for mips 32-bit targetsBernd Edlinger2021-12-141-0/+45
* CMP test_commands.csv: improve test for -reqin, adding -reqin_new_tidDr. David von Oheimb2021-12-131-2/+2
* CMP test_verification.csv: add missing test case for -untrusted with non-matc...Dr. David von Oheimb2021-12-131-0/+1
* CMP test_enrollment.csv: clean up test cases regarding (non-existing) directo...Dr. David von Oheimb2021-12-131-4/+4
* test/evp_extra_test.c: Add EVP_PKEY comparisons in test_EC_priv_pub()Richard Levitte2021-12-131-0/+14
* test/evp_extra_test.c: Refactor test_fromdata()Richard Levitte2021-12-131-43/+93
* 80-test_cmp_http_data/test_commands.csv: fix minor glitch in column alignmentDr. David von Oheimb2021-12-091-1/+1
* APPS/cmp: fix -rspin option such that it works again without -reqinDr. David von Oheimb2021-12-091-0/+4
* bio_enc.c: add memory allocation checkPeiwei Hu2021-12-081-0/+12
* Don't run the symbol presence test on windowsMatt Caswell2021-12-061-1/+2
* test_rsa: Test for PVK format conversionTomas Mraz2021-12-062-5/+21
* Fix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning a valueTom Cosgrove2021-11-271-0/+27
* TEST: Enable and fix test_bn2padded() in test/bntest.cRichard Levitte2021-11-261-19/+15
* Enable brainpool curves for TLS1.3Bernd Edlinger2021-11-262-4/+4
* Test the performance of OSSL_PARAM_allocate_from_text with arbitrary size intsRichard Levitte2021-11-241-28/+71
* Add test for copying uninitialized EVP_MD_CTXTomas Mraz2021-11-241-0/+17
* Support different R_BITS lengths for KBKDFPatrick Uiterwijk2021-11-244-8/+1889
* Add test for EVP_PKEY_sign_init_ex with RSA PSS paddingTomas Mraz2021-11-231-3/+39
* Add a test case for duplicate engine loadingBernd Edlinger2021-11-231-2/+21
* BIO_set_indent: fix return checkPeiwei Hu2021-11-221-1/+1
* BIO_set_prefix: fix return checkPeiwei Hu2021-11-221-1/+1
* TXT_DB_write: fix the return checkPeiwei Hu2021-11-221-1/+1
* Fix EVP_PKEY_decrypt return checkPeiwei Hu2021-11-223-5/+6