summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2020-04-22Revise regress to match state transition changes.Joel Sing
2020-04-17Update key share regress to match previous change.Joel Sing
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-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
2020-04-06Update my email address.Paul Irofti
2020-03-23Add a test program for getopt(3) that is adequate for manual testingIngo Schwarze
2020-03-16Adapt to tls13_record_layer.c r1.30 (the sequence number shouldn't wrap).Theo Buehler
2020-03-13Increment a few more sequence numbers where the carry is close toTheo Buehler
2020-03-13Add regress for TLSv1.3 sequence number handling.Joel Sing
2020-03-13Add missing $OpenBSD$ tag.Joel Sing
2020-03-13Add regress for CBB_add_space().Joel Sing
2020-03-10Update to follow handshake enum removal.Joel Sing
2020-03-10Import openssl-1.1.1d test data to base64test.cKinichiro Inoguchi
2020-03-10Modify regress base64test.cKinichiro Inoguchi
2020-03-09cstyle in illumos noticed some weird syntax, which this fixes.David Gwynne
2020-02-16Update protocol version test to include TLSv1.3.Joel Sing
2020-02-14no need to declare "extern optarg" and "extern optind"Ingo Schwarze
2020-02-05Reset the key share so that we do not have an existing peer public key.Joel Sing
2020-02-02Add missing new line to printf. Make clean should not require SUDO.Alexander Bluhm
2020-02-01Tweak regress to match change made to tls13_key_share_peer_public().Joel Sing
2020-01-30Revise for TLSv1.3 key share changes.Joel Sing
2020-01-30Enable t_ptrace with an errno change compared to NetBSD.Martin Pieuchot
2019-11-19Import NetBSD system call regression tests. They were written withAlexander Bluhm
2020-01-27Some of the test vectors that were added in the upstream commitTheo Buehler
2020-01-26Add back the tests that were deleted in previous but not containedTheo Buehler
2020-01-26server sigalgs test is now bogus, disable for nowBob Beck
2020-01-26Adjust tests to match the change in EVP_chacha20().Theo Buehler
2020-01-25Disable cert interop tests for now.Joel Sing
2020-01-25Actually disable cipher interop tests.Joel Sing
2020-01-25Disable the cipher interop tests.Joel Sing
2020-01-25Accept both TLSv1.2 and TLSv1.3 protocols for netcat.Joel Sing
2020-01-25Disable session regress for libressl client talking to openssl11 server.Joel Sing
2020-01-25Disable the client hello message regress test for now.Joel Sing
2020-01-25Ensure that TLSv1.0 and TLSv1.1 are enabled before running SSLv2 clientJoel Sing
2020-01-20Update libtls config regress to include TLSv1.3.Joel Sing
2020-01-16Check fpu functions without setjmp/longjmp before testing the latter.Alexander Bluhm
2020-01-13Make clean should not require SUDO.Alexander Bluhm
2020-01-13Fix printf compiler warnings in wfp regress. Convert wchar to aAlexander Bluhm
2020-01-13Link forgotten libc tests to the build.Alexander Bluhm
2020-01-13Split setjmp-fpu regress into separate tests. Use errx(3) to explainAlexander Bluhm
2019-11-19Import NetBSD system call regression tests. They were written withAlexander Bluhm
2019-12-21s/__arm64__/__aarch64__/gMark Kettenis
2019-12-21Disable FP exception masking tests on armv7 and arm64. ARM hardware doesn'tMark Kettenis