summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add support for ISO 8601 datetime formatWilliam Edmisten2021-06-111-5/+61
* Update krb5 module and re-enable pkinit testsRobbie Harwood2021-06-111-1/+1
* Do not depend on the exact exit failure value of dgst appTomas Mraz2021-06-111-15/+15
* Optimize session cache flushingTodd Short2021-06-101-0/+124
* err: clear flags better when clearing errors.Pauli2021-06-101-0/+48
* Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte2021-06-092-6/+8
* 25-test_verify.t: Add test case: accept trusted self-signed EE cert with key ...Dr. David von Oheimb2021-06-092-1/+22
* test/certs/mkcert.sh: Correct description of geneealt parametersDr. David von Oheimb2021-06-091-2/+2
* 25-test_verify.t: Prevent expiration of test case 'Name constraints bad other...Dr. David von Oheimb2021-06-091-4/+5
* 80-test_cmp_http.t: Improve the way the test server is launched and killedDr. David von Oheimb2021-06-092-9/+8
* 80-test_cmp_http.t: Simplify and prevent hangs on server not launching/behavi...Dr. David von Oheimb2021-06-091-17/+8
* Correctly detect decode errors when checking if a key is supportedMatt Caswell2021-06-081-0/+1
* Use the fips-and-base.cnf config file in CMP testsMatt Caswell2021-06-082-2/+2
* Mark some priv/public key paris as only available in the default providerMatt Caswell2021-06-081-0/+100
* Just look for "Unable to load Public Key" if no SM2Matt Caswell2021-06-081-1/+1
* Fix the expected output of printing certificatesMatt Caswell2021-06-082-2/+2
* EVP_PKEY_new_raw_private_key: Allow zero length keysTomas Mraz2021-06-081-0/+3
* Add a gettable for provider ciphers to return the EVP_CIPH_RAND_KEY flagShane Lontis2021-06-081-0/+30
* Test EVP_CipherInit sequences and resetsJuergen Christ2021-06-081-0/+474
* Fix generate_ssl_tests.plMatt Caswell2021-06-071-7/+13
* test/recipes/80-test_cmp_http.t: Don't trust $server_port in start_mock_server()Richard Levitte2021-06-061-5/+16
* test/recipes/80-test_cmp_http.t: Simplify test_cmp_http()Richard Levitte2021-06-061-8/+6
* Ensure libctx/propq is propagated when handling X509_REQMatt Caswell2021-06-054-6/+9
* Use the new ASN.1 libctx aware capabilities in CMPMatt Caswell2021-06-055-23/+23
* Fix evp_extra_test to use libctx in an X509_PUBKEYMatt Caswell2021-06-051-3/+7
* Test a bad SmtpUTF8Mailbox name constraintMatt Caswell2021-06-044-2/+71
* 80-test_http.t: Rename to 79-test_http.t, add basic HTTP server ACCEPT testDr. David von Oheimb2021-06-041-3/+8
* 80-test_cmp_http.t: Improve comparison on server_port variableDr. David von Oheimb2021-06-041-1/+1
* 80-test_cmp_http.t: Re-enable CMP tests for AIX, removing some inessential te...Jon Spillett2021-06-034-7/+2
* rsa: make the maximum key strength check FIPS only.Pauli2021-06-031-14/+16
* ed25519 and ed448: fix incorrect OSSL_PKEY_PARAM_MAX_SIZETomas Mraz2021-06-021-2/+2
* 80-test_cms.t: Replace use of ee-self-signed.pem by more suitable smrsa1.pemDr. David von Oheimb2021-06-021-92/+82
* ee-self-signed.pem: Restore original version, adding -attime to 25-test_verify.tDr. David von Oheimb2021-06-022-18/+17
* test: remove TODOsPauli2021-06-029-50/+6
* 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