Age | Commit message (Expand) | Author |
2015-09-05 | check for limiting the range of UTF-8 to 0x10FFFF, as requested by RFC 3629. | Sebastien Marie |
2015-09-05 | Delete duplicated CVS $foo tags | Philip Guenther |
2015-09-05 | Use new framework for wrapping dbopen() | Philip Guenther |
2015-09-05 | Use new framework for wrapping cat{open,gets,close}(), eliminating | Philip Guenther |
2015-09-05 | Adds hidden _libc_FOO aliases for the system call stubs. | Philip Guenther |
2015-09-04 | Add missing information to the socket splicing man page to make it | Alexander Bluhm |
2015-09-04 | word fix; from henning petersen (netbsd pr/49641, -r1.18) | Jason McIntyre |
2015-09-04 | fix a race when fetching files from the kernel. the number of files | David Gwynne |
2015-09-04 | add kvm_realloc() as a private function. | David Gwynne |
2015-09-03 | no more gcc2. | Daniel Dickman |
2015-09-02 | Replace dtls1_client_hello() with ssl3_client_hello() - both are basically | Joel Sing |
2015-09-02 | Fewer magic numbers - we already have defines for the header lengths, so | Joel Sing |
2015-09-02 | use _PATH_RESCONF | Theo de Raadt |
2015-09-02 | Delete 3 more stderr messages, right before returning a proper error. | Theo de Raadt |
2015-09-02 | do not printf() on error from libc; ok millert | Theo de Raadt |
2015-09-01 | Remove all bogus writes to stderr. Only explicit requests should | Theo de Raadt |
2015-09-01 | Remove calls to perror(); the error returns are sufficient, and these | Theo de Raadt |
2015-09-01 | Remove duplicate prototype for SSL_get_selected_srtp_profile(). | Joel Sing |
2015-09-01 | Remove the ssl_prepare_{client,server}hello_tlsext() functions, which are | Joel Sing |
2015-09-01 | Make it always safe to call CBB_cleanup() providing that CBB_init() or | Joel Sing |
2015-09-01 | In static binaries, invoke kbind() once to disable it. | Philip Guenther |
2015-08-31 | only 32-bit systems need the quad functions. | Theo de Raadt |
2015-08-31 | use #function rather than @function on arm | Theo de Raadt |
2015-08-31 | Also add ALTEXIT_{STRONG,WEAK} to hppa64, copied from hppa. Document'em too | Philip Guenther |
2015-08-31 | Add ALTEXIT_{STRONG,WEAK} to support wrapping of functions using ALTENTRY. | Philip Guenther |
2015-08-31 | Add framework for resolving (pun intended) libc namespace issues, using | Philip Guenther |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2015-08-30 | Use nanosleep instead of sleep to avoid the extra layer and simplify later | Philip Guenther |
2015-08-29 | Now that SSLv3 is going away, TLS_* and SSLv23 are equivalent. | Doug Hogan |
2015-08-29 | Delete s3_meth.c since it was only for SSLv3 support. | Doug Hogan |
2015-08-29 | Remove SSLv3 method data structs and unlink s3_meth.c from the build. | Doug Hogan |
2015-08-29 | Add Symbols.map to CLEANFILES | Theo de Raadt |
2015-08-28 | Remove lies about openpty(4) searching for a free pseudo-tty by iterating | Mark Kettenis |
2015-08-28 | Rework the UNIX domain socket garbage collector, including ideas from | Philip Guenther |
2015-08-28 | Kill coverity 128475 | Bob Beck |
2015-08-27 | Improve libtls error messages. | Joel Sing |
2015-08-27 | Split the persistent/configuration flags from temporary state flags and | Joel Sing |
2015-08-27 | Change AEAD out_len argument to size_t instead of ssize_t - while here, | Joel Sing |
2015-08-27 | use explicit_bzero to clear some memory that had creds in it instead of | David Gwynne |
2015-08-27 | fix comment | Philip Guenther |
2015-08-27 | Make functions that are internal to tls verify static. | Joel Sing |
2015-08-27 | Crank major version for libssl and libtls due to SSLv3 removal. | Doug Hogan |
2015-08-27 | Remove SSLv3 support from LibreSSL. | Doug Hogan |
2015-08-27 | ELF uberalles: remove #ifdef _NLIST_DO_ELF tests | Philip Guenther |
2015-08-27 | Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internal | Philip Guenther |
2015-08-27 | Move the __rand48_* declarations into rand48.h, and then hide both them | Philip Guenther |
2015-08-26 | More overflow checks in XML_GetBuffer(), adapted from FreeBSD security | Miod Vallat |
2015-08-26 | Put back local changes (revisions 1.2 to 1.4), which unfortunately got lost in | Miod Vallat |
2015-08-26 | tweak previous; | Jason McIntyre |
2015-08-26 | use ENAMETOOLONG instead of EINVAL for errno when string overflow occurs. | Sebastien Marie |