summaryrefslogtreecommitdiff
path: root/regress/usr.bin/openssl
AgeCommit message (Expand)Author
2020-08-01Replace hostname underscore with hyphen in appstest.shKinichiro Inoguchi
2020-05-29Add checks for SH downgrade sentinel and HRR hash in appstest.shKinichiro Inoguchi
2020-05-19Add -status and -servername test for s_server and s_client in appstest.shKinichiro Inoguchi
2020-05-19Add -groups test for s_server and s_client in appstest.shKinichiro Inoguchi
2020-05-18Add client certificate test in appstest.shKinichiro Inoguchi
2020-05-18Rename variables for key, csr, pass, certKinichiro Inoguchi
2020-05-17Add GOST certificate test in appstest.shKinichiro Inoguchi
2020-05-17Suppress display output and reduce s_time to 1 sec in appstest.shKinichiro Inoguchi
2020-05-17Fix server client test with TLSv1.3 in appstest.shKinichiro Inoguchi
2020-05-15Factor out session reuse test and verification testKinichiro Inoguchi
2020-05-15Factor out the test for all available ciphers and add TLSv1.3 caseKinichiro Inoguchi
2020-05-15Add ECDSA certificate test in appstest.shKinichiro Inoguchi
2020-05-14Skip protocol version message check in appstest.shKinichiro Inoguchi
2020-05-14Factor out the protocol version test in appstest.shKinichiro Inoguchi
2020-01-26Restrict to use up to TLSv1.2 for test_server_client in appstest.shKinichiro Inoguchi
2019-11-25Add option for cms test in appstest.shKinichiro Inoguchi
2019-11-24Add test for cms operations in appstest.shKinichiro Inoguchi
2019-11-20Add test for cms -keyopt in appstest.shKinichiro Inoguchi
2019-11-09Add test for req -addext in appstest.shKinichiro Inoguchi
2019-11-05Remove trailing space in appstest.shKinichiro Inoguchi
2019-11-05Add test for cms in appstest.shKinichiro Inoguchi
2019-11-03Add RSA-PSS test for genpkey in appstest.shKinichiro Inoguchi
2019-10-31Add RSA OAEP test for pkeyutl in appstest.shKinichiro Inoguchi
2019-07-17Update appstest.shKinichiro Inoguchi
2019-06-27Add more option tests to req, ts, x509 and verify in appstest.shKinichiro Inoguchi
2019-06-24Add more options test to ocsp in appstest.shKinichiro Inoguchi
2019-06-23Add more option test to dgst in appstest.shKinichiro Inoguchi
2019-06-22Add more option tests to ca in appstest.shKinichiro Inoguchi
2019-06-13Add more options to pkcs12 and smime in appstest.shKinichiro Inoguchi
2019-06-10Add pkcs12 options and smime tests for appstest.shKinichiro Inoguchi
2019-02-16Add tests for pkeyutlKinichiro Inoguchi
2018-09-15Modify regress appstest.sh for interoperability testing with OpenSSL 1.1.xKinichiro Inoguchi
2018-09-14Add interoperability test mode for regress appstest.shKinichiro Inoguchi
2018-09-08Fix indent and adjust line fit to 80 columns.Kinichiro Inoguchi
2018-09-08Split test blocks into a function. Test contents are not changed.Kinichiro Inoguchi
2018-09-08Test more ciphers and randomize the order in regress appstest.shKinichiro Inoguchi
2018-09-07tests all available TLSv1.2 ciphersKinichiro Inoguchi
2018-08-27Add protocol and cipher patterns in regress appstest.shKinichiro Inoguchi
2018-08-26Stop s_server if error occurs in regress appstest.shKinichiro Inoguchi
2018-08-23Add license header.Kinichiro Inoguchi
2018-08-23Check reusing SSL/TLS session ticket by regression testKinichiro Inoguchi
2018-04-10tweak usage()Theo Buehler
2018-03-19Add a -q (for quick) mode to apptest.sh, and use it by default.Bob Beck
2018-02-06Respect the OPENSSL make variable everywhere so thatTheo Buehler
2017-04-16Use %zu to print a size_t.Mark Kettenis
2017-01-27More s/OSCP/OCSP/ typosTom Cosgrove
2016-11-06Add regress test script for openssl command.Kinichiro Inoguchi
2015-09-16Zap RANDFILE.Lawrence Teo
2015-01-22Make it obvious which openssl test complained and whether it was expected.Doug Hogan
2014-12-28Add regress tests for default option handling.Joel Sing