summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-06-1724-24/+24
* test/recipes/80-test_cmp_http.t: Kill the mock server brutallyRichard Levitte2021-06-171-1/+1
* gost: remove the internal GOST test.Pauli2021-06-174-172/+1
* Fix exit code for VMS in util/wrap.pl and test/run_tests.plRichard Levitte2021-06-171-6/+17
* Fix small typo in test/recipes/05-test_pbe.tRichard Levitte2021-06-171-1/+1
* Always wait for both threads to finishRich Salz2021-06-161-5/+9
* TEST: Change 'catdir' to 'catfile' when dealing with files, in run_tests.plRichard Levitte2021-06-161-2/+2
* Add a test for fetching various non-evp objectsMatt Caswell2021-06-163-1/+197
* test: add test cases for SHAxxx helper functionsPauli2021-06-163-1/+127
* Add a test for the newly added OBJ upcallsMatt Caswell2021-06-163-1/+136
* TEST: Skip test/recipes/01-test_symbol_presence.t on MacOSRichard Levitte2021-06-161-0/+2
* TEST: Display the correct shared library nameRichard Levitte2021-06-161-4/+5
* TEST: Make test/recipes/01-test_symbol_presence.t more platform agnosticRichard Levitte2021-06-151-3/+9
* test/evp_extra_test.c: Peek at the error instead of getting it.Richard Levitte2021-06-151-1/+1
* Move AllowClientRenegotiation testsRich Salz2021-06-156-19/+101
* test: add SPKAC command testPauli2021-06-151-0/+41
* Fix DH/DHX named groups to not overwrite the private key length.Shane Lontis2021-06-141-5/+74
* When linking to static libssl always link to static libcryptoTomas Mraz2021-06-141-2/+2
* 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