summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2020-05-27more tests after getopt_long.c rev. 1.32;Ingo Schwarze
2020-05-25The unmount-nested test creates 15 partitions with file systems.Alexander Bluhm
2020-05-25Test that syslogd closes the UDP sockets only if not configured toAlexander Bluhm
2020-05-24Previous commit caught a few errx() cases by accident. undo them.Theo Buehler
2020-05-24include newlines in FAIL messagesTheo Buehler
2020-05-24address some nits from jsingTheo Buehler
2020-05-24The version detection doesn't work on bluhm's test machine, causingTheo Buehler
2020-05-23Define REGRESS_TARGETS explicitly.Theo Buehler
2020-05-23Enforce that SNI hostnames be correct as per rfc 6066 and 5980.Bob Beck
2020-05-22Add test covering revision 1.64 of c_sh, fix exit code of compound listsanton
2020-05-21beck fixed most of the keyupdate tests. update annotationTheo Buehler
2020-05-21hook tlsfuzzer to regressTheo Buehler
2020-05-21Add a harness that runs tests from tlsfuzzerTheo Buehler
2020-05-19LibreSSL error message has been improved, adapt syslogd TLS tests.Alexander Bluhm
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-18Make ffs2 the default for newfs; change all calls to create e.g. floppyOtto Moerbeek
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-14go fmt whitespace nitTheo Buehler
2020-05-14reinstate an error check that was commented out while waiting for armTheo Buehler
2020-05-14move a #define after the last #include lineTheo Buehler
2020-05-14Skip protocol version message check in appstest.shKinichiro Inoguchi
2020-05-14Factor out the protocol version test in appstest.shKinichiro Inoguchi
2020-05-13Add TLS versioning tests.Joel Sing
2020-05-11Revise regress for TLSv1.3 server being enabled.Joel Sing
2020-05-11Use tls_legacy_server_method() for SSLv2 record tests.Joel Sing
2020-05-11Revise regress now that record overflows are propagated.Joel Sing
2020-05-06Currently LibreSSL reports an unknown SSL_internal error. AdjustAlexander Bluhm
2020-05-06The error message from LibreSSL has changed. Adjust regex in test.Alexander Bluhm
2020-05-04Use a larger (2048 bit) RSA test key.Joel Sing
2020-05-04Fix out-of-bounds access in tables[][] that was exposed in bluhm'sTheo Buehler
2020-05-01sure enough, some of the test data that we though were in new formatDamien Miller
2020-05-01make mktestdata.sh generate old/new format keys that we expect.Damien Miller
2020-05-01portability fix for sed that always emil a newline even if theDamien Miller
2020-05-01remove obsolete RSA1 test keys; spotted by Michael ForneyDamien Miller
2020-04-28adapt dummy FIDO middleware to API change; ok markus@Damien Miller
2020-04-27Fix two bugs in the AES-CBC-PKCS5 tests that didn't hide failing tests:Theo Buehler
2020-04-27Fix a logic error that hid the failing ZeroLengthIv tests.Theo Buehler
2020-04-26While we do not recommend the idiom ".Fl Fl long" for long optionsIngo Schwarze
2020-04-24Check the various options that local-address gives.Claudio Jeker
2020-04-23Use map keys composed of multiple arguments.Martin Pieuchot
2020-04-22Revise regress to match state transition changes.Joel Sing
2020-04-21Backslash '$' at then end of string. Prevents warning on some shells.Darren Tucker