Age | Commit message (Expand) | Author |
2017-08-15 | s/DEF_STD/DEF_STRONG/ to match namespace.h differences between librthread | Philip Guenther |
2017-08-15 | Wrap <sched.h> and <sys/futex.h> so that internal calls go direct | Philip Guenther |
2017-08-15 | Sort headers per style(9) | Philip Guenther |
2017-08-15 | Copy files from ../librthread in preparation for moving functionality | Philip Guenther |
2017-08-15 | Copy files from ../librthread in preparation for moving functionality | Philip Guenther |
2017-08-15 | fmt0 is a wchar_t *, so use %ls to report | Theo de Raadt |
2017-08-14 | Use sendsyslog() directly instead of syslog_r() for the "backwards memcpy" | Philip Guenther |
2017-08-14 | fix missing bracket on ARM | Brent Cook |
2017-08-13 | match function implementation with declaration, ok beck@, doug@ | Brent Cook |
2017-08-13 | Add ability to clamp a notafter to values representable in a 32 bit time_t | Bob Beck |
2017-08-13 | Switch to -Werror with clang for libressl. | Doug Hogan |
2017-08-13 | add fktrace to libc | Ted Unangst |
2017-08-13 | move endian/word size checks from runtime to compile time | Brent Cook |
2017-08-13 | Make SSL{,_CTX}_set_alpn_protos() do atomic updates and handle NULL. | Doug Hogan |
2017-08-13 | Convert the sigma and tau initialisers to byte arrays, rather than using | Joel Sing |
2017-08-13 | Remove support for the TLS padding extension. | Joel Sing |
2017-08-13 | Nuke SSL_OP_CRYPTOPRO_TLSEXT_BUG. | Joel Sing |
2017-08-12 | Rewrite the TLS status request extension to use the new TLS extension framework. | Bob Beck |
2017-08-12 | Minimize #includes, particularly to avoid thread_private.h | Philip Guenther |
2017-08-12 | Convert TLS signature algorithms extension handling to the new framework. | Joel Sing |
2017-08-12 | bump to 2.6.1 | Brent Cook |
2017-08-12 | Rewrite session ticket TLS extension handling using CBB/CBS and the new | Doug Hogan |
2017-08-12 | Remove NPN support. | Joel Sing |
2017-08-12 | Import the SSL_CTX_set1_groups(3) manual page from OpenSSL, deleting | Ingo Schwarze |
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 |