summaryrefslogtreecommitdiff
path: root/regress/usr.bin/openssl
AgeCommit message (Expand)Author
2024-08-23Remove use of CSP/LMK in pkcs12 create/verify testsTheo Buehler
2024-07-08Adjust regress for SPKAC removalTheo Buehler
2024-03-03Reinstate a test that was accidentally removed in previousTheo Buehler
2024-03-02Unhook some gost testsTheo Buehler
2024-01-26Add 'openssl x509 -new' functionality to the libcrypto CLI utilityJob Snijders
2024-01-12appstest: Zap a trailing tab added in previousTheo Buehler
2024-01-12Add -force_pubkey -multivalue-rdn -set_issuer -set_subject -utf8 to x509 appJob Snijders
2023-07-24remove errstr -stats testTheo Buehler
2023-07-03Stop testing tls 1.0 and 1.1Bob Beck
2023-06-01Remove the speed test againTheo Buehler
2023-05-20Add a slow regress target that runs openssl speed with proper alignmentTheo Buehler
2023-04-26Garbage collect test using the nseq commandTheo Buehler
2022-07-14Only run the client connection test with supported ciphers. Avoids testTheo Buehler
2022-02-05Adapt appstest.sh for the new TLS_ names.Theo Buehler
2021-10-25Drop two uses of the terrible asn1 kludge spotted by antonTheo Buehler
2021-09-20Fix appstest.sh for testing with OpenSSL 3.0Kinichiro Inoguchi
2021-09-09zap trailing whitespaceTheo Buehler
2021-08-30Remove tests that are now covered by regress/lib/libssl/verifyTheo Buehler
2021-08-30Admit that we return error 20 in the failure case here. ChangingBob Beck
2021-08-30Fix Jan's regress in openssl/x509 to do what it says it does,Bob Beck
2021-08-29Pass the -quiet option to openssl s_server to make it ignore EOF.Theo Buehler
2021-08-29Add back the echo Q thing.Theo Buehler
2021-08-29Use s_server -naccept 1 and remove echo "Q" | openssl s_client hack.Theo Buehler
2021-06-21Add GnuTLS interoperability test in appstest.shKinichiro Inoguchi
2021-05-12Modify cms test in appstest.sh to work with ec cert/keyKinichiro Inoguchi
2021-04-27Add DTLS test in appstest.shKinichiro Inoguchi
2021-04-27test-verify-unusual-wildcard-cert is no longer expected to fail withTheo Buehler
2021-04-24Remove "-4" option treatment and use it always on s_server test in appstest.shKinichiro Inoguchi
2021-03-21Build options regress with -DLIBRESSL_INTERNAL.Joel Sing
2021-03-11Check for the existence of p5-IO-Socket-SSL by checking for its SSL.pmTheo Buehler
2021-02-26zap spades of trailing whitespaceTheo Buehler
2021-02-18mark test-inlabel-wildcard-cert-no-CA-client as an expected failureTheo Buehler
2021-02-16Add x509 certificate validation regression testsjan
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