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