summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2021-04-26Unset ftp_proxy to make test independent from environment.Alexander Bluhm
2021-04-24Remove "-4" option treatment and use it always on s_server test in appstest.shKinichiro Inoguchi
2021-04-23Enable test-renegotiation-changed-clienthello.py but skipTheo Buehler
2021-04-21Add a test that roundtrips a bunch of points on all builtin curvesTheo Buehler
2021-04-21Test local variables, boolean and print() of variables other than maps.Martin Pieuchot
2021-04-21Check that path MTU discovery across routing domains inserts aAlexander Bluhm
2021-04-20Adjust ectest.c for set_compressed_coordinatesTheo Buehler
2021-04-20Adjust ectest.c for get_Jprojective coordinate changeTheo Buehler
2021-04-20Adjust ecdhtest.c for affine_coordinates changeTheo Buehler
2021-04-20Adjust ectest.c for affine_coordinates changeTheo Buehler
2021-04-20Adjust ectest.c for EC_GROUP_{g,s}et_curve changeTheo Buehler
2021-04-20Properly shutdown on connection loss instead of crashing.Martijn van Duren
2021-04-20Don't overwrite environment CFLAGS.Martijn van Duren
2021-04-19The powerpc64 ELFv2 ABI explicitly states that exception enable bitsMark Kettenis
2021-04-19Fix TLS error message race. Due to less handshakes in TLS 1.3 anAlexander Bluhm
2021-04-15On powerpc64 regress/usr.sbin/bgpd/config failed. It parses aAlexander Bluhm
2021-04-14Unify pivot.h; brings powerpc/powerpc64 support to the usr.bin/lastcommMark Kettenis
2021-04-14revert previous. some of the keyupdate tests still fail occasionallyTheo Buehler
2021-04-14Enable test-tls13-keyupdate.pyTheo Buehler
2021-04-14move test-record-size-limit.py to unsupportedTheo Buehler
2021-04-14enable test-record-layer-fragmentation.pyTheo Buehler
2021-04-14factor argument to catch an alert mismatch into a helper functionTheo Buehler
2021-04-14Rename privacy to temporary in slaacd regress, then it passes.Alexander Bluhm
2021-04-13Automated regress cannot connect to servers in internet. CheckAlexander Bluhm
2021-04-13enable test-tlsfuzzer-invalid-compression-methods.pyTheo Buehler
2021-04-13enable test-large-hello.py as a slow testTheo Buehler
2021-04-13with new defaults, test-fuzzed-plaintext.py is no longer slowTheo Buehler
2021-04-13move a few tests to the unsupported group and fix two commentsTheo Buehler
2021-04-13annotate test-ecdhe-rsa-key-exchange-with-bad-messages.py with expectedTheo Buehler
2021-04-13Unbreak rtable regress test. Define _KERNEL in some crucial spots so thatClaudio Jeker
2021-04-13Fix rde_decide_test regress testClaudio Jeker
2021-04-13Add a basic regress test to test the 'rde evaluate all' feature.Claudio Jeker
2021-04-13Use tee(1) so that the bgpctl output is visible during the run.Claudio Jeker
2021-04-09Add a minimal regress test for the http client code.Claudio Jeker
2021-04-08Enable test-cve-2016-6309.pyTheo Buehler
2021-04-07Use ERR_print_error_fp() to avoid leaking a BIO in fatal()Theo Buehler
2021-04-06Add TEST_SSH_ELAPSED_TIMES environment variable to print the elapsedDarren Tucker
2021-04-06use errx() instead of err()Theo Buehler
2021-04-06spaces -> tabsTheo Buehler
2021-04-06minor style tweaksTheo Buehler
2021-04-06Don't check return value of unsetenv(). It's part of the environmentDarren Tucker
2021-04-04Add missing error check for AES_unwrap_key().Theo Buehler
2021-04-04Fix two copy paste errors in error messagesTheo Buehler
2021-04-04Add tests for DTLSv1_2{,_client,_server}_method()Theo Buehler
2021-04-04Use correct type for tmp in test_write_bytes()Theo Buehler
2021-04-04Explicitly NULL pointers to avoid a double free.Theo Buehler
2021-04-04Don't leak key and dh in the error path.Theo Buehler
2021-04-04Clean up client and server tls{,_config} contexts in tls_test().Theo Buehler
2021-04-03Run the CMAC tests through EVP_PKEY_new_CMAC_key().Theo Buehler
2021-04-02Two cases of BRE involving counts and backrefs that go wrong andOtto Moerbeek