Age | Commit message (Expand) | Author |
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 |
2014-10-10 | replace select with equiv poll usage. | David Gwynne |
2014-10-10 | Remove unnecessary includes now that we are no longer using select() | Todd C. Miller |
2014-10-09 | add an API version number. ok jsing | Ted Unangst |
2014-10-09 | replace the use of select() for a short sleep with nanosleep(). | David Gwynne |
2014-10-09 | use reallocarray(NULL, a, b) instead of malloc(a, b), which gives us | Theo de Raadt |
2014-10-09 | USE_SHLIBDIR is archaic | Theo de Raadt |
2014-10-08 | iRemove the #ifdef WIN32 implementation from libevent. | Alexander Bluhm |
2014-10-08 | history | Ted Unangst |
2014-10-08 | use preferred license form. can't trust that doug guy with anything... | Ted Unangst |
2014-10-08 | mlinks, and prune some functions from man page i'm not ready for yet. | Ted Unangst |
2014-10-08 | more better | Ted Unangst |
2014-10-08 | reluctantly rename man page after a function | Ted Unangst |
2014-10-08 | whack a few stray .Pp macros | Ingo Schwarze |
2014-10-08 | add a few more functions. | Ted Unangst |
2014-10-08 | rough sketch of ressl documentation | Ted Unangst |
2014-10-08 | obvious reallocarray() | Theo de Raadt |
2014-10-08 | use reallocarray() to detect multiplicative integer overflow; obvious | Theo de Raadt |
2014-10-08 | obvious realloc -> reallocarray conversion | Theo de Raadt |
2014-10-08 | obvious reallocarray() | Theo de Raadt |
2014-10-08 | using reallocarray() gives us multiplicative integer overflow checking | Theo de Raadt |
2014-10-08 | obvious conversion of realloc() to reallocarray(). Luckily this is | Theo de Raadt |
2014-10-08 | obvious reallocarray(); ok doug | Theo de Raadt |
2014-10-08 | obvious malloc -> reallocarray, for mult int oflow | Theo de Raadt |
2014-10-08 | use reallocarray(); ok doug | Theo de Raadt |
2014-10-08 | reallocarray() to detect potential int overflow; ok doug | Theo de Raadt |