Age | Commit message (Expand) | Author |
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 |
2014-10-08 | reallocarray() for mult int overflow detect; ok doug | Theo de Raadt |
2014-10-07 | Use strdup() instead of malloc() + memcpy(). | Miod Vallat |
2014-10-07 | EC_KEY_set_group() does an EC_GROUP_dup() of its argument, so we don't | Miod Vallat |
2014-10-06 | Remove the #ifdef HAVE_SIGACTION from libevent. The struct | Alexander Bluhm |
2014-10-06 | When verifying whether an IP address is in the commonName of a | Jeremie Courreges-Anglas |
2014-10-06 | If we have to match against a wildcard in a cert, verify that it contains | Jeremie Courreges-Anglas |
2014-10-05 | The fixes to X509_PURPOSE_add() in r1.18 actually could cause a global | Miod Vallat |
2014-10-05 | Be sure to check the stack push operation for success in v2i_POLICY_MAPPINGS(); | Miod Vallat |
2014-10-05 | In v2i_AUTHORITY_INFO_ACCESS(), separate object allocation from object push | Miod Vallat |