summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-10-19Revert last commit due to changed semantics found by make release.Doug Hogan
2014-10-18Remove some #ifdef from libevent.Alexander Bluhm
2014-10-18Better POSIX compliance in realpath(3).Doug Hogan
2014-10-18None of these need to include <openssl/rand.h>Joel Sing
2014-10-18Sort/group includes.Joel Sing
2014-10-18Remove the remaining #ifdef HAVE_ and the #define _GNU_SOURCE.Alexander Bluhm
2014-10-18Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().Joel Sing
2014-10-18reallocarray() -- a little tricky to reviewTheo de Raadt
2014-10-18Typical malloc() with size multiplication to reallocarray().Doug Hogan
2014-10-17Remove #ifdef HAVE_backend and remove references to unimplementedAlexander Bluhm
2014-10-17trivial sync of the first sentence of the DESCRIPTIONIngo Schwarze
2014-10-17Remove some #ifdef HAVE_syscall.Alexander Bluhm
2014-10-17Remove #ifdef HAVE_.*_H, just include the header files.Alexander Bluhm
2014-10-17Remove non-exposed malloc/realloc/free wrappers, and then substituteTheo de Raadt
2014-10-16use reallocarray(); ok lteoTheo de Raadt
2014-10-16Fix bounds check for newlen without relying on unspecified behavior.Todd C. Miller
2014-10-16Remove references to unimplemented CLOCK_VIRTUAL. It is non-standardTodd C. Miller
2014-10-16we stopped building librt a while back. delete stubs.Ted Unangst
2014-10-16use .fn here too. from Jean-Philippe OuelletTed Unangst
2014-10-16Remove #ifdef HAVE_CONFIG_H, there is no config.h file.Alexander Bluhm
2014-10-16Get rid of the last remaining BUF_strdup and BUF_strlcpy and friends, useBob Beck
2014-10-15Remove #ifndef HAVE_TAILQFOREACH containing a private tailqAlexander Bluhm
2014-10-15Fuck it. No SSLv3; not now, not ever. The API of the future will onlyTed Unangst
2014-10-15basic formatting fixes;Jason McIntyre
2014-10-15Disable SSLv3 by default.Joel Sing
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