summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-10-04Use the userspace-visible thread register directly in __cerror insteadPhilip Guenther
2016-10-03Simplify code that sets up a stack frame for running .init code to be moreMark Kettenis
2016-10-03use the same type for buf as the return type in tls_load_fileBrent Cook
2016-10-02Add va_nlink information to struct kinfo_file (so bump the shlib minor)Philip Guenther
2016-10-02Check for and handle failure of HMAC_{Update,Final} or EVP_DecryptUpdate()Philip Guenther
2016-10-02Detect zero-length encrypted session data early, instead of when malloc(0)Philip Guenther
2016-10-02In X509_cmp_time(), pass asn1_time_parse() the tag of the field beingPhilip Guenther
2016-09-30Make read(2) return EISDIR on directories.Jeremie Courreges-Anglas
2016-09-28use the same template for describing securelevel interaction;Jason McIntyre
2016-09-28document kern.allowkmem; ok deraadtJason McIntyre
2016-09-26Now that vax has been removed, nothing defined MD_NO_CLEANUP anymore.Mark Kettenis
2016-09-26sigsetmask() and sigblock() are no longer used by any setjmp implementationPhilip Guenther
2016-09-24Fix matching when all of user, host and domain are specified.Todd C. Miller
2016-09-23Append to CLEANFILES instead of replacing it, so libcrypto.pc isMartin Natano
2016-09-23remove lib/libsqlite3, it has moved back to portsStuart Henderson
2016-09-23Unhook sqlite3.Stuart Henderson
2016-09-23s/alloctaed/allocated/ in commentPhilip Guenther
2014-09-29Update sqlite3 to 3.8.6. A list of changes are available here:James Turner
2014-03-24Update sqlite to 3.8.4. A list of changes are available here:James Turner
2013-09-21Update sqlite to 3.8.0.2. A list of changes are available here:James Turner
2013-06-09Update to sqlite 3.7.17.Landry Breuil
2013-03-18update to 3.7.15.2, tested by landry@/miod@Marc Espie
2012-11-29minor update to 3.7.14.1Marc Espie
2012-06-22import 3.7.13Marc Espie
2012-05-22import sqlite 3.7.12 (tested by landry@)Marc Espie
2012-04-14sqlite 3.7.11 library, vendor sourcesMarc Espie
2016-09-22Simplify mips64 GOTSYM bits to eliminate a couple temp filesPhilip Guenther
2016-09-22Add copyrightPhilip Guenther
2016-09-22Switch from calling obsolete sig{block,setmask} to directly using thePhilip Guenther
2016-09-22m88k switched to RELROPhilip Guenther
2016-09-22Simplify __cerror now that %r27 is always the TCB pointer.Philip Guenther
2016-09-22Improve on code from the previous commit.Joel Sing
2016-09-22Avoid unbounded memory growth, which can be triggered by a clientJoel Sing
2016-09-22Check for packet with truncated DTLS cookie.Philip Guenther
2016-09-22Improve ticket validity checking when tlsext_ticket_key_cb() callbackPhilip Guenther
2016-09-22revert documentation update for the clearning behavior we already revertedBrent Cook
2016-09-21no more KERN_ARND; ok deraadtJason McIntyre
2016-09-21Delete casts to off_t and size_t that are implied by assignmentsPhilip Guenther
2016-09-20When _LIBUNWIND_ARM_EHABI is defined, include <link.h> to get theMark Kettenis
2016-09-20Add $OpenBSD tagPhilip Guenther
2016-09-20Avoid selecting weak digests for (EC)DH when using SNI.Brent Cook
2016-09-20Add check_sym, a utility for checking shared libraries for symbol changesPhilip Guenther
2016-09-19We don't need cross-unwinding support,Mark Kettenis
2016-09-19We definitely want to use arc4random() on OpenBSD.Mark Kettenis
2016-09-19gmtime_r() should return NULL on failure, not the struct tm * resultTodd C. Miller
2016-09-19Don't build saveFP/restFP for powerpc. Not needed on OpenBSD.Pascal Stumpf
2016-09-19Add non-VFP arm-specific code.Mark Kettenis
2016-09-19Add -nostdinc++ like the original CMakeLists.txt does. Fixes bulding withMark Kettenis
2016-09-19Update ld search path for libssl/libcrypto, fixes cross-build after source mo...Brent Cook
2016-09-18move page junking tp unmap(), right before we stick the region in the cache;Otto Moerbeek