Age | Commit message (Expand) | Author |
2021-04-04 | Add missing error check for AES_unwrap_key(). | Theo Buehler |
2021-04-04 | Fix two copy paste errors in error messages | Theo Buehler |
2021-04-04 | Add tests for DTLSv1_2{,_client,_server}_method() | Theo Buehler |
2021-04-04 | Use correct type for tmp in test_write_bytes() | Theo Buehler |
2021-04-04 | Explicitly NULL pointers to avoid a double free. | Theo Buehler |
2021-04-04 | Don't leak key and dh in the error path. | Theo Buehler |
2021-04-04 | Clean up client and server tls{,_config} contexts in tls_test(). | Theo Buehler |
2021-04-03 | Run the CMAC tests through EVP_PKEY_new_CMAC_key(). | Theo Buehler |
2021-04-02 | Two cases of BRE involving counts and backrefs that go wrong and | Otto Moerbeek |
2021-03-31 | Remove workaround for missing d2i_DSAPrivateKey_fp prototype | Theo Buehler |
2021-03-29 | Add regress coverage for TLSv1.2 record number increment. | Joel Sing |
2021-03-28 | The failure mode of test-tls13-version-negotiation.py has changed. | Theo Buehler |
2021-03-27 | Enable test-sig-algs-renegotiation-resumption.py. | Theo Buehler |
2021-03-27 | Handle dynamic definition of SIGSTKSZ as of glibc 2.34 on Linux. | Brent Cook |
2021-03-26 | Add test-sig-algs-renegotiation-resumption.py | Theo Buehler |
2021-03-24 | The server only sends a cookie during a HRR, not a SH | Theo Buehler |
2021-03-24 | Update regress for new_cipher rename. | Joel Sing |
2021-03-22 | Don't leak ca in test_cms_sign_verify(). | Theo Buehler |
2021-03-22 | Plug a few memory leaks reported by Ilya Shipitsin | Theo Buehler |
2021-03-21 | Revise regress to match handshake struct changes. | Joel Sing |
2021-03-21 | Plug memory leak reported by Ilya Shipitsin | Theo Buehler |
2021-03-20 | typo | Theo Buehler |
2021-03-20 | Add new test-tls13-multiple-ccs-messages.py | Theo Buehler |
2021-03-17 | Update for DTLSv1.2 being enabled. | Joel Sing |
2021-03-17 | Update for DTLSv1.2 version handling. | Joel Sing |
2021-03-10 | Revise TLS extension regress to match version handling changes. | Joel Sing |
2021-02-25 | Update regress to match TLS versions change. | Joel Sing |
2021-02-23 | Make this test module aware so it passes with Go 1.16 | Theo Buehler |
2021-02-23 | Make this test module aware so it passes with Go 1.16 | Theo Buehler |
2021-02-20 | Revise regress to match change in SSL{_CTX,}_get_{min,max}_proto_version(). | Joel Sing |
2021-02-12 | A few more flag combo's to test | Otto Moerbeek |
2021-02-08 | Update DTLS client hello due to ECC changes. | Joel Sing |
2021-02-07 | Enable auto DHE and disable session tickets for some tests. | Joel Sing |
2021-02-06 | Only hexdump packets/messages on higher debug levels. | Joel Sing |
2021-02-06 | Test reads and writes between the client and server. | Joel Sing |
2021-01-27 | wrap an overlong line | Theo Buehler |
2021-01-22 | Avoid NULL deref on BIO_new{_mem_buf,}() failure. | Theo Buehler |
2021-01-22 | Avoid NULL deref on BIO_new{_mem_buf,}() failure. | Theo Buehler |
2021-01-21 | don't set AUTO_RETRY. it's a remnant of an experiment. | Theo Buehler |
2021-01-17 | Put a sleep 1 after starting net-snmpd. The reason of the race is | Alexander Bluhm |
2021-01-15 | Fix startup of smtpd; kill dangling smtpd; increase verbosity. | Alexander Bluhm |
2021-01-13 | Make the binary run by linking it against net-snmpd. | Martijn van Duren |
2021-01-12 | Tweak previous. | rob |
2021-01-12 | Fix regress to compile and run on current. Still not hooked up. | rob |
2021-01-12 | A few minor tweaks to make my OCD happy. | Theo Buehler |
2021-01-11 | Regress and Makefile cleanup. | Alexander Bluhm |
2021-01-11 | Print error if SSL_{connect,accept,shutdown}(3) don't run to completion. | Theo Buehler |
2021-01-11 | Shut down the TLS connections properly. | Theo Buehler |
2021-01-11 | Include headers used instead of relying on ssl.h pulling in the world. | Theo Buehler |
2021-01-10 | Merge handshake_loop() into handshake(). There's no benefit in having | Theo Buehler |