summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2021-05-26Fix building of test/pbetest.cPetr Gotthard
2021-05-26Add special case to skip RC4 reinitJon Spillett
2021-05-26Add an evp_libctx_test test run for legacy providerJon Spillett
2021-05-25test: add evp_tests for the MAC size and block sizePauli
2021-05-25Add fipsinstall option to run self test KATS on module loadShane Lontis
2021-05-24TEST: Avoid using just 'example.com' - test_cmp_httpRichard Levitte
2021-05-24Add a test for PKCS5_PBE_keyivgen()Jon Spillett
2021-05-24Add PBKDF1 to the legacy providerJon Spillett
2021-05-24Rename the field 'provctx and data' to 'algctx' inside some objects containingShane Lontis
2021-05-24test: fix typo in comment in threadstest.cPauli
2021-05-24test: add test case to reliably reproduce RAND leak during POSTPauli
2021-05-2280-test_cmp_http: Invert and correct the logic of success vs. failure exitDr. David von Oheimb
2021-05-22apps/cms.c: Correct -sign output and -verify input with -binaryDr. David von Oheimb
2021-05-22property: convert integers to strings properly.Pauli
2021-05-22test/params_conversion_test.c: fix the use of strtoumax and strtoimax on VMSRichard Levitte
2021-05-22Include "internal/numbers.h" in test programs using SIZE_MAXRichard Levitte
2021-05-21HMAC doesn't work with a default digestDmitry Belyavskiy
2021-05-20CMP test server: move apps/{,lib/}cmp_mock_srv.c and apps/{,include/}cmp_mock...Dr. David von Oheimb
2021-05-20Update copyright yearMatt Caswell
2021-05-20test/evp_extra_test2.c: Try EVP_PKEY_export() with a legacy RSA keyRichard Levitte
2021-05-20Ensure mirroring of properties works for subsequent updatesMatt Caswell
2021-05-20Test that properties are mirrored as we expectMatt Caswell
2021-05-20Add a test for converting a property list to a stringMatt Caswell
2021-05-20Test d2i_PrivateKey_bio() does not add errors to stack when decoding a X25519...Shane Lontis
2021-05-19Test new SSL_new_session_ticket() functionalityBenjamin Kaduk
2021-05-19danetest.c: Improve code formattingDr. David von Oheimb
2021-05-1980-test_cms.t: Disable new tests for binary input in WindowsDr. David von Oheimb
2021-05-19apps/cms.c: Make -sign and -verify handle binary inputDr. David von Oheimb
2021-05-18Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb
2021-05-18seal: make EVP_SealInit() library context awarePauli
2021-05-18test: conditionally exclude unused code for no-tls1.2 buildPauli
2021-05-17Add SSL_OP_ALLOW_CLIENT_RENEGOTIATIONRich Salz
2021-05-17Fix compiler error when using config option 'enable-acvp-tests'Shane Lontis
2021-05-16Adapt 80-test_cmp_http.t and its data for random accept portsRichard Levitte
2021-05-15Add extensive test coverage for SSL_get_negotiated_group()Benjamin Kaduk
2021-05-15move group lists out of test_key_exchange() in preparation for reuseBenjamin Kaduk
2021-05-15Extend SSL_get_negotiated_group() tests for TLS 1.2Benjamin Kaduk
2021-05-15Regenerate testsid.pemBenjamin Kaduk
2021-05-15Load the default provider into the p_test provider laterMatt Caswell
2021-05-15Fix a memleak on an error path in the pkcs12 test helpersMatt Caswell
2021-05-14Add OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}Dr. David von Oheimb
2021-05-14HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb
2021-05-13Implement pem_read_key directly through OSSL_DECODERTomas Mraz
2021-05-13test: fix thread test config file problemPauli
2021-05-13Export/import flags for FFC params changed to seperate fields.Shane Lontis
2021-05-12Update expected results for tls13kexmodes testsBenjamin Kaduk
2021-05-12HTTP client: Minimal changes that include the improved APIDr. David von Oheimb
2021-05-12Allow arbitrary digests with ECDSA and DSATomas Mraz
2021-05-12property: add test case for setting default user properties before fetchingMatt Caswell
2021-05-1180-test_cmp_http.t: Improve fuzzing exclusion pattern - fixup!Dr. David von Oheimb