summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2021-08-24Fix test code to not assume NUL terminated stringsMatt Caswell
2021-08-19Fix state name abbreviationTodd Short
2021-08-18Add tests for EVP_PKEY_get_utf8_string_param(), both positive and negativeRichard Levitte
2021-08-18Fix CTS cipher decrypt so that the updated IV is returned correctly.Shane Lontis
2021-08-18Change CTS CS3 (Kerberos) so that it accepts a 16 byte input blockShane Lontis
2021-08-18Add support for camellia cbc cts modeShane Lontis
2021-08-16Test EVP Cipher updating the context's IVIngo Franzki
2021-08-16Multiple fixes for getting pub key from legacy DH PKEYTomas Mraz
2021-08-13Allow small RSA exponents in the default providerShane Lontis
2021-08-11dsatest: Properly detect failure in generate/sign/verifyTomas Mraz
2021-08-06Fix test case for a2i_IPADDRESSAmir Mohammadi
2021-08-06Test case for a2i_IPADDRESSChristian Heimes
2021-08-05req: Avoid segfault when -modulus is usedTomas Mraz
2021-08-05test: add -macopt hexkey: to dgst command testsPauli
2021-08-05evp_test: add TLS 1.3 KDF test suitePauli
2021-08-05test: add test cases for TLS 1.3 KDFPauli
2021-08-05Add oid_section to sysdefault.cnf to test adding new oidsTomas Mraz
2021-08-04Add config_diagnostics to our configuration files.Pauli
2021-07-29Update copyright yearMatt Caswell
2021-07-28test: add a comment indication that a bad MAC is intentionalPauli
2021-07-28Add some testing for the case where the FIPS provider fails to loadMatt Caswell
2021-07-28test: handle not a number (NaN) values in the param conversion test.Pauli
2021-07-28Add a test case for EVP_MD_meth_dup() and EVP_CIPHER_meth_dup()Matt Caswell
2021-07-27Mark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_meth_get_*() funcsMatt Caswell
2021-07-23ci: reinstate the passwd tests for the no-cached-fetch run.Pauli
2021-07-22Add a test for custom EVP_PKEY_METHODsMatt Caswell
2021-07-21Add testcases for SSL_key_update() corner case callsyangyangtiantianlonglong
2021-07-20test: include all DRBG tests in FIPS modePauli
2021-07-19test: fix use after scope problem in ACVP testPauli
2021-07-17Fix signed/unsigned comparison warnings in sslapitestMatt Caswell
2021-07-16evp_test: Add tests for rsa_padding_mode:noneTomas Mraz
2021-07-16acvp_test: Fix incorrect parenthesisTomas Mraz
2021-07-14test: add single byte IV AES GCM testsPauli
2021-07-13Remove executable mode attributes of non-executable filesTianjia Zhang
2021-07-12test: make build descriptions more consistentPauli
2021-07-12test: add a shim function for the apps's opt_legacy_okay() functionPauli
2021-07-12test: rename apps_mem.c to be apps_shims.c in anticipation of additonal funct...Pauli
2021-07-10test_cmp_ctx: Avoid using empty X509 with i2dTomas Mraz
2021-07-10Fix test/asn1_encode_test.c to handle encoding/decoding failureRichard Levitte
2021-07-10Fix test/asn1_encode_test.c to not use ASN1_FBOOLEANRichard Levitte
2021-07-10TEST: Check that i2d refuses to encode non-optional items with no contentRichard Levitte
2021-07-09Add a PKCS12 test to check with one input cert we get one output certMatt Caswell
2021-07-07Fix comment for test_negotiated_group() test orderBenjamin Kaduk
2021-07-07bn: procduce correct sign for result of BN_mod()Pauli
2021-07-06test: add some integral type size sanity checksPauli
2021-07-06Add HKDF negative testsShane Lontis
2021-07-06Add test for provider gettablesShane Lontis
2021-07-03TEST: Add testing of PVK and MSBLOB files to test_storeRichard Levitte
2021-07-02Work around a 32-bit mingw failureMatt Caswell
2021-07-02Use TEST_time_t_* functions in cmp_hrd_test.cMatt Caswell