summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-15Fuck it. No SSLv3; not now, not ever. The API of the future will onlytedu3-8/+4
2014-10-15basic formatting fixes;jmc1-4/+3
2014-10-15Disable SSLv3 by default.jsing2-2/+8
2014-10-15Clear protocol options before optionally setting them.jsing1-1/+6
2014-10-15Set SSL_OP_SINGLE_ECDH_USE before calling SSL_CTX_set_tmp_ecdh() - thisjsing1-2/+2
2014-10-15Only require an EC public key in tls1_set_ec_id(), if we need to providejsing2-8/+8
2014-10-15Add cipher aliases for DHE (the correct name for EDH) and ECDHE (thejsing4-8/+32
2014-10-14seems like a good time to make the ressl default TLSv1 only.tedu2-6/+5
2014-10-14Bump libressl version string to 2.1.bcook2-4/+4
2014-10-13remove unused variablechl1-3/+1
2014-10-13Remove _XOPEN_SOURCE_EXTENDED since we're not too concerned aboutjsing1-9/+2
2014-10-13BIO_free() and SSL_CTX_free() have explicit NULL checks, so there is nojsing1-29/+16
2014-10-13Add NPN regress tests from OpenSSL. However, unlike OpenSSL, actually exitjsing2-3/+146
2014-10-13The return value on success of fcntl(F_SETFL) is not actually specified,bcook2-6/+6
2014-10-13prefer C99 array initialization syntax.bcook5-10/+10
2014-10-13Use O_NONBLOCK over FIONBIO.bcook4-15/+23
2014-10-12Remove useless comments in DES_is_weak_key(). Do we really care that thismiod2-28/+20
2014-10-12Paranoia: in ASN1_mbstring_ncopy(), check for len < 0 instead of len == -1,miod2-4/+4
2014-10-12Convert libssl manpages from pod to mdoc(7).bentley249-7737/+19938
2014-10-11include header needed by older linux kernelsbcook2-2/+4
2014-10-11Since deraadt@ remembers seeing strdup() on one particular 4.2BSD machine,schwarze1-4/+11
2014-10-11Userland reallocarray() audit.doug1-3/+3
2014-10-11Userland reallocarray() audit.doug1-3/+3
2014-10-10replace select with equiv poll usage.dlg1-17/+12
2014-10-09add an API version number. ok jsingtedu1-1/+3
2014-10-08historytedu1-4/+10
2014-10-08use preferred license form. can't trust that doug guy with anything...tedu1-20/+11
2014-10-08mlinks, and prune some functions from man page i'm not ready for yet.tedu2-14/+33
2014-10-08more bettertedu1-3/+6
2014-10-08reluctantly rename man page after a functiontedu1-1/+1
2014-10-08whack a few stray .Pp macrosschwarze1-4/+1
2014-10-08add a few more functions.tedu1-5/+17