summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
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
2020-04-20In fragment identifiers, use ~%d for ordinal suffixes,Ingo Schwarze
2020-04-20regression test for printing of private key fingerprints and keyDamien Miller
2020-04-19When .Bd, .D1, or .Dl is tagged, attach the permalinkIngo Schwarze
2020-04-18When a .Tg is attached to a paragraph, attach the permalinkIngo Schwarze
2020-04-17Update key share regress to match previous change.Joel Sing
2020-04-15Update output to reflect recent changes.Martin Pieuchot
2020-04-13initial framework for ipv6 source address selection testingpamela
2020-04-10Add tests for TOKEN expansion of LocalForward and RemoteForward.Darren Tucker
2020-04-09The -6 option is ignored and will be removed in the future.tobhe
2020-04-09Revise test to handle the fact that TLSv1.3 cipher suites are now beingJoel Sing
2020-04-09Test both SSLv3 (aka pre-TLSv1.2) and TLSv1.2 cipher suites with TLS.Joel Sing
2020-04-07Separate the place to put the <a href> permalink (now markedIngo Schwarze
2020-04-07Do not create /hooray as part of the regress test. Regress testsClaudio Jeker
2020-04-07For open with O_CREAT pass a mask of 0644 with else files are createdClaudio Jeker
2020-04-07Unified diff makes it easier to understand where regressions are.Martin Pieuchot
2020-04-06Re-enable the client test now that it passes again.Joel Sing
2020-04-06Minor code improvements.Joel Sing
2020-04-06Add tests that cover TLSv1.2 and disable those that trigger TLSv1.3.Joel Sing
2020-04-06Zero the client random field in the TLSv1.2 golden value.Joel Sing
2020-04-06Improve comparision with test data.Joel Sing
2020-04-06Dump the test data when the lengths differ in order to aid debugging.Joel Sing
2020-04-06Use errx() if we fail to build the client hello.Joel Sing