summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2020-08-08Session resumption is not currently supported for TLSv1.3.Theo Buehler
2020-08-08Enable P-521 and run the tests that use it.Theo Buehler
2020-07-23Fix a bug in PEM_X509_INFO_read_bio(3) that is very likely to causeIngo Schwarze
2020-07-16Fix perl bugs that had me printing the wrong cert number for errorsBob Beck
2020-07-15The exit code from the perl matters hereBob Beck
2020-07-15Don't leak the X509_STOREBob Beck
2020-07-15Add certificate validation tests generated using the tools fromBob Beck
2020-07-14Enter the certs regress directory.Joel Sing
2020-07-14Add regress for X509_verify() using the new bundles.Joel Sing
2020-07-14Provide generated certificate bundles and roots for regress.Joel Sing
2020-07-14Provide tools to build certificate changes for verify regress.Joel Sing
2020-07-14Force TLSv1.2 when testing SSLv3/TLSv1.2 cipher suites.Joel Sing
2020-07-14Add a -tls1_2 option so we can force TLSv1.2 for testing.Joel Sing
2020-07-14getopt(3) returns an int so don't use a char to store its return value.Mark Kettenis
2020-07-09New regression tests for integral type conversionsIngo Schwarze
2020-07-08New regression tests for character and string conversionsIngo Schwarze
2020-07-07Remove temporary RSA keys/callbacks code.Joel Sing
2020-07-07Test TLSv1.3 ciphersuites now that TLS_method() supports TLSv1.3.Joel Sing
2020-07-06Add support for timeconting in userland.Paul Irofti
2020-07-04Add a missing circular_init() call in the TLS ordering test.Joel Sing
2020-07-03tlsexttest: pass message type to the extension functionsTheo Buehler
2020-07-03adjust alpn extension test to new argument orderTheo Buehler
2020-07-03adjust tlsexttest to new argument orderTheo Buehler
2020-06-26Provide an optimized implementation of ffs(3) in libc onChristian Weisgerber
2020-06-24enable test-tls13-keyshare-omitted.pyTheo Buehler
2020-06-24Add test-ffdhe-expected-params.pyTheo Buehler
2020-06-19Enable lucky 13 test.Theo Buehler
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