summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-10When loading a DSA key from an raw (without DH parameters) ASN.1 serialization,miod2-4/+96
2015-09-10delete empty SYNOPSIS sectionschwarze2-6/+4
2015-09-10Remove support for DTLS_BAD_VER. We do not support non-standard andjsing20-98/+46
2015-09-10improve examples,deraadt1-8/+11
2015-09-10Remove call to CRYPTO_malloc_init(), which does nothing.jsing1-2/+1
2015-09-10Put OPENSSL_cleanse under #ifndef LIBRESSL_INTERNAL.jsing2-2/+8
2015-09-10CRYPTO_set_mem_debug_functions() and CRYPTO_set_mem_functions() are alreadyjsing2-36/+6
2015-09-10Correct spelling of OPENSSL_cleanse.jsing6-17/+17
2015-09-10Correct spelling of OPENSSL_cleanse.jsing139-399/+423
2015-09-10document client side certificate verification functionality.beck2-3/+19
2015-09-10reduce .Nd to one line and kill .Tn while hereschwarze5-25/+15
2015-09-10Remove pointless comments.jsing6-12/+12
2015-09-10document changed tls_read and tls_write semantics.beck1-15/+58
2015-09-10Replace remaining M_ASN1_STRING_* macros with calls to ASN1_STRING_*.jsing6-36/+36
2015-09-10mlink tls_handshake;jmc1-1/+2
2015-09-10tweak previous;jmc1-3/+3
2015-09-10missing commas at the end of .Nm lines in the NAME sectionschwarze1-3/+3
2015-09-10Correctly document the behaviour of tls_close() - the caller is responsiblejsing1-5/+6
2015-09-10Replace TLS_{READ,WRITE}_AGAIN with TLS_WANT_POLL{IN,OUT} and correctlyjsing1-20/+13
2015-09-10Update libtls man page to reflect tls_handshake() related changes.jsing1-35/+37
2015-09-10revert accidental commitbeck1-4/+4
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