summaryrefslogtreecommitdiff
path: root/src/regress/usr.bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Build options regress with -DLIBRESSL_INTERNAL.jsing2021-03-211-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.pmtb2021-03-111-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 whitespacetb2021-02-261-266/+266
|
* mark test-inlabel-wildcard-cert-no-CA-client as an expected failuretb2021-02-181-1/+2
|
* Add x509 certificate validation regression testsjan2021-02-163-2/+242
| | | | | | | The validation tests are originaly createtd by Steffen Ullrich. OK tb@ No objection jsing@
* Replace hostname underscore with hyphen in appstest.shinoguchi2020-08-011-28/+28
|
* Add checks for SH downgrade sentinel and HRR hash in appstest.shinoguchi2020-05-291-1/+27
|
* Add -status and -servername test for s_server and s_client in appstest.shinoguchi2020-05-191-1/+3
|
* Add -groups test for s_server and s_client in appstest.shinoguchi2020-05-191-3/+17
|
* Add client certificate test in appstest.shinoguchi2020-05-181-2/+89
|
* Rename variables for key, csr, pass, certinoguchi2020-05-181-85/+85
|
* Add GOST certificate test in appstest.shinoguchi2020-05-171-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.shinoguchi2020-05-171-28/+38
|
* Fix server client test with TLSv1.3 in appstest.shinoguchi2020-05-171-20/+27
|
* Factor out session reuse test and verification testinoguchi2020-05-151-56/+74
|
* Factor out the test for all available ciphers and add TLSv1.3 caseinoguchi2020-05-151-46/+61
|
* Add ECDSA certificate test in appstest.shinoguchi2020-05-151-8/+71
| | | | Enabled by -e option, and default to disabled (RSA certificate is used)
* Skip protocol version message check in appstest.shinoguchi2020-05-141-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.shinoguchi2020-05-141-49/+26
| | | | OTHER_OPENSSL default to eopenssl11
* Restrict to use up to TLSv1.2 for test_server_client in appstest.shinoguchi2020-01-261-7/+7
| | | | Currently, only s_client has TLSv1.3 and s_server does not.
* Add option for cms test in appstest.shinoguchi2019-11-251-2/+2
|
* Add test for cms operations in appstest.shinoguchi2019-11-241-2/+100
|
* Add test for cms -keyopt in appstest.shinoguchi2019-11-201-2/+4
|
* Add test for req -addext in appstest.shinoguchi2019-11-091-1/+2
|
* Remove trailing space in appstest.shinoguchi2019-11-051-15/+15
|
* Add test for cms in appstest.shinoguchi2019-11-051-1/+57
|
* Add RSA-PSS test for genpkey in appstest.shinoguchi2019-11-031-1/+9
|
* Add RSA OAEP test for pkeyutl in appstest.shinoguchi2019-10-311-1/+21
|
* Update appstest.shinoguchi2019-07-171-6/+4
| | | | | - Add -modulus for dsa sub command - Remove -nextprotoneg
* Add more option tests to req, ts, x509 and verify in appstest.shinoguchi2019-06-271-17/+42
|
* Add more options test to ocsp in appstest.shinoguchi2019-06-241-7/+30
|
* Add more option test to dgst in appstest.shinoguchi2019-06-231-4/+33
|
* Add more option tests to ca in appstest.shinoguchi2019-06-221-8/+21
|
* Add more options to pkcs12 and smime in appstest.shinoguchi2019-06-131-10/+13
|
* Add pkcs12 options and smime tests for appstest.shinoguchi2019-06-101-8/+40
| | | | | - Add some options to pkcs12 test. - Add smime tests for encrypt, decrypt and pk7out.
* Add tests for pkeyutlinoguchi2019-02-161-6/+46
|
* Modify regress appstest.sh for interoperability testing with OpenSSL 1.1.xinoguchi2018-09-151-16/+40
| | | | | | | | - add sleep before s_client instead of removing -pause option - change check words for s_client output messages - replace CAfile to CApath for s_time - remove -prexit from s_client - confirm openssl command path is executable
* Add interoperability test mode for regress appstest.shinoguchi2018-09-141-35/+79
| | | | | | | - test s_server and s_client between different version by option -i - indicate other version by defining OTHER_OPENSSL environment variable - fix "SSL/TLS" to "TLS/SSL", since TLS is correct as technical term - s/SKIPPNG/SKIPPING/
* Fix indent and adjust line fit to 80 columns.inoguchi2018-09-081-930/+961
|
* Split test blocks into a function. Test contents are not changed.inoguchi2018-09-081-62/+86
|
* Test more ciphers and randomize the order in regress appstest.shinoguchi2018-09-081-5/+9
| | | | | | - change test target ciphers - randomize the test ciphers order - display test cipher count
* tests all available TLSv1.2 ciphersinoguchi2018-09-071-11/+14
|
* Add protocol and cipher patterns in regress appstest.shinoguchi2018-08-271-18/+88
|
* Stop s_server if error occurs in regress appstest.shinoguchi2018-08-261-4/+13
|
* Add license header.inoguchi2018-08-231-0/+17
|
* Check reusing SSL/TLS session ticket by regression testinoguchi2018-08-231-8/+38
| | | | | | | | | - Added checking for session ticket reusing with using openssl(1) s_server and s_client command in appstest.sh - Confirm certificate verification status. - Save s_server message to log file. ok tb@ and jsing@
* tweak usage()tb2018-04-101-1/+1
|
* Add a -q (for quick) mode to apptest.sh, and use it by default.beck2018-03-192-11/+35
| | | | | | | this means that running the regression test doesn't take forever because we run a huge dhparam test and openssl speed tests. ok inoguchi@
* Respect the OPENSSL make variable everywhere so thattb2018-02-067-20/+22
| | | | | | | | | | make OPENSSL=/usr/src/usr.bin/openssl/obj/openssl actually does the expected thing instead of running a mixture of both the openssl below /usr/obj and the one below /usr/bin. Found the hard way via backtraces that made no sense whatsoever. ok jsing
* Use %zu to print a size_t.kettenis2017-04-161-2/+2
|