Age | Commit message (Expand) | Author |
2014-10-19 | Revert last commit due to changed semantics found by make release. | Doug Hogan |
2014-10-18 | Remove some #ifdef from libevent. | Alexander Bluhm |
2014-10-18 | Better POSIX compliance in realpath(3). | Doug Hogan |
2014-10-18 | None of these need to include <openssl/rand.h> | Joel Sing |
2014-10-18 | Sort/group includes. | Joel Sing |
2014-10-18 | Remove the remaining #ifdef HAVE_ and the #define _GNU_SOURCE. | Alexander Bluhm |
2014-10-18 | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | Joel Sing |
2014-10-18 | reallocarray() -- a little tricky to review | Theo de Raadt |
2014-10-18 | Typical malloc() with size multiplication to reallocarray(). | Doug Hogan |
2014-10-17 | Remove #ifdef HAVE_backend and remove references to unimplemented | Alexander Bluhm |
2014-10-17 | trivial sync of the first sentence of the DESCRIPTION | Ingo Schwarze |
2014-10-17 | Remove some #ifdef HAVE_syscall. | Alexander Bluhm |
2014-10-17 | Remove #ifdef HAVE_.*_H, just include the header files. | Alexander Bluhm |
2014-10-17 | Remove non-exposed malloc/realloc/free wrappers, and then substitute | Theo de Raadt |
2014-10-16 | use reallocarray(); ok lteo | Theo de Raadt |
2014-10-16 | Fix bounds check for newlen without relying on unspecified behavior. | Todd C. Miller |
2014-10-16 | Remove references to unimplemented CLOCK_VIRTUAL. It is non-standard | Todd C. Miller |
2014-10-16 | we stopped building librt a while back. delete stubs. | Ted Unangst |
2014-10-16 | use .fn here too. from Jean-Philippe Ouellet | Ted Unangst |
2014-10-16 | Remove #ifdef HAVE_CONFIG_H, there is no config.h file. | Alexander Bluhm |
2014-10-16 | Get rid of the last remaining BUF_strdup and BUF_strlcpy and friends, use | Bob Beck |
2014-10-15 | Remove #ifndef HAVE_TAILQFOREACH containing a private tailq | Alexander Bluhm |
2014-10-15 | Fuck it. No SSLv3; not now, not ever. The API of the future will only | Ted Unangst |
2014-10-15 | basic formatting fixes; | Jason McIntyre |
2014-10-15 | Disable SSLv3 by default. | Joel Sing |
2014-10-15 | Clear protocol options before optionally setting them. | Joel Sing |
2014-10-15 | Set SSL_OP_SINGLE_ECDH_USE before calling SSL_CTX_set_tmp_ecdh() - this | Joel Sing |
2014-10-15 | Only require an EC public key in tls1_set_ec_id(), if we need to provide | Joel Sing |
2014-10-15 | Add cipher aliases for DHE (the correct name for EDH) and ECDHE (the | Joel Sing |
2014-10-15 | use reallocarray() | Theo de Raadt |
2014-10-15 | Apply reallocarray() idiom. | Theo de Raadt |
2014-10-14 | seems like a good time to make the ressl default TLSv1 only. | Ted Unangst |
2014-10-14 | Bump libressl version string to 2.1. | Brent Cook |
2014-10-14 | fairly obvious reallocarray() conversion | Theo de Raadt |
2014-10-13 | remove unused variable | Charles Longeau |
2014-10-13 | The return value on success of fcntl(F_SETFL) is not actually specified, | Brent Cook |
2014-10-13 | Use O_NONBLOCK over FIONBIO. | Brent Cook |
2014-10-12 | Remove useless comments in DES_is_weak_key(). Do we really care that this | Miod Vallat |
2014-10-12 | Paranoia: in ASN1_mbstring_ncopy(), check for len < 0 instead of len == -1, | Miod Vallat |
2014-10-12 | Convert libssl manpages from pod to mdoc(7). | Anthony J. Bentley |
2014-10-11 | include header needed by older linux kernels | Brent Cook |
2014-10-11 | Since deraadt@ remembers seeing strdup() on one particular 4.2BSD machine, | Ingo Schwarze |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan |
2014-10-11 | obvious reallocarray() use | Theo de Raadt |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan |
2014-10-11 | use reallocarray, and avoid this << 1 ugliness. | Theo de Raadt |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan |
2014-10-11 | Add UTC support to %Z conversion in strptime(). | Doug Hogan |