Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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@ |