Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-09-15 | set error_depth and current_cert to make more legacy callbacks that don't check | beck | 1 | -1/+3 |
2020-09-15 | Deduplicate the time validation code between the legacy and new | beck | 3 | -27/+8 |
2020-09-15 | ifdef out code that is no longer used in here. once we are certain | beck | 1 | -2/+5 |
2020-09-15 | Cleanup/simplify SSL_set_ssl_method(). | jsing | 1 | -18/+18 |
2020-09-15 | Mop up the get_ssl_method function pointer. | jsing | 2 | -50/+2 |
2020-09-15 | Test botan TLS client with libressl, openssl, openssl11 server. | bluhm | 4 | -6/+305 |
2020-09-14 | Move state initialisation from SSL_clear() to ssl3_clear(). | jsing | 2 | -4/+4 |
2020-09-14 | Cleanup and simplify SSL_set_session(). | jsing | 1 | -36/+22 |
2020-09-14 | Avoid NULL deref SSL_{,CTX_}set_ciphersuites | tb | 1 | -2/+2 |
2020-09-14 | simplify RETURN VALUES for x509_verify(3) after beck@ made the rules | schwarze | 1 | -7/+3 |