summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2021-06-0480-test_http.t: Rename to 79-test_http.t, add basic HTTP server ACCEPT testDr. David von Oheimb
2021-06-0480-test_cmp_http.t: Improve comparison on server_port variableDr. David von Oheimb
2021-06-0380-test_cmp_http.t: Re-enable CMP tests for AIX, removing some inessential te...Jon Spillett
2021-06-03rsa: make the maximum key strength check FIPS only.Pauli
2021-06-02ed25519 and ed448: fix incorrect OSSL_PKEY_PARAM_MAX_SIZETomas Mraz
2021-06-0280-test_cms.t: Replace use of ee-self-signed.pem by more suitable smrsa1.pemDr. David von Oheimb
2021-06-02ee-self-signed.pem: Restore original version, adding -attime to 25-test_verify.tDr. David von Oheimb
2021-06-02test: remove TODOsPauli
2021-06-02Add NCONF_get_section_names()Tomas Mraz
2021-06-01Make the 00-prep_*.t recipe truly mandatoryTomas Mraz
2021-06-01Rename also the OSSL_PROVIDER_name() functionTomas Mraz
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-06-01Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett
2021-06-01Fix aes cfb1 so that it can operate in bit mode.Shane Lontis
2021-05-31Fix PKCS7_verify to not have an error stack if it succeeds.Shane Lontis
2021-05-29test: add zero strenght arguments to BN and RAND RNG callsPauli
2021-05-29apps/lib/s_socket.c and 80-test_cmp_http.t: Make ACCEPT port reporting more r...Dr. David von Oheimb
2021-05-29Fix intermittent CI failure in evp_kdf_test for non_caching build.Shane Lontis
2021-05-28Fix PKCS12_create() so that a fetch error is not added to the error stack.Shane Lontis
2021-05-27TEST: Prefer using precomputed RSA and DH keys for more efficient testsDr. David von Oheimb
2021-05-27test: test MP genrsa in deprecated buildsPauli
2021-05-27test: add test for key generation strength > RNG strengthPauli
2021-05-27test: test genrsa in deprecated buildsPauli
2021-05-27Use "" for include internal/xxxRich Salz
2021-05-27Use <> for #include openssl/xxxRich Salz
2021-05-26Deprecate old style BIO callback callsTomas Mraz
2021-05-26TEST: Add test specific fipsmodule.cnf, and use itRichard Levitte
2021-05-26Add negative test cases for PEM_read_bio_PrivateKeyTomas Mraz
2021-05-26test: update RSA test with current bit strengthsPauli
2021-05-26Fix buffer overflow when generating large RSA keys in FIPS mode.Shane Lontis
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