summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add NCONF_get_section_names()Tomas Mraz2021-06-021-22/+2
* Make the 00-prep_*.t recipe truly mandatoryTomas Mraz2021-06-011-8/+14
* Rename also the OSSL_PROVIDER_name() functionTomas Mraz2021-06-013-4/+4
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-0122-77/+79
* Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett2021-06-015-53/+179
* Fix aes cfb1 so that it can operate in bit mode.Shane Lontis2021-06-011-0/+49
* Fix PKCS7_verify to not have an error stack if it succeeds.Shane Lontis2021-05-313-2/+111
* test: add zero strenght arguments to BN and RAND RNG callsPauli2021-05-294-6/+6
* apps/lib/s_socket.c and 80-test_cmp_http.t: Make ACCEPT port reporting more r...Dr. David von Oheimb2021-05-293-15/+17
* Fix intermittent CI failure in evp_kdf_test for non_caching build.Shane Lontis2021-05-291-6/+17
* Fix PKCS12_create() so that a fetch error is not added to the error stack.Shane Lontis2021-05-281-0/+88
* TEST: Prefer using precomputed RSA and DH keys for more efficient testsDr. David von Oheimb2021-05-2715-47/+104
* test: test MP genrsa in deprecated buildsPauli2021-05-271-10/+21
* test: add test for key generation strength > RNG strengthPauli2021-05-271-12/+17
* test: test genrsa in deprecated buildsPauli2021-05-271-33/+20
* Use "" for include internal/xxxRich Salz2021-05-272-3/+2
* Use <> for #include openssl/xxxRich Salz2021-05-272-4/+4
* Deprecate old style BIO callback callsTomas Mraz2021-05-261-0/+182
* TEST: Add test specific fipsmodule.cnf, and use itRichard Levitte2021-05-264-5/+46
* Add negative test cases for PEM_read_bio_PrivateKeyTomas Mraz2021-05-261-0/+36
* test: update RSA test with current bit strengthsPauli2021-05-261-3/+9
* Fix buffer overflow when generating large RSA keys in FIPS mode.Shane Lontis2021-05-261-1/+7
* Fix building of test/pbetest.cPetr Gotthard2021-05-261-7/+4
* Add special case to skip RC4 reinitJon Spillett2021-05-261-4/+13
* Add an evp_libctx_test test run for legacy providerJon Spillett2021-05-261-4/+10
* test: add evp_tests for the MAC size and block sizePauli2021-05-253-2/+78
* Add fipsinstall option to run self test KATS on module loadShane Lontis2021-05-251-1/+16
* TEST: Avoid using just 'example.com' - test_cmp_httpRichard Levitte2021-05-242-4/+4
* Add a test for PKCS5_PBE_keyivgen()Jon Spillett2021-05-244-2/+173
* Add PBKDF1 to the legacy providerJon Spillett2021-05-244-49/+276
* Rename the field 'provctx and data' to 'algctx' inside some objects containingShane Lontis2021-05-242-3/+3
* test: fix typo in comment in threadstest.cPauli2021-05-241-1/+1
* test: add test case to reliably reproduce RAND leak during POSTPauli2021-05-245-68/+160
* 80-test_cmp_http: Invert and correct the logic of success vs. failure exitDr. David von Oheimb2021-05-226-286/+286
* apps/cms.c: Correct -sign output and -verify input with -binaryDr. David von Oheimb2021-05-222-10/+11
* property: convert integers to strings properly.Pauli2021-05-221-44/+41
* test/params_conversion_test.c: fix the use of strtoumax and strtoimax on VMSRichard Levitte2021-05-221-0/+5
* Include "internal/numbers.h" in test programs using SIZE_MAXRichard Levitte2021-05-222-0/+2
* HMAC doesn't work with a default digestDmitry Belyavskiy2021-05-211-1/+15
* CMP test server: move apps/{,lib/}cmp_mock_srv.c and apps/{,include/}cmp_mock...Dr. David von Oheimb2021-05-202-2/+2
* Update copyright yearMatt Caswell2021-05-204-4/+4
* test/evp_extra_test2.c: Try EVP_PKEY_export() with a legacy RSA keyRichard Levitte2021-05-201-7/+33
* Ensure mirroring of properties works for subsequent updatesMatt Caswell2021-05-202-0/+36
* Test that properties are mirrored as we expectMatt Caswell2021-05-203-4/+41
* Add a test for converting a property list to a stringMatt Caswell2021-05-201-0/+56
* Test d2i_PrivateKey_bio() does not add errors to stack when decoding a X25519...Shane Lontis2021-05-201-10/+33
* Test new SSL_new_session_ticket() functionalityBenjamin Kaduk2021-05-191-3/+23
* danetest.c: Improve code formattingDr. David von Oheimb2021-05-191-11/+9
* 80-test_cms.t: Disable new tests for binary input in WindowsDr. David von Oheimb2021-05-191-0/+1
* apps/cms.c: Make -sign and -verify handle binary inputDr. David von Oheimb2021-05-192-3/+44