Age | Commit message (Expand) | Author |
2016-08-15 | Group conninfo fields by connection and peer cert based information, | Joel Sing |
2016-08-15 | Fix some style(9) issues. | Joel Sing |
2016-08-15 | Explicitly pass in an SSL_CTX * to the functions that operate on one, | Joel Sing |
2016-08-15 | add a bit of spacing to previous, to keep the notes about deprecated | Jason McIntyre |
2016-08-14 | Reduce qabs() and qdiv() to aliases of llabs() and lldiv(). | Philip Guenther |
2016-08-14 | Refer to /etc/passwd consistently as the "legacy password file" and | Theo Buehler |
2016-08-13 | modern interfaces should use modern speelings, so spell quad_t as int64_t. | Ted Unangst |
2016-08-13 | Avoid leaking memory if tls_config_set_alpn() is called multiple times | Joel Sing |
2016-08-13 | Load CA, certificate and key files into memory when the appropriate | Joel Sing |
2016-08-12 | Bump libtls minor due to symbol additions. | Joel Sing |
2016-08-12 | Add ALPN support to libtls. | Joel Sing |
2016-08-11 | Between relro and previous RWX work, the __{got,plt}_{start,end} symbols | Philip Guenther |
2016-08-10 | armish handled some early-gen arm machines, which required tons of | Theo de Raadt |
2016-08-09 | Expand the asynchronous connect information and move it out of | Todd C. Miller |
2016-08-09 | Document that connect goes async when interrupted by signal. | Todd C. Miller |
2016-08-08 | Look for a PT_GNU_RELRO section and, if present, mprotect that range | Philip Guenther |
2016-08-07 | Update the link for the getentropy(2) manual to man.openbsd.org/ | Theo Buehler |
2016-08-07 | Teach mips64 to pass &_DYNAMIC to _dl_boot_bind(). | Philip Guenther |
2016-08-07 | alpha already calculates &_DYNAMIC for the _reloc_alpha_got() call, so | Philip Guenther |
2016-08-07 | Teach i386 to pass &_DYNAMIC to _dl_boot_bind() | Philip Guenther |
2016-08-07 | Psych: amd64 has been passing &_DYNAMIC to _dl_boot_bind() for 19 months | Philip Guenther |
2016-08-07 | Flip the #ifdef logic: amd64, i386, and mips64 were the only static PIE | Philip Guenther |
2016-08-07 | Add XOR cookies for lr and sp. Stop saving/restoring r12 to/from the jmpbuf. | Philip Guenther |
2016-08-06 | Use internal names for __errno, _memcpy, memset, and {,_}{set,long}jmp | Philip Guenther |
2016-08-05 | Do not *printf %s NULL | Theo de Raadt |
2016-08-05 | Obvious minor fixes: | Ingo Schwarze |
2016-08-05 | grammar fix; | Jason McIntyre |
2016-08-05 | Make RES_OPTIONS point directly to resolv.conf(5) instead of going through | Martijn van Duren |
2016-08-02 | Revert previous since it adds new symbols. | Joel Sing |
2016-08-01 | Bump TLS_API for addition of ALPN support. | Joel Sing |
2016-08-01 | Add ALPN support to libtls. | Joel Sing |
2016-07-31 | bump for LibreSSL 2.5.x | Brent Cook |
2016-07-29 | Fix regression introduced by patch to CVE-2016-0718: Tag names were cut off i... | Remi Pointel |
2016-07-28 | RMD160Update actually takes size_t length | Ted Unangst |
2016-07-26 | Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh) | Philip Guenther |
2016-07-20 | Make the size for the syn cache hash array tunable. As we are | Alexander Bluhm |
2016-07-18 | We have __weak_alias() everywhere; remove obsolete #ifdef's | Philip Guenther |
2016-07-18 | don't mix code and decls, ok tedu@ | Brent Cook |
2016-07-17 | use memset to initialize the union | Brent Cook |
2016-07-17 | remove unused OPENSSL_NO_OBJECT case | Brent Cook |
2016-07-17 | Initialize buffers before use, noted by Kinichiro Inoguchi. | Brent Cook |
2016-07-17 | Talk about event API instead of libevent | Stefan Kempf |
2016-07-16 | Clean up OCSP_check_validity() a bit more. | Bob Beck |
2016-07-16 | Fix example: long long should be print with %lld | Jeremie Courreges-Anglas |
2016-07-16 | Limit the support of the "backward compatible" ssl2 handshake to only be | Bob Beck |
2016-07-14 | kern.usermount is currently a no-op; | Jason McIntyre |
2016-07-13 | Split the existing TLS cipher suite groups into four: | Joel Sing |
2016-07-10 | zero the read buffer after copying data to user so it doesn't linger. | Ted Unangst |
2016-07-10 | use offsetof to create an offset instead of illegal unaligned pointers | Ted Unangst |
2016-07-10 | Document that SIGTTOU is sent if the process is in the background. | Todd C. Miller |