summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
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
2021-03-31Remove workaround for missing d2i_DSAPrivateKey_fp prototypeTheo Buehler
2021-03-29Add regress coverage for TLSv1.2 record number increment.Joel Sing
2021-03-28The failure mode of test-tls13-version-negotiation.py has changed.Theo Buehler
2021-03-27Enable test-sig-algs-renegotiation-resumption.py.Theo Buehler
2021-03-27Handle dynamic definition of SIGSTKSZ as of glibc 2.34 on Linux.Brent Cook
2021-03-26Add test-sig-algs-renegotiation-resumption.pyTheo Buehler
2021-03-24The server only sends a cookie during a HRR, not a SHTheo Buehler
2021-03-24Update regress for new_cipher rename.Joel Sing
2021-03-22Don't leak ca in test_cms_sign_verify().Theo Buehler
2021-03-22Plug a few memory leaks reported by Ilya ShipitsinTheo Buehler
2021-03-21Revise regress to match handshake struct changes.Joel Sing
2021-03-21Plug memory leak reported by Ilya ShipitsinTheo Buehler
2021-03-20typoTheo Buehler
2021-03-20Add new test-tls13-multiple-ccs-messages.pyTheo Buehler
2021-03-17Update for DTLSv1.2 being enabled.Joel Sing
2021-03-17Update for DTLSv1.2 version handling.Joel Sing
2021-03-10Revise TLS extension regress to match version handling changes.Joel Sing
2021-02-25Update regress to match TLS versions change.Joel Sing
2021-02-23Make this test module aware so it passes with Go 1.16Theo Buehler
2021-02-23Make this test module aware so it passes with Go 1.16Theo Buehler
2021-02-20Revise regress to match change in SSL{_CTX,}_get_{min,max}_proto_version().Joel Sing
2021-02-12A few more flag combo's to testOtto Moerbeek
2021-02-08Update DTLS client hello due to ECC changes.Joel Sing
2021-02-07Enable auto DHE and disable session tickets for some tests.Joel Sing
2021-02-06Only hexdump packets/messages on higher debug levels.Joel Sing
2021-02-06Test reads and writes between the client and server.Joel Sing
2021-01-27wrap an overlong lineTheo Buehler
2021-01-22Avoid NULL deref on BIO_new{_mem_buf,}() failure.Theo Buehler
2021-01-22Avoid NULL deref on BIO_new{_mem_buf,}() failure.Theo Buehler
2021-01-21don't set AUTO_RETRY. it's a remnant of an experiment.Theo Buehler
2021-01-17Put a sleep 1 after starting net-snmpd. The reason of the race isAlexander Bluhm
2021-01-15Fix startup of smtpd; kill dangling smtpd; increase verbosity.Alexander Bluhm
2021-01-13Make the binary run by linking it against net-snmpd.Martijn van Duren
2021-01-12Tweak previous.rob
2021-01-12Fix regress to compile and run on current. Still not hooked up.rob
2021-01-12A few minor tweaks to make my OCD happy.Theo Buehler
2021-01-11Regress and Makefile cleanup.Alexander Bluhm
2021-01-11Print error if SSL_{connect,accept,shutdown}(3) don't run to completion.Theo Buehler
2021-01-11Shut down the TLS connections properly.Theo Buehler
2021-01-11Include headers used instead of relying on ssl.h pulling in the world.Theo Buehler
2021-01-10Merge handshake_loop() into handshake(). There's no benefit in havingTheo Buehler