summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-09-02Delete 3 more stderr messages, right before returning a proper error.Theo de Raadt
2015-09-02do not printf() on error from libc; ok millertTheo de Raadt
2015-09-01Remove all bogus writes to stderr. Only explicit requests shouldTheo de Raadt
2015-09-01Remove calls to perror(); the error returns are sufficient, and theseTheo de Raadt
2015-09-01Remove duplicate prototype for SSL_get_selected_srtp_profile().Joel Sing
2015-09-01Remove the ssl_prepare_{client,server}hello_tlsext() functions, which areJoel Sing
2015-09-01Make it always safe to call CBB_cleanup() providing that CBB_init() orJoel Sing
2015-09-01In static binaries, invoke kbind() once to disable it.Philip Guenther
2015-08-31only 32-bit systems need the quad functions.Theo de Raadt
2015-08-31use #function rather than @function on armTheo de Raadt
2015-08-31Also add ALTEXIT_{STRONG,WEAK} to hppa64, copied from hppa. Document'em tooPhilip Guenther
2015-08-31Add ALTEXIT_{STRONG,WEAK} to support wrapping of functions using ALTENTRY.Philip Guenther
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingPhilip Guenther
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat
2015-08-30Use nanosleep instead of sleep to avoid the extra layer and simplify laterPhilip Guenther
2015-08-29Now that SSLv3 is going away, TLS_* and SSLv23 are equivalent.Doug Hogan
2015-08-29Delete s3_meth.c since it was only for SSLv3 support.Doug Hogan
2015-08-29Remove SSLv3 method data structs and unlink s3_meth.c from the build.Doug Hogan
2015-08-29Add Symbols.map to CLEANFILESTheo de Raadt
2015-08-28Remove lies about openpty(4) searching for a free pseudo-tty by iteratingMark Kettenis
2015-08-28Rework the UNIX domain socket garbage collector, including ideas fromPhilip Guenther
2015-08-28Kill coverity 128475Bob Beck
2015-08-27Improve libtls error messages.Joel Sing
2015-08-27Split the persistent/configuration flags from temporary state flags andJoel Sing
2015-08-27Change AEAD out_len argument to size_t instead of ssize_t - while here,Joel Sing
2015-08-27use explicit_bzero to clear some memory that had creds in it instead ofDavid Gwynne
2015-08-27fix commentPhilip Guenther
2015-08-27Make functions that are internal to tls verify static.Joel Sing
2015-08-27Crank major version for libssl and libtls due to SSLv3 removal.Doug Hogan
2015-08-27Remove SSLv3 support from LibreSSL.Doug Hogan
2015-08-27ELF uberalles: remove #ifdef _NLIST_DO_ELF testsPhilip Guenther
2015-08-27Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internalPhilip Guenther
2015-08-27Move the __rand48_* declarations into rand48.h, and then hide both themPhilip Guenther
2015-08-26More overflow checks in XML_GetBuffer(), adapted from FreeBSD securityMiod Vallat
2015-08-26Put back local changes (revisions 1.2 to 1.4), which unfortunately got lost inMiod Vallat
2015-08-26tweak previous;Jason McIntyre
2015-08-26use ENAMETOOLONG instead of EINVAL for errno when string overflow occurs.Sebastien Marie
2015-08-26Add TIOCGETA to the tame list for TAME_IOCTL.Doug Hogan
2015-08-26Convert paths argument of tame(2) to const char **.Doug Hogan
2015-08-26Sync with other per-arch Symbols.list filesPhilip Guenther
2015-08-26Oh yeah, crank the major. You talk about something and then your mindPhilip Guenther
2015-08-26Hide many (194!) symbols that nothing should be using.Philip Guenther
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat
2015-08-25Fix latter vs later. From jmc@Philip Guenther
2015-08-25Document kbind(2)Philip Guenther
2015-08-25unify versions, so they are easier to diff.Theo de Raadt
2015-08-25KNFTheo de Raadt
2015-08-25catch upMiod Vallat
2015-08-24When an option is not recognized call the processing function withMartin Pieuchot
2015-08-23Make __cerror() use the per-thread errno location if r2 isn't zero. This wayMark Kettenis