index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
usr.bin
/
openssl
Age
Commit message (
Expand
)
Author
2020-01-26
Restrict to use up to TLSv1.2 for test_server_client in appstest.sh
Kinichiro Inoguchi
2019-11-25
Add option for cms test in appstest.sh
Kinichiro Inoguchi
2019-11-24
Add test for cms operations in appstest.sh
Kinichiro Inoguchi
2019-11-20
Add test for cms -keyopt in appstest.sh
Kinichiro Inoguchi
2019-11-09
Add test for req -addext in appstest.sh
Kinichiro Inoguchi
2019-11-05
Remove trailing space in appstest.sh
Kinichiro Inoguchi
2019-11-05
Add test for cms in appstest.sh
Kinichiro Inoguchi
2019-11-03
Add RSA-PSS test for genpkey in appstest.sh
Kinichiro Inoguchi
2019-10-31
Add RSA OAEP test for pkeyutl in appstest.sh
Kinichiro Inoguchi
2019-07-17
Update appstest.sh
Kinichiro Inoguchi
2019-06-27
Add more option tests to req, ts, x509 and verify in appstest.sh
Kinichiro Inoguchi
2019-06-24
Add more options test to ocsp in appstest.sh
Kinichiro Inoguchi
2019-06-23
Add more option test to dgst in appstest.sh
Kinichiro Inoguchi
2019-06-22
Add more option tests to ca in appstest.sh
Kinichiro Inoguchi
2019-06-13
Add more options to pkcs12 and smime in appstest.sh
Kinichiro Inoguchi
2019-06-10
Add pkcs12 options and smime tests for appstest.sh
Kinichiro Inoguchi
2019-02-16
Add tests for pkeyutl
Kinichiro Inoguchi
2018-09-15
Modify regress appstest.sh for interoperability testing with OpenSSL 1.1.x
Kinichiro Inoguchi
2018-09-14
Add interoperability test mode for regress appstest.sh
Kinichiro Inoguchi
2018-09-08
Fix indent and adjust line fit to 80 columns.
Kinichiro Inoguchi
2018-09-08
Split test blocks into a function. Test contents are not changed.
Kinichiro Inoguchi
2018-09-08
Test more ciphers and randomize the order in regress appstest.sh
Kinichiro Inoguchi
2018-09-07
tests all available TLSv1.2 ciphers
Kinichiro Inoguchi
2018-08-27
Add protocol and cipher patterns in regress appstest.sh
Kinichiro Inoguchi
2018-08-26
Stop s_server if error occurs in regress appstest.sh
Kinichiro Inoguchi
2018-08-23
Add license header.
Kinichiro Inoguchi
2018-08-23
Check reusing SSL/TLS session ticket by regression test
Kinichiro Inoguchi
2018-04-10
tweak usage()
Theo Buehler
2018-03-19
Add a -q (for quick) mode to apptest.sh, and use it by default.
Bob Beck
2018-02-06
Respect the OPENSSL make variable everywhere so that
Theo Buehler
2017-04-16
Use %zu to print a size_t.
Mark Kettenis
2017-01-27
More s/OSCP/OCSP/ typos
Tom Cosgrove
2016-11-06
Add regress test script for openssl command.
Kinichiro Inoguchi
2015-09-16
Zap RANDFILE.
Lawrence Teo
2015-01-22
Make it obvious which openssl test complained and whether it was expected.
Doug Hogan
2014-12-28
Add regress tests for default option handling.
Joel Sing
2014-12-28
Add regress tests for multiple argument callback functions.
Joel Sing
2014-12-28
Add option parsing regress tests with end of options handling.
Joel Sing
2014-12-28
Add regress tests for option parsing with multiple unnamed arguments.
Joel Sing
2014-12-28
Update regress to match change in unnamed argument handling.
Joel Sing
2014-12-28
Update options regress to match option function pointer change.
Joel Sing
2014-12-28
Provide initial regress tests for the complex option parsing that is needed
Joel Sing
2014-08-26
Update regress to follow openssl(1) move.
Joel Sing