summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-11-02Remove remnants from RC2 and SEED - there are no longer any cipher suitesJoel Sing
2014-10-31Libevent has compatibilty wrappers in evutil. OpenBSD does not useAlexander Bluhm
2014-10-31Use "const char tempchars[]" instead of "const char *tempchars".Todd C. Miller
2014-10-31Remove an outdated comment re EDH vs DHE - DHE is now used consistently andJoel Sing
2014-10-31Update comments for TLS ExtensionType values - many of the referencedJoel Sing
2014-10-31Crank libssl major due to recent additions, removals and changes.Joel Sing
2014-10-31Remove now unused remnants from public structs.Joel Sing
2014-10-31Add support for automatic DH ephemeral keys.Joel Sing
2014-10-31Remove support for ephemeral/temporary RSA private keys.Joel Sing
2014-10-31Rename libressl to libtls to avoid confusion and to make it easier toJoel Sing
2014-10-31Use CDIAGFLAGS from bsd.own.mk and append additional warning flags.Alexander Bluhm
2014-10-30clean up verbiage around the calculations; ok ingo jmc ottoTheo de Raadt
2014-10-30Don't mention old systems where realloc(NULL, n) didn't work as weTodd C. Miller
2014-10-30Fix whitespace errors in libevent.Alexander Bluhm
2014-10-30The fdsz and n_events variables contain unsigned values that areAlexander Bluhm
2014-10-29After removing all the #ifdef, the wrappers in evutil are ratherAlexander Bluhm
2014-10-29Remove workaround for Mac OS X kqueue bug.Alexander Bluhm
2014-10-29Do not cast a (const void *) pointer to (void *) to avoid a warning.Alexander Bluhm
2014-10-28deregister; no binary changeJonathan Gray
2014-10-28Check the result of sk_*_push() operations for failure.Miod Vallat
2014-10-26The open flags param to mkostemps() should be "flags" not "oflags"Todd C. Miller
2014-10-26mknod(2) now supports creating FIFOs too. Fix description of device filePhilip Guenther
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
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