Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | Add more option tests to req, ts, x509 and verify in appstest.sh | inoguchi | 2019-06-27 | 1 | -17/+42 | |
| | ||||||
* | Add more options test to ocsp in appstest.sh | inoguchi | 2019-06-24 | 1 | -7/+30 | |
| | ||||||
* | Add more option test to dgst in appstest.sh | inoguchi | 2019-06-23 | 1 | -4/+33 | |
| | ||||||
* | Add more option tests to ca in appstest.sh | inoguchi | 2019-06-22 | 1 | -8/+21 | |
| | ||||||
* | Add more options to pkcs12 and smime in appstest.sh | inoguchi | 2019-06-13 | 1 | -10/+13 | |
| | ||||||
* | Add pkcs12 options and smime tests for appstest.sh | inoguchi | 2019-06-10 | 1 | -8/+40 | |
| | | | | | - Add some options to pkcs12 test. - Add smime tests for encrypt, decrypt and pk7out. | |||||
* | Add tests for pkeyutl | inoguchi | 2019-02-16 | 1 | -6/+46 | |
| | ||||||
* | Modify regress appstest.sh for interoperability testing with OpenSSL 1.1.x | inoguchi | 2018-09-15 | 1 | -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.sh | inoguchi | 2018-09-14 | 1 | -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. | inoguchi | 2018-09-08 | 1 | -930/+961 | |
| | ||||||
* | Split test blocks into a function. Test contents are not changed. | inoguchi | 2018-09-08 | 1 | -62/+86 | |
| | ||||||
* | Test more ciphers and randomize the order in regress appstest.sh | inoguchi | 2018-09-08 | 1 | -5/+9 | |
| | | | | | | - change test target ciphers - randomize the test ciphers order - display test cipher count | |||||
* | tests all available TLSv1.2 ciphers | inoguchi | 2018-09-07 | 1 | -11/+14 | |
| | ||||||
* | Add protocol and cipher patterns in regress appstest.sh | inoguchi | 2018-08-27 | 1 | -18/+88 | |
| | ||||||
* | Stop s_server if error occurs in regress appstest.sh | inoguchi | 2018-08-26 | 1 | -4/+13 | |
| | ||||||
* | Add license header. | inoguchi | 2018-08-23 | 1 | -0/+17 | |
| | ||||||
* | Check reusing SSL/TLS session ticket by regression test | inoguchi | 2018-08-23 | 1 | -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() | tb | 2018-04-10 | 1 | -1/+1 | |
| | ||||||
* | Add a -q (for quick) mode to apptest.sh, and use it by default. | beck | 2018-03-19 | 2 | -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 that | tb | 2018-02-06 | 7 | -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. | kettenis | 2017-04-16 | 1 | -2/+2 | |
| | ||||||
* | More s/OSCP/OCSP/ typos | tom | 2017-01-27 | 1 | -1/+1 | |
| | | | | ok jmc@ | |||||
* | Add regress test script for openssl command. | inoguchi | 2016-11-06 | 3 | -2/+966 | |
| | | | | ok beck@ | |||||
* | Zap RANDFILE. | lteo | 2015-09-16 | 2 | -5/+3 | |
| | ||||||
* | Make it obvious which openssl test complained and whether it was expected. | doug | 2015-01-22 | 1 | -2/+5 | |
| | | | | ok bcook@ | |||||
* | Add regress tests for default option handling. | jsing | 2014-12-28 | 1 | -1/+48 | |
| | ||||||
* | Add regress tests for multiple argument callback functions. | jsing | 2014-12-28 | 1 | -1/+38 | |
| | ||||||
* | Add option parsing regress tests with end of options handling. | jsing | 2014-12-28 | 1 | -17/+50 | |
| | ||||||
* | Add regress tests for option parsing with multiple unnamed arguments. | jsing | 2014-12-28 | 1 | -3/+45 | |
| | ||||||
* | Update regress to match change in unnamed argument handling. | jsing | 2014-12-28 | 1 | -6/+5 | |
| | ||||||
* | Update options regress to match option function pointer change. | jsing | 2014-12-28 | 1 | -4/+4 | |
| | ||||||
* | Provide initial regress tests for the complex option parsing that is needed | jsing | 2014-12-28 | 3 | -1/+239 | |
| | | | | | for openssl(1), which is also variable in behaviour between applications (and currently inconsistent). | |||||
* | Update regress to follow openssl(1) move. | jsing | 2014-08-26 | 8 | -0/+242 | |