summaryrefslogtreecommitdiff
path: root/src/regress/usr.bin/openssl/appstest.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* appstest: remove the two tests exercising -C minimallytb2025-01-191-3/+3
|
* Default to eopenssl33 for other_openssl_bintb2025-01-151-2/+2
| | | | | OpenSSL 1.1 is dead and will soon be removed from the ports tree. At the same time OpenSSL 3.3 will become the default openssl.
* Remove use of CSP/LMK in pkcs12 create/verify teststb2024-08-231-3/+2
| | | | reminded by ... anton
* Adjust regress for SPKAC removaltb2024-07-081-38/+1
| | | | ok jsing
* Reinstate a test that was accidentally removed in previoustb2024-03-031-1/+7
|
* Unhook some gost teststb2024-03-021-121/+1
|
* Add 'openssl x509 -new' functionality to the libcrypto CLI utilityjob2024-01-261-1/+50
| | | | | | | | | The ability to generate a new certificate is useful for testing and experimentation with rechaining PKIs. While there, alias '-key' to '-signkey' for compatibility. with and OK tb@
* appstest: Zap a trailing tab added in previoustb2024-01-121-2/+2
|
* Add -force_pubkey -multivalue-rdn -set_issuer -set_subject -utf8 to x509 appjob2024-01-121-1/+26
| | | | | | | | The -set_issuer, -set_subject, and -force_pubkey features can be used to 'rechain' PKIs, for more information see https://labs.apnic.net/nro-ta/ and https://blog.apnic.net/2023/12/14/models-of-trust-for-the-rpki/ OK tb@
* remove errstr -stats testtb2023-07-241-3/+1
| | | | reminded by anton
* Stop testing tls 1.0 and 1.1beck2023-07-031-5/+1
| | | | They have gone behind the barn.
* Garbage collect test using the nseq commandtb2023-04-261-7/+1
| | | | reminded by anton
* Only run the client connection test with supported ciphers. Avoids testtb2022-07-141-2/+2
| | | | breakage also noted by anton.
* Adapt appstest.sh for the new TLS_ names.tb2022-02-051-9/+5
|
* Drop two uses of the terrible asn1 kludge spotted by antontb2021-10-251-3/+3
|
* Fix appstest.sh for testing with OpenSSL 3.0inoguchi2021-09-201-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.
* Add GnuTLS interoperability test in appstest.shinoguchi2021-06-211-1/+109
|
* Modify cms test in appstest.sh to work with ec cert/keyinoguchi2021-05-121-32/+53
|
* Add DTLS test in appstest.shinoguchi2021-04-271-1/+70
|
* Remove "-4" option treatment and use it always on s_server test in appstest.shinoguchi2021-04-241-9/+2
|
* zap spades of trailing whitespacetb2021-02-261-266/+266
|
* 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
|