summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-10-23Save space in man page: err() -> errc() and combine vars.Doug Hogan
2014-10-22We prefer to use call reallocarray() with nmemb first and size second.Todd C. Miller
2014-10-22In PKCS12_setup_mac(), do not assign p12->mac->salt->length until the allocationMiod Vallat
2014-10-22Use reallocarray() instead of calloc() (originally was realloc).Todd C. Miller
2014-10-22Avoid a NULL pointer dereference that can be triggered byJoel Sing
2014-10-22Place most of the RAND_* functions under #ifndef LIBRESSL_INTERNAL (someJoel Sing
2014-10-22Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().Joel Sing
2014-10-22Avoid writing in second person in malloc.3Doug Hogan
2014-10-22Don't leak the old data if _kvm_reallocarray() failsPhilip Guenther
2014-10-20List extensions in the STANDARDS section, replacing some text below CAVEATS.Ingo Schwarze
2014-10-20digests: *_LONG_LOG2 is not used, stop talking about it.Brent Cook
2014-10-20SSL: Fix memory leak in d2i_SSL_SESSION.Brent Cook
2014-10-19make RETURN VALUES more conciseIngo Schwarze
2014-10-19Revamp malloc.3 by reordering the sections and rewriting parts.Doug Hogan
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