aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Allow cipher strings to be given using its standard nameErik Lax2021-09-301-0/+16
* providers: Add SM4 GCM implementationTianjia Zhang2021-09-281-0/+20
* test: add some PVK KDF unit test casesPauli2021-09-281-0/+36
* Add sm2 encryption test case from GM/T 0003.5-2012Mingjun.Yang2021-09-281-0/+41
* test: add threading test for object creationPauli2021-09-251-140/+232
* 80-test_cmp_http.t: Remove -certout option where not neededDr. David von Oheimb2021-09-242-1/+3
* cmp_client_test.c: Remove needless dependency on NDEBUGDr. David von Oheimb2021-09-241-13/+1
* FIPS and KTLS may interfereDmitry Belyavskiy2021-09-241-0/+10
* tls/ccm8: reduce the cipher strength for CCM8 ciphers to 64 bitsPauli2021-09-241-9/+25
* Add default provider support for Keccak 224, 256, 384 and 512Ulrich Müller2021-09-231-0/+86
* Tests adjustments for default output changeDmitry Belyavskiy2021-09-212-2/+6
* providers: Do not use global EVP_CIPHERs and EVP_MDsTomas Mraz2021-09-151-4/+9
* 80-test_cmp_http.t: Fix handling of empty HTTP proxy stringDr. David von Oheimb2021-09-141-2/+2
* Fix test/recipes/90-test_fipsload.t to use bldtop_file for the FIPS moduleRichard Levitte2021-09-081-2/+2
* Update copyright yearRichard Levitte2021-09-0710-10/+10
* Correct the "Out of memory" EVP testsRichard Levitte2021-09-072-4/+4
* Fix a few tests that fail on VMSRichard Levitte2021-09-072-3/+5
* test/recipes/25-test_verify.t: Add a couple of tests of mixed PEM filesRichard Levitte2021-09-051-1/+32
* Adjust test/endecoder_test.cRichard Levitte2021-09-051-2/+2
* Add KEM dupctx testslontis2021-09-031-3/+5
* Fix dh dupctx refcount errorslontis2021-09-031-2/+9
* Fix double free in EVP_PKEY_CTX_dup()slontis2021-09-031-0/+48
* Test for DANE cross cert fixViktor Dukhovni2021-09-037-2/+186
* always use the same perl in $PATHa13460542021-09-027-10/+10
* Add a test for verifying an email with a bad othername typeMatt Caswell2021-08-311-2/+12
* Add the self test type OSSL_SELF_TEST_TYPE_PCT_SIGNATUREslontis2021-08-311-1/+1
* Use applink to fix windows testsNicola Tuveri2021-08-301-1/+6
* Add tests for i2d_TYPE_fp and d2i_TYPE_fpNicola Tuveri2021-08-301-0/+43
* Fix the "Out of memory" EVP KDF scrypt testBernd Edlinger2021-08-283-4/+4
* Add a test for running the config twiceMatt Caswell2021-08-273-1/+98
* EVP_DigestSign/VerifyFinal: Duplicate the pctx to allow multiple callsTomas Mraz2021-08-261-8/+25
* test: add unit tests for TDES key wrapPauli2021-08-251-0/+75
* Extend tests for SM2 decryptionMatt Caswell2021-08-241-0/+12
* Correctly calculate the length of SM2 plaintext given the ciphertextMatt Caswell2021-08-241-1/+1
* Fix test code to not assume NUL terminated stringsMatt Caswell2021-08-243-7/+13
* Fix state name abbreviationTodd Short2021-08-191-20/+20
* Add tests for EVP_PKEY_get_utf8_string_param(), both positive and negativeRichard Levitte2021-08-181-0/+31
* Fix CTS cipher decrypt so that the updated IV is returned correctly.Shane Lontis2021-08-181-0/+15
* Change CTS CS3 (Kerberos) so that it accepts a 16 byte input blockShane Lontis2021-08-181-2/+23
* Add support for camellia cbc cts modeShane Lontis2021-08-182-0/+142
* Test EVP Cipher updating the context's IVIngo Franzki2021-08-161-0/+108
* Multiple fixes for getting pub key from legacy DH PKEYTomas Mraz2021-08-161-6/+28
* Allow small RSA exponents in the default providerShane Lontis2021-08-131-6/+9
* dsatest: Properly detect failure in generate/sign/verifyTomas Mraz2021-08-111-3/+5
* Fix test case for a2i_IPADDRESSAmir Mohammadi2021-08-061-2/+3
* Test case for a2i_IPADDRESSChristian Heimes2021-08-061-0/+54
* req: Avoid segfault when -modulus is usedTomas Mraz2021-08-051-1/+6
* test: add -macopt hexkey: to dgst command testsPauli2021-08-051-1/+16
* evp_test: add TLS 1.3 KDF test suitePauli2021-08-051-0/+1
* test: add test cases for TLS 1.3 KDFPauli2021-08-051-0/+4937