summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2020-06-06Implement a rolling hash of the ClientHello message, Enforce RFC 8446Bob Beck
2020-06-04When X509_ATTRIBUTE_create() receives an invalid NID (e.g., -1), returnIngo Schwarze
2020-06-03Enable the record layer limits test and mark two finished test cases asTheo Buehler
2020-06-01Enable the test-tls13-zero-length-data.py test, skipping theTheo Buehler
2020-06-01Enable test-dhe-rsa-key-exchange-with-bad-messages.pyTheo Buehler
2020-05-31Fix printing long doubles on architectures with hm and lm bits.mortimer
2020-05-29Add checks for SH downgrade sentinel and HRR hash in appstest.shKinichiro Inoguchi
2020-05-29Add regression and unit tests for ${ENV} style environment variableDarren Tucker
2020-05-29Unit test for convtime. ok djm@Darren Tucker
2020-05-27two new tests for Include in sshd_config, checking whether PortDamien Miller
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