Age | Commit message (Expand) | Author |
2021-05-03 | Modify regress ssl_get_shared_ciphers for portable | Kinichiro Inoguchi |
2021-05-03 | Hook openssl-ruby test to regress tree | Theo Buehler |
2021-05-03 | Add scaffold to run the ruby/openssl regression tests | Theo Buehler |
2021-04-23 | Enable test-renegotiation-changed-clienthello.py but skip | Theo Buehler |
2021-04-14 | revert previous. some of the keyupdate tests still fail occasionally | Theo Buehler |
2021-04-14 | Enable test-tls13-keyupdate.py | Theo Buehler |
2021-04-14 | move test-record-size-limit.py to unsupported | Theo Buehler |
2021-04-14 | enable test-record-layer-fragmentation.py | Theo Buehler |
2021-04-14 | factor argument to catch an alert mismatch into a helper function | Theo Buehler |
2021-04-13 | enable test-tlsfuzzer-invalid-compression-methods.py | Theo Buehler |
2021-04-13 | enable test-large-hello.py as a slow test | Theo Buehler |
2021-04-13 | with new defaults, test-fuzzed-plaintext.py is no longer slow | Theo Buehler |
2021-04-13 | move a few tests to the unsupported group and fix two comments | Theo Buehler |
2021-04-13 | annotate test-ecdhe-rsa-key-exchange-with-bad-messages.py with expected | Theo Buehler |
2021-04-08 | Enable test-cve-2016-6309.py | 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-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-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 | 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-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-20 | Revise regress to match change in SSL{_CTX,}_get_{min,max}_proto_version(). | Joel Sing |
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-12 | A few minor tweaks to make my OCD happy. | Theo Buehler |
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 |
2021-01-10 | tweak a comment | Theo Buehler |
2021-01-10 | Link shared ciphers test to build | Theo Buehler |
2021-01-10 | Add a regress for SSL_get_shared_ciphers() for the change of returned | Theo Buehler |
2021-01-09 | whitespace | Theo Buehler |