summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2020-09-14Use a fixed validation time in these tests so we neverBob Beck
2020-09-14Connect a client to a server. Both can be current libressl, orAlexander Bluhm
2020-09-13Add regress for SSL_{CTX_,}set_ciphersuites().Joel Sing
2020-09-13Add new x509 certificate chain validator in x509_verify.cBob Beck
2020-09-12If CPU does not support AES-NI, LibreSSL TLS 1.3 client prefersAlexander Bluhm
2020-09-12remove unused include that breaks regressBob Beck
2020-09-11Enable cert and cipher interop tests. cert just works. cipher hasAlexander Bluhm
2020-09-11Add x509_constraints.c - a new implementation of x509 name constraints, withBob Beck
2020-09-10Enable test-tls13-large-number-of-extensions.pyTheo Buehler
2020-08-17Fix append mode so it always writes to the end and expand regress.Todd C. Miller
2020-08-17Also print a list of missing scripts in summaryTheo Buehler
2020-08-17Avoid test failures due to outdated packagesTheo Buehler
2020-08-15enable jsing's zero content type testTheo Buehler
2020-08-11I accidentally zeored out a few bytes of the TLSv1.0 session ID.Theo Buehler
2020-08-09Update TLS versions to match TLSv1.3 being enabled for TLS_method().Joel Sing
2020-08-09Fix regress test so that it exits non-zero for failure cases.Joel Sing
2020-08-09Update golden values to match P-521 being enabled by default in the client.Joel Sing
2020-08-09Update golden values to match P-521 being enabled by default in the client.Joel Sing
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