summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-07-19remove disabled main hook; we use phdr now; ok bcookTheo de Raadt
2014-07-19arc4random re-seeds with getentropy() now; ok deraadt@ jmc@Christian Weisgerber
2014-07-19tab loveTheo de Raadt
2014-07-19Move _ARC4_ATFORK handlers from thread_private.h in portable.bcook
2014-07-19move _ARC4_LOCK/UNLOCK primitives from thread_private into OS-specific modulesbcook
2014-07-19fixup typosbcook
2014-07-19Document that abort() is async signal safe now that it doesn't flushMatthew Dempsky
2014-07-19Fix strtonum range to unbreak -pass fd:0Lawrence Teo
2014-07-19Change _rs_allocate so it can combine the two regions (rs and rsx)Theo de Raadt
2014-07-18Cleanup portable arc4random fork detection code:Matthew Dempsky
2014-07-18Oops, getentropy() is an "extension interface", not a "base interface"Matthew Dempsky
2014-07-18Document that getentropy() is async signal safe.Matthew Dempsky
2014-07-18As discussed with beck, tweak the wording for getentropy slightly soTheo de Raadt
2014-07-18missing newlineTheo de Raadt
2014-07-18Remove "const" from the lsearch(3) manual's synopsis too.Matthew Dempsky
2014-07-18zap trailing whitespace;Jason McIntyre
2014-07-18Change lsearch()'s "base" argument to require a non-const pointer toMatthew Dempsky
2014-07-18Seperate arc4random's os-dependent parts into static inline functions,Theo de Raadt
2014-07-17avoid errx(); Jonas TermansenTheo de Raadt
2014-07-17avoid sys/param.h; Jonas TermansenTheo de Raadt
2014-07-17it is 2014, and we still need to encourage people away from srand()Theo de Raadt
2014-07-17"Race-free because we're running single-threaded in a newTheo de Raadt
2014-07-17Missing bounds check in ssl3_get_certificate_request(), was not spotted inMiod Vallat
2014-07-17Free sktmp when it's no longer needed. By doing so, we fix a bunch of memory ...Loganaden Velvindron
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-07-16Only call getauxval(3) if HAVE_GETAUXVAL is defined. Fixes build on olderMark Kettenis
2014-07-16no more html/curses (i'm effectively undoing -r1.10);Jason McIntyre
2014-07-16do not need a variable to track locking, since all code paths have itTheo de Raadt
2014-07-16lynx has left the tree, and let's be honest noone will find these htmlTheo de Raadt
2014-07-16#ifdef wrap the _rs_forkhandlerTheo de Raadt
2014-07-16added handler for an atfork hook from kettenis@bcook
2014-07-14not needed anymoreTheo de Raadt
2014-07-14Fix memory leak upon error in ssl_parse_clienthello_use_srtp_ext().Miod Vallat
2014-07-14international currency locale rules as per POSIX.1-2008Martin Pelikan
2014-07-14crank major for syslog_r(3) using sendsyslog(2). new kernel needed, too.Theo de Raadt
2014-07-14Convert syslog_r(3) to using sendsyslog(2). This ensures that syslog_r(3)Theo de Raadt
2014-07-14Hook libressl into the build.Joel Sing
2014-07-14whitespaceTheo de Raadt
2014-07-14Improve RAND_write_file(), chmod crud, etc.Theo de Raadt
2014-07-13Add configuration handling for certificate and key files.Joel Sing
2014-07-13Add stubs for the proposed server API.Joel Sing
2014-07-13Stop leaking internal library pointers in error messages.Joel Sing
2014-07-13add missing whitespace between .Fa macro argument and trailing punctuationIngo Schwarze
2014-07-13Tabs, not spaces.Joel Sing
2014-07-13Rename the context allocation from ressl_new to ressl_client, which makesJoel Sing
2014-07-13one .Fn argument per function argumentIngo Schwarze
2014-07-13Split the context allocation out from the configuration. This will allowJoel Sing
2014-07-13Move the client code into a separate file.Joel Sing
2014-07-13Rename various configuration handling functions.Joel Sing
2014-07-13Use a single ressl.h header file.Joel Sing