summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2020-06-10Add lucky13 and bleichenbacher-timing testsTheo Buehler
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-27more tests after getopt_long.c rev. 1.32;Ingo Schwarze
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-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-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-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-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-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-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