summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-10-15Clear protocol options before optionally setting them.Joel Sing
2014-10-15Set SSL_OP_SINGLE_ECDH_USE before calling SSL_CTX_set_tmp_ecdh() - thisJoel Sing
2014-10-15Only require an EC public key in tls1_set_ec_id(), if we need to provideJoel Sing
2014-10-15Add cipher aliases for DHE (the correct name for EDH) and ECDHE (theJoel Sing
2014-10-15use reallocarray()Theo de Raadt
2014-10-15Apply reallocarray() idiom.Theo de Raadt
2014-10-14seems like a good time to make the ressl default TLSv1 only.Ted Unangst
2014-10-14Bump libressl version string to 2.1.Brent Cook
2014-10-14fairly obvious reallocarray() conversionTheo de Raadt
2014-10-13remove unused variableCharles Longeau
2014-10-13The return value on success of fcntl(F_SETFL) is not actually specified,Brent Cook
2014-10-13Use O_NONBLOCK over FIONBIO.Brent Cook
2014-10-12Remove useless comments in DES_is_weak_key(). Do we really care that thisMiod Vallat
2014-10-12Paranoia: in ASN1_mbstring_ncopy(), check for len < 0 instead of len == -1,Miod Vallat
2014-10-12Convert libssl manpages from pod to mdoc(7).Anthony J. Bentley
2014-10-11include header needed by older linux kernelsBrent Cook
2014-10-11Since deraadt@ remembers seeing strdup() on one particular 4.2BSD machine,Ingo Schwarze
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-11obvious reallocarray() useTheo de Raadt
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-11use reallocarray, and avoid this << 1 ugliness.Theo de Raadt
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-11Add UTC support to %Z conversion in strptime().Doug Hogan
2014-10-10replace select with equiv poll usage.David Gwynne
2014-10-10Remove unnecessary includes now that we are no longer using select()Todd C. Miller
2014-10-09add an API version number. ok jsingTed Unangst
2014-10-09replace the use of select() for a short sleep with nanosleep().David Gwynne
2014-10-09use reallocarray(NULL, a, b) instead of malloc(a, b), which gives usTheo de Raadt
2014-10-09USE_SHLIBDIR is archaicTheo de Raadt
2014-10-08iRemove the #ifdef WIN32 implementation from libevent.Alexander Bluhm
2014-10-08historyTed Unangst
2014-10-08use preferred license form. can't trust that doug guy with anything...Ted Unangst
2014-10-08mlinks, and prune some functions from man page i'm not ready for yet.Ted Unangst
2014-10-08more betterTed Unangst
2014-10-08reluctantly rename man page after a functionTed Unangst
2014-10-08whack a few stray .Pp macrosIngo Schwarze
2014-10-08add a few more functions.Ted Unangst
2014-10-08rough sketch of ressl documentationTed Unangst
2014-10-08obvious reallocarray()Theo de Raadt
2014-10-08use reallocarray() to detect multiplicative integer overflow; obviousTheo de Raadt
2014-10-08obvious realloc -> reallocarray conversionTheo de Raadt
2014-10-08obvious reallocarray()Theo de Raadt
2014-10-08using reallocarray() gives us multiplicative integer overflow checkingTheo de Raadt
2014-10-08obvious conversion of realloc() to reallocarray(). Luckily this isTheo de Raadt
2014-10-08obvious reallocarray(); ok dougTheo de Raadt
2014-10-08obvious malloc -> reallocarray, for mult int oflowTheo de Raadt
2014-10-08use reallocarray(); ok dougTheo de Raadt
2014-10-08reallocarray() to detect potential int overflow; ok dougTheo de Raadt