summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2021-06-17Update copyright yearMatt Caswell
2021-06-17test/recipes/80-test_cmp_http.t: Kill the mock server brutallyRichard Levitte
2021-06-17gost: remove the internal GOST test.Pauli
2021-06-17Fix exit code for VMS in util/wrap.pl and test/run_tests.plRichard Levitte
2021-06-17Fix small typo in test/recipes/05-test_pbe.tRichard Levitte
2021-06-16Always wait for both threads to finishRich Salz
2021-06-16TEST: Change 'catdir' to 'catfile' when dealing with files, in run_tests.plRichard Levitte
2021-06-16Add a test for fetching various non-evp objectsMatt Caswell
2021-06-16test: add test cases for SHAxxx helper functionsPauli
2021-06-16Add a test for the newly added OBJ upcallsMatt Caswell
2021-06-16TEST: Skip test/recipes/01-test_symbol_presence.t on MacOSRichard Levitte
2021-06-16TEST: Display the correct shared library nameRichard Levitte
2021-06-15TEST: Make test/recipes/01-test_symbol_presence.t more platform agnosticRichard Levitte
2021-06-15test/evp_extra_test.c: Peek at the error instead of getting it.Richard Levitte
2021-06-15Move AllowClientRenegotiation testsRich Salz
2021-06-15test: add SPKAC command testPauli
2021-06-14Fix DH/DHX named groups to not overwrite the private key length.Shane Lontis
2021-06-14When linking to static libssl always link to static libcryptoTomas Mraz
2021-06-11Add support for ISO 8601 datetime formatWilliam Edmisten
2021-06-11Update krb5 module and re-enable pkinit testsRobbie Harwood
2021-06-11Do not depend on the exact exit failure value of dgst appTomas Mraz
2021-06-10Optimize session cache flushingTodd Short
2021-06-10err: clear flags better when clearing errors.Pauli
2021-06-09Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte
2021-06-0925-test_verify.t: Add test case: accept trusted self-signed EE cert with key ...Dr. David von Oheimb
2021-06-09test/certs/mkcert.sh: Correct description of geneealt parametersDr. David von Oheimb
2021-06-0925-test_verify.t: Prevent expiration of test case 'Name constraints bad other...Dr. David von Oheimb
2021-06-0980-test_cmp_http.t: Improve the way the test server is launched and killedDr. David von Oheimb
2021-06-0980-test_cmp_http.t: Simplify and prevent hangs on server not launching/behavi...Dr. David von Oheimb
2021-06-08Correctly detect decode errors when checking if a key is supportedMatt Caswell
2021-06-08Use the fips-and-base.cnf config file in CMP testsMatt Caswell
2021-06-08Mark some priv/public key paris as only available in the default providerMatt Caswell
2021-06-08Just look for "Unable to load Public Key" if no SM2Matt Caswell
2021-06-08Fix the expected output of printing certificatesMatt Caswell
2021-06-08EVP_PKEY_new_raw_private_key: Allow zero length keysTomas Mraz
2021-06-08Add a gettable for provider ciphers to return the EVP_CIPH_RAND_KEY flagShane Lontis
2021-06-08Test EVP_CipherInit sequences and resetsJuergen Christ
2021-06-07Fix generate_ssl_tests.plMatt Caswell
2021-06-06test/recipes/80-test_cmp_http.t: Don't trust $server_port in start_mock_server()Richard Levitte
2021-06-06test/recipes/80-test_cmp_http.t: Simplify test_cmp_http()Richard Levitte
2021-06-05Ensure libctx/propq is propagated when handling X509_REQMatt Caswell
2021-06-05Use the new ASN.1 libctx aware capabilities in CMPMatt Caswell
2021-06-05Fix evp_extra_test to use libctx in an X509_PUBKEYMatt Caswell
2021-06-04Test a bad SmtpUTF8Mailbox name constraintMatt Caswell
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