Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove errstr -stats test | tb | 2023-07-24 | 1 | -3/+1 |
| | | | | reminded by anton | ||||
* | Stop testing tls 1.0 and 1.1 | beck | 2023-07-03 | 3 | -9/+5 |
| | | | | They have gone behind the barn. | ||||
* | Remove the speed test again | tb | 2023-06-01 | 1 | -7/+2 |
| | | | | | It takes too much time and we now know that all covered ciphers can cope with unaligned input and output on all tested architectures. | ||||
* | Add a slow regress target that runs openssl speed with proper alignment | tb | 2023-05-20 | 1 | -2/+7 |
| | | | | | and with an unaligned offset. Let's see if all ciphers on our strict alignment arches can deal with this. | ||||
* | Garbage collect test using the nseq command | tb | 2023-04-26 | 1 | -7/+1 |
| | | | | reminded by anton | ||||
* | Only run the client connection test with supported ciphers. Avoids test | tb | 2022-07-14 | 1 | -2/+2 |
| | | | | breakage also noted by anton. | ||||
* | Adapt appstest.sh for the new TLS_ names. | tb | 2022-02-05 | 1 | -9/+5 |
| | |||||
* | Drop two uses of the terrible asn1 kludge spotted by anton | tb | 2021-10-25 | 1 | -3/+3 |
| | |||||
* | Fix appstest.sh for testing with OpenSSL 3.0 | inoguchi | 2021-09-20 | 1 | -2/+5 |
| | | | | | - Fix 'Server Temp Key' check to work with both words "P-384" and "secp384r1". - Test TLSv1 and TLSv1.1 only if OpenSSL version is 1.x. | ||||
* | zap trailing whitespace | tb | 2021-09-09 | 1 | -7/+7 |
| | |||||
* | Remove tests that are now covered by regress/lib/libssl/verify | tb | 2021-08-30 | 1 | -65/+2 |
| | |||||
* | Admit that we return error 20 in the failure case here. Changing | beck | 2021-08-30 | 1 | -5/+5 |
| | | | | | our verifier to return 21 results in other regress failures in ruby and perl. | ||||
* | Fix Jan's regress in openssl/x509 to do what it says it does, | beck | 2021-08-30 | 1 | -8/+4 |
| | | | | | | | | then fix the only thing it still has complaints about which is that we don't return the leaf version of the error code when we can't verify the leaf (as opposed to the rest of the chain) ok jan@ tb@ | ||||
* | Pass the -quiet option to openssl s_server to make it ignore EOF. | tb | 2021-08-29 | 1 | -6/+6 |
| | | | | This makes some tests run from the Makefile behave as they should. | ||||
* | Add back the echo Q thing. | tb | 2021-08-29 | 1 | -5/+5 |
| | |||||
* | Use s_server -naccept 1 and remove echo "Q" | openssl s_client hack. | tb | 2021-08-29 | 1 | -12/+11 |
| | |||||
* | Add GnuTLS interoperability test in appstest.sh | inoguchi | 2021-06-21 | 1 | -1/+109 |
| | |||||
* | Modify cms test in appstest.sh to work with ec cert/key | inoguchi | 2021-05-12 | 1 | -32/+53 |
| | |||||
* | Add DTLS test in appstest.sh | inoguchi | 2021-04-27 | 1 | -1/+70 |
| | |||||
* | test-verify-unusual-wildcard-cert is no longer expected to fail with | tb | 2021-04-27 | 1 | -2/+1 |
| | | | | lib/libcrypto/x509/x509_constraints.c r1.16 | ||||
* | Remove "-4" option treatment and use it always on s_server test in appstest.sh | inoguchi | 2021-04-24 | 1 | -9/+2 |
| | |||||
* | Build options regress with -DLIBRESSL_INTERNAL. | jsing | 2021-03-21 | 1 | -2/+2 |
| | | | | | This is currently needed for DTLS1_2_VERSION, however it should be used here regardless. | ||||
* | Check for the existence of p5-IO-Socket-SSL by checking for its SSL.pm | tb | 2021-03-11 | 1 | -3/+4 |
| | | | | | | | instead of running pkg_add which may block due to its locking mechanism. Precise file to check for suggested by sthen ok kn deraadt on previous version | ||||
* | zap spades of trailing whitespace | tb | 2021-02-26 | 1 | -266/+266 |
| | |||||
* | mark test-inlabel-wildcard-cert-no-CA-client as an expected failure | tb | 2021-02-18 | 1 | -1/+2 |
| | |||||
* | Add x509 certificate validation regression tests | jan | 2021-02-16 | 3 | -2/+242 |
| | | | | | | | The validation tests are originaly createtd by Steffen Ullrich. OK tb@ No objection jsing@ | ||||
* | Replace hostname underscore with hyphen in appstest.sh | inoguchi | 2020-08-01 | 1 | -28/+28 |
| | |||||
* | Add checks for SH downgrade sentinel and HRR hash in appstest.sh | inoguchi | 2020-05-29 | 1 | -1/+27 |
| | |||||
* | Add -status and -servername test for s_server and s_client in appstest.sh | inoguchi | 2020-05-19 | 1 | -1/+3 |
| | |||||
* | Add -groups test for s_server and s_client in appstest.sh | inoguchi | 2020-05-19 | 1 | -3/+17 |
| | |||||
* | Add client certificate test in appstest.sh | inoguchi | 2020-05-18 | 1 | -2/+89 |
| | |||||
* | Rename variables for key, csr, pass, cert | inoguchi | 2020-05-18 | 1 | -85/+85 |
| | |||||
* | Add GOST certificate test in appstest.sh | inoguchi | 2020-05-17 | 1 | -26/+107 |
| | | | | Enabled by -g option, and default to disabled (RSA certificate is used) | ||||
* | Suppress display output and reduce s_time to 1 sec in appstest.sh | inoguchi | 2020-05-17 | 1 | -28/+38 |
| | |||||
* | Fix server client test with TLSv1.3 in appstest.sh | inoguchi | 2020-05-17 | 1 | -20/+27 |
| | |||||
* | Factor out session reuse test and verification test | inoguchi | 2020-05-15 | 1 | -56/+74 |
| | |||||
* | Factor out the test for all available ciphers and add TLSv1.3 case | inoguchi | 2020-05-15 | 1 | -46/+61 |
| | |||||
* | Add ECDSA certificate test in appstest.sh | inoguchi | 2020-05-15 | 1 | -8/+71 |
| | | | | Enabled by -e option, and default to disabled (RSA certificate is used) | ||||
* | Skip protocol version message check in appstest.sh | inoguchi | 2020-05-14 | 1 | -10/+15 |
| | | | | | - OpenSSL1.1.1 with TLSv1.3 does not call SSL_SESSION_print() until NewSessionTicket arrival - Shorten function name | ||||
* | Factor out the protocol version test in appstest.sh | inoguchi | 2020-05-14 | 1 | -49/+26 |
| | | | | OTHER_OPENSSL default to eopenssl11 | ||||
* | Restrict to use up to TLSv1.2 for test_server_client in appstest.sh | inoguchi | 2020-01-26 | 1 | -7/+7 |
| | | | | Currently, only s_client has TLSv1.3 and s_server does not. | ||||
* | Add option for cms test in appstest.sh | inoguchi | 2019-11-25 | 1 | -2/+2 |
| | |||||
* | Add test for cms operations in appstest.sh | inoguchi | 2019-11-24 | 1 | -2/+100 |
| | |||||
* | Add test for cms -keyopt in appstest.sh | inoguchi | 2019-11-20 | 1 | -2/+4 |
| | |||||
* | Add test for req -addext in appstest.sh | inoguchi | 2019-11-09 | 1 | -1/+2 |
| | |||||
* | Remove trailing space in appstest.sh | inoguchi | 2019-11-05 | 1 | -15/+15 |
| | |||||
* | Add test for cms in appstest.sh | inoguchi | 2019-11-05 | 1 | -1/+57 |
| | |||||
* | Add RSA-PSS test for genpkey in appstest.sh | inoguchi | 2019-11-03 | 1 | -1/+9 |
| | |||||
* | Add RSA OAEP test for pkeyutl in appstest.sh | inoguchi | 2019-10-31 | 1 | -1/+21 |
| | |||||
* | Update appstest.sh | inoguchi | 2019-07-17 | 1 | -6/+4 |
| | | | | | - Add -modulus for dsa sub command - Remove -nextprotoneg |