Age | Commit message (Expand) | Author |
2017-08-12 | New manual page SSL_set_tmp_ecdh(3) written from scratch. | Ingo Schwarze |
2017-08-12 | Remove lots of outdated information found by jsing@. | Ingo Schwarze |
2017-08-12 | Document tls_config_set_dheparams(). | Joel Sing |
2017-08-12 | Document tls_reset(). | Joel Sing |
2017-08-12 | Remove support for DSS/DSA, since we removed the cipher suites a while | Joel Sing |
2017-08-12 | Clear the child pointer in CBB_cleanup(), so that we have fewer pointers | Joel Sing |
2017-08-12 | Instead of hardcoding a partial dependency list for the syscall stub objects, | Philip Guenther |
2017-08-12 | Fix dependency generation: pass ${DFLAGS} and -MF explicitly | Philip Guenther |
2017-08-11 | remove bogus ".POD" from .Dt name; noticed by jsing@ | Ingo Schwarze |
2017-08-11 | I don't think eay will ever fix this... | Joel Sing |
2017-08-11 | style(9) in ssl_set_cert_masks(). | Joel Sing |
2017-08-11 | Rewrite EllipticCurves TLS extension handling using CBB/CBS and the new | Doug Hogan |
2017-08-11 | _dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stub | Philip Guenther |
2017-08-11 | Use getopts for option parsing | Philip Guenther |
2017-08-11 | Convert ssl3_send_certificate_request() to CBB. | Joel Sing |
2017-08-11 | new sentence, new line; | Jason McIntyre |
2017-08-11 | Add doug@'s copyright since he just added code to these two files. | Joel Sing |
2017-08-11 | Bump minor due to symbol addition. | Joel Sing |
2017-08-11 | Rewrite the ECPointFormats TLS extension handling using CBB/CBS and the | Doug Hogan |
2017-08-10 | Add a tls_config_set_ecdhecurves() function to libtls, which allows the | Joel Sing |
2017-08-10 | Clean up the EC key/curve configuration handling. | Joel Sing |
2017-08-09 | Pull out the code that identifies if we have an ECC cipher in the cipher | Joel Sing |
2017-08-09 | Don't use tls_cert_hash for the hashing used by the engine offloading magic | Claudio Jeker |
2017-08-09 | Consistently return from each SSL/SSL_CTX control case, rather than | Joel Sing |
2017-08-09 | Split out the remaining SSL_CTX controls into individual functions. | Joel Sing |
2017-08-09 | Start splitting out SSL_CTX controls into individual functions, so that | Joel Sing |
2017-08-09 | Be consistent and return from each SSL control case, rather than breaking | Joel Sing |
2017-08-09 | Split out the remaining SSL controls into individual functions. | Joel Sing |
2017-08-09 | Split more controls into individual functions. | Joel Sing |
2017-08-09 | Start splitting out controls into individual functions, so that they can | Joel Sing |
2017-08-09 | Remove unnecessary curly braces and unindent. Also add a few blank lines | Joel Sing |
2017-08-09 | Fix conditionals for DH controls. | Joel Sing |
2017-08-08 | Stop running nd6_expire every second. | Florian Obser |
2017-08-08 | Kernel sendsyslog(2), libc syslog(3), and syslogd(8) restrict and | Alexander Bluhm |
2017-08-07 | Since sendsyslog(2) handles the LOG_CONS parameter, the variable | Alexander Bluhm |
2017-08-05 | We only support ASCII and UTF-8, so we never need to | Ingo Schwarze |
2017-08-04 | Update libexpat to 2.2.3. Only few changes affect OpenBSD. | Alexander Bluhm |
2017-08-04 | Enable atomic support functions. | Mark Kettenis |
2017-08-02 | Fix register numbering for OpenBSD/i386. Make exception handling work with | Mark Kettenis |
2017-08-01 | delete sigmask(3) from sigsetmask(3) SYNOPSIS and use .Xr rather | Ingo Schwarze |
2017-08-01 | add missing and correct misspelled names, most in NAME sections; | Ingo Schwarze |
2017-08-01 | Use "volatile unsigned int" instead of _atomic_lock_t. The _atomic_lock_t | Mark Kettenis |
2017-08-01 | correct function name; | Jason McIntyre |
2017-07-30 | disable post fork checks for now, too much turbulence in the air | Ted Unangst |
2017-07-29 | not all the world is an i386. Back out breakage. | Theo de Raadt |
2017-07-29 | Use memory barriers to prevent pointer use before initialization. | Paul Irofti |
2017-07-29 | change if ((a == b)) to if (a == b); silences noisy on-by-default | Florian Obser |
2017-07-28 | Gcc3 does not have -fvisibility feature, so skip -fvisibility=hidden | Kenji Aoyama |
2017-07-27 | Use stdrup, to avoid clang whining about the length parameters being | Theo de Raadt |
2017-07-27 | bad things can (and will) happen if a threaded program calls fork() and | Ted Unangst |