Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-14 | Cleanup and simplify SSL_set_session(). | jsing | 1 | -36/+22 | |
SSL_set_ssl_method() checks to see if the method is already the same, so we do not need to do this check in three different places. Switch to dtls1_get_client_method()/tls1_get_client_method() to find the method - this is a slight change in behaviour, however there is not much point trying to resume a session on something other than a client. ok beck@ | |||||
2020-09-14 | Avoid NULL deref SSL_{,CTX_}set_ciphersuites | tb | 1 | -2/+2 | |
Move assignment to the correct place so that the run continuation condition actually checks what it is supposed to. Found by getting lucky when running regress. ok beck jsing | |||||
2020-09-14 | simplify RETURN VALUES for x509_verify(3) after beck@ made the rules | schwarze | 1 | -7/+3 | |
simpler and more consistent in x509_verify.c rev. 1.6; OK beck@ |