Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-09-10 | Fix shadowed verify_error in s_server by removing the unused global. | bcook | 4 | -10/+8 | |
's_time -verify 1' will now actually verify the peer certificate. ok beck@ | |||||
2015-09-10 | Remove SOCKET_PROTOCOL, a redundant define that was only used once. | lteo | 1 | -4/+2 | |
No binary change. ok millert@ miod@ | |||||
2015-09-10 | Remove unused defines. No binary change. | lteo | 2 | -9/+2 | |
ok deraadt@ miod@ | |||||
2015-09-09 | Add missing CVS Mdocdate tags. No text change, except for the change | schwarze | 16 | -16/+16 | |
of date that can't be helped. | |||||
2015-09-09 | Indent labels with a space so that diff -p is more friendly. | jsing | 6 | -18/+18 | |
Requested by bluhm@ | |||||
2015-09-09 | Check handshake_func against NULL rather than 0, since it is a function | jsing | 2 | -14/+14 | |
pointer. ok bcook@ miod@ | |||||
2015-09-09 | Add client certificate support. Still needs a few tweaks but this will | beck | 6 | -34/+76 | |
ride upcoming minor bump ok jsing@ | |||||
2015-09-09 | always clear errno when coming back from tls_read tls_write, and tls_close. | beck | 1 | -9/+20 | |
this avoids the problem of people checking for return values < 0 and then checking for errno before checking for TLS_READ_AGAIN TLS_WRITE_AGAIN - since we can not guarantee what errno will be set to from the underlying library calls | |||||
2015-09-09 | nuke trailing whitespace | beck | 1 | -4/+3 | |
ok jsing@ |