summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-01-30fix a possible NULL-deref when trying to deref ifa->ifa_addrGilles Chehade
2015-01-30Make the TLS connect and accept error messages consistent.Alexander Bluhm
2015-01-30Rework vis.3 so it has standard sections.Doug Hogan
2015-01-29Use .Rv where appropriate, and move it to RETURN VALUES;Ingo Schwarze
2015-01-28dial the time back to about 0.1s, closer to the original targets andTed Unangst
2015-01-28Fix a number of issues relating to algorithms in signatures, MostlyBob Beck
2015-01-26Place the remainder of e_os2.h under #ifndef LIBRESSL_INTERNAL until we canJoel Sing
2015-01-26Add AEAD as a "MAC alias" so that it is possible to identify/select ciphersJoel Sing
2015-01-25mention that the kern.global_ptrace sysctl also affects PT_ATTACHTed Unangst
2015-01-24Add back <sys/param.h>; it's needed for MACHINE_STACK_GROWS_UP.Mark Kettenis
2015-01-23More missing $OpenBSD$.Kenneth R Westerback
2015-01-23Ensure that a ServerKeyExchange message is received if the selected cipherJoel Sing
2015-01-22Fix logic botch causing warnings with Clang. Reported by dhill, matchesMiod Vallat
2015-01-22Possibly uninitialized variable. From Clang via dhill.Miod Vallat
2015-01-22Document that changes made to the directory hierarchy of the chrootTodd C. Miller
2015-01-22Use field names in struct initialisers.Joel Sing
2015-01-22last entry in NAME should not have a trailing comma;Jason McIntyre
2015-01-22Add MLINK for tls_config_set_ca_mem()Reyk Floeter
2015-01-22Allow to to load the CA chain directly from memory instead ofReyk Floeter
2015-01-22Support CA verification in chroot'ed processes without direct fileReyk Floeter
2015-01-22Add X509_STORE_load_mem() to load certificates from a memory bufferReyk Floeter
2015-01-22Assume that the size of a pointer will not change at runtime.Brent Cook
2015-01-22Do not need to include <sys/cdefs.h> when headers included above end upTheo de Raadt
2015-01-21Truncate progname to NAME_MAX in the syslog message, to ensure otherTheo de Raadt
2015-01-21Fix DTLS memory leak (CVE-2015-0206).Doug Hogan
2015-01-20Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orTheo de Raadt
2015-01-20Revert some $OpenBSD$ additions about which there are doubts.Kenneth R Westerback
2015-01-20We do not support AIO, so comment it out in the kqueue(2) manpage for now.Reyk Floeter
2015-01-20Missing $OpenBSD$'s.Kenneth R Westerback
2015-01-19Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONGTodd C. Miller
2015-01-19Talk about thread-local errno and do not mention "extern int errno".Todd C. Miller
2015-01-19Add arc4random/getentropy shims for NetBSD.Brent Cook
2015-01-19Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONGTodd C. Miller
2015-01-19Back out changes unrelated to the ENAMETOOLONG diff.Todd C. Miller
2015-01-18Do not calculated the length of a report with an extra byte for theMartin Pieuchot
2015-01-17Improve wording in alloca.Ted Unangst
2015-01-17NGROUPS_MAX, not NGROUPSTheo de Raadt
2015-01-17Remove a pasto introduced in the last commit, spotted by schwarze@Todd C. Miller
2015-01-16Use ">", not ">=" when comparing length to HOST_NAME_MAX sinceTodd C. Miller
2015-01-16Replace HOST_NAME_MAX+1-1 with HOST_NAME_MAX. OK deraad@Todd C. Miller
2015-01-16Replace check for ">= HOST_NAME_MAX+1" with "> HOST_NAME_MAX".Todd C. Miller
2015-01-16Move to the <limits.h> universe.Theo de Raadt
2015-01-16The SSL/TLS session Id context is limited to 32 bytes. Instead ofReyk Floeter
2015-01-16<sys/param.h> is not needed here either.Theo de Raadt
2015-01-16Complete the list of functions in the paragraph that mentions thatLawrence Teo
2015-01-16Rename pcap_create()'s ebuf argument to errbuf to match the rest of theLawrence Teo
2015-01-16Add more missing argument names.Lawrence Teo
2015-01-16Remove pointless casts for several malloc/calloc/free calls. No objectLawrence Teo
2015-01-16Fix a use after free, where the already freed p->opt.source was used byLawrence Teo
2015-01-16Delete the MANLINT variable and the related SUFFIXES rules becauseIngo Schwarze