summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-08-15s/DEF_STD/DEF_STRONG/ to match namespace.h differences between librthreadPhilip Guenther
2017-08-15Wrap <sched.h> and <sys/futex.h> so that internal calls go directPhilip Guenther
2017-08-15Sort headers per style(9)Philip Guenther
2017-08-15Copy files from ../librthread in preparation for moving functionalityPhilip Guenther
2017-08-15Copy files from ../librthread in preparation for moving functionalityPhilip Guenther
2017-08-15fmt0 is a wchar_t *, so use %ls to reportTheo de Raadt
2017-08-14Use sendsyslog() directly instead of syslog_r() for the "backwards memcpy"Philip Guenther
2017-08-14fix missing bracket on ARMBrent Cook
2017-08-13match function implementation with declaration, ok beck@, doug@Brent Cook
2017-08-13Add ability to clamp a notafter to values representable in a 32 bit time_tBob Beck
2017-08-13Switch to -Werror with clang for libressl.Doug Hogan
2017-08-13add fktrace to libcTed Unangst
2017-08-13move endian/word size checks from runtime to compile timeBrent Cook
2017-08-13Make SSL{,_CTX}_set_alpn_protos() do atomic updates and handle NULL.Doug Hogan
2017-08-13Convert the sigma and tau initialisers to byte arrays, rather than usingJoel Sing
2017-08-13Remove support for the TLS padding extension.Joel Sing
2017-08-13Nuke SSL_OP_CRYPTOPRO_TLSEXT_BUG.Joel Sing
2017-08-12Rewrite the TLS status request extension to use the new TLS extension framework.Bob Beck
2017-08-12Minimize #includes, particularly to avoid thread_private.hPhilip Guenther
2017-08-12Convert TLS signature algorithms extension handling to the new framework.Joel Sing
2017-08-12bump to 2.6.1Brent Cook
2017-08-12Rewrite session ticket TLS extension handling using CBB/CBS and the newDoug Hogan
2017-08-12Remove NPN support.Joel Sing
2017-08-12Import the SSL_CTX_set1_groups(3) manual page from OpenSSL, deletingIngo Schwarze
2017-08-12New manual page SSL_set_tmp_ecdh(3) written from scratch.Ingo Schwarze
2017-08-12Remove lots of outdated information found by jsing@.Ingo Schwarze
2017-08-12Document tls_config_set_dheparams().Joel Sing
2017-08-12Document tls_reset().Joel Sing
2017-08-12Remove support for DSS/DSA, since we removed the cipher suites a whileJoel Sing
2017-08-12Clear the child pointer in CBB_cleanup(), so that we have fewer pointersJoel Sing
2017-08-12Instead of hardcoding a partial dependency list for the syscall stub objects,Philip Guenther
2017-08-12Fix dependency generation: pass ${DFLAGS} and -MF explicitlyPhilip Guenther
2017-08-11remove bogus ".POD" from .Dt name; noticed by jsing@Ingo Schwarze
2017-08-11I don't think eay will ever fix this...Joel Sing
2017-08-11style(9) in ssl_set_cert_masks().Joel Sing
2017-08-11Rewrite EllipticCurves TLS extension handling using CBB/CBS and the newDoug Hogan
2017-08-11_dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stubPhilip Guenther
2017-08-11Use getopts for option parsingPhilip Guenther
2017-08-11Convert ssl3_send_certificate_request() to CBB.Joel Sing
2017-08-11new sentence, new line;Jason McIntyre
2017-08-11Add doug@'s copyright since he just added code to these two files.Joel Sing
2017-08-11Bump minor due to symbol addition.Joel Sing
2017-08-11Rewrite the ECPointFormats TLS extension handling using CBB/CBS and theDoug Hogan
2017-08-10Add a tls_config_set_ecdhecurves() function to libtls, which allows theJoel Sing
2017-08-10Clean up the EC key/curve configuration handling.Joel Sing
2017-08-09Pull out the code that identifies if we have an ECC cipher in the cipherJoel Sing
2017-08-09Don't use tls_cert_hash for the hashing used by the engine offloading magicClaudio Jeker
2017-08-09Consistently return from each SSL/SSL_CTX control case, rather thanJoel Sing
2017-08-09Split out the remaining SSL_CTX controls into individual functions.Joel Sing
2017-08-09Start splitting out SSL_CTX controls into individual functions, so thatJoel Sing