summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-10comment for errno clobbering, to indicate why we do this.beck2-5/+9
2015-09-10bump majorbeck1-1/+1
2015-09-10change TLS_READ_AGAIN to TLS_WANT_POLLIN and TLS_WRITE_AGAIN to TLS_WANT_POLLOUTbeck2-7/+7
2015-09-10Change tls_read and tls_write semantics to return an ssize_t to betterbeck2-21/+14
2015-09-10Split tls_handshake() out from tls_accept/tls_connect. By doing this thejsing5-59/+120
2015-09-10tweak Nd after previous; ok mpijmc1-2/+2
2015-09-10add MLINKS for _prefer_ciphers_*jmc1-1/+3
2015-09-10Add support for preferring the server's cipher list or the client's cipherjsing5-8/+47
2015-09-10Remove link_addr(3). A function to encode the name of an interface inmpi3-136/+8
2015-09-10Fix an incorrect error check in DSA verify.bcook2-8/+4
2015-09-10Fix shadowed verify_error in s_server by removing the unused global.bcook4-10/+8
2015-09-10Remove SOCKET_PROTOCOL, a redundant define that was only used once.lteo1-4/+2
2015-09-10Remove unused defines. No binary change.lteo2-9/+2
2015-09-09Add missing CVS Mdocdate tags. No text change, except for the changeschwarze16-16/+16
2015-09-09Indent labels with a space so that diff -p is more friendly.jsing6-18/+18
2015-09-09Check handshake_func against NULL rather than 0, since it is a functionjsing2-14/+14
2015-09-09Add client certificate support. Still needs a few tweaks but this willbeck6-34/+76
2015-09-09always clear errno when coming back from tls_read tls_write, and tls_close.beck1-9/+20
2015-09-09nuke trailing whitespacebeck1-4/+3