summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-08-20clarify deprecation notice;Ingo Schwarze
2017-08-20New ASN1_STRING_TABLE_add(3) manual page, based on information fromIngo Schwarze
2017-08-20two MALLOC_STATS only tweaks; one from David CARLIER, the other found by clangOtto Moerbeek
2017-08-19fix .Xr ordering, found with mandoc -TlintIngo Schwarze
2017-08-19Import SSL_CTX_set_min_proto_version(3) from OpenSSL, suggested by jsing@.Ingo Schwarze
2017-08-19fix a typo and mention OpenBSD in HISTORY;Ingo Schwarze
2017-08-19Use 0xcc trapsleds instead of default/nop/0xcc in BTC alignmentsTheo de Raadt
2017-08-19Use 0xcc trapsleds instead of default/nop/0xcc in BTC alignmentsTheo de Raadt
2017-08-19Don't need .text before ENTRY(), also minor spacing cleanupsTheo de Raadt
2017-08-19Put _map table into .rodata instead of .textTheo de Raadt
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