summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-20two MALLOC_STATS only tweaks; one from David CARLIER, the other found by clangotto1-8/+4
2017-08-19fix .Xr ordering, found with mandoc -Tlintschwarze2-6/+6
2017-08-19Import SSL_CTX_set_min_proto_version(3) from OpenSSL, suggested by jsing@.schwarze5-7/+134
2017-08-19fix a typo and mention OpenBSD in HISTORY;schwarze1-3/+5
2017-08-16test locale priorities and overridesschwarze1-1/+36
2017-08-16test isalpha_l(3), tolower_l(3), wctype_l(3), iswctype_l(3),schwarze1-4/+149
2017-08-16test nl_langinfo_l(3), iswalpha_l(3), towupper_l(3)schwarze2-3/+44
2017-08-15refactor in preparation for testing more functions; no functional changeschwarze2-114/+117
2017-08-14Use sendsyslog() directly instead of syslog_r() for the "backwards memcpy"guenther1-3/+12
2017-08-14fix missing bracket on ARMbcook1-15/+15
2017-08-13match function implementation with declaration, ok beck@, doug@bcook1-2/+2
2017-08-13Add ability to clamp a notafter to values representable in a 32 bit time_tbeck3-7/+41
2017-08-13Switch to -Werror with clang for libressl.doug4-8/+8
2017-08-13move endian/word size checks from runtime to compile timebcook4-325/+340
2017-08-13Make SSL{,_CTX}_set_alpn_protos() do atomic updates and handle NULL.doug1-10/+38
2017-08-13Convert the sigma and tau initialisers to byte arrays, rather than usingjsing1-3/+12
2017-08-13Remove support for the TLS padding extension.jsing2-39/+4
2017-08-13Nuke SSL_OP_CRYPTOPRO_TLSEXT_BUG.jsing2-27/+4
2017-08-12Rewrite the TLS status request extension to use the new TLS extension framework.beck4-178/+307
2017-08-12Minimize #includes, particularly to avoid thread_private.hguenther2-7/+3
2017-08-12Add regress coverage for the TLS signature algorithms extension.jsing1-1/+163
2017-08-12Convert TLS signature algorithms extension handling to the new framework.jsing6-63/+99
2017-08-12bump to 2.6.1bcook1-3/+3
2017-08-12Rewrite session ticket TLS extension handling using CBB/CBS and the newdoug4-66/+447
2017-08-12Remove NPN test coverage.jsing2-129/+1
2017-08-12Remove NPN support - the -nextprotoneg options now become no-ops.jsing4-113/+13
2017-08-12Remove NPN support.jsing7-377/+28
2017-08-12errant whitespacebeck1-3/+3
2017-08-12fix resource leaks, ok @guentherbcook1-3/+7
2017-08-12Import the SSL_CTX_set1_groups(3) manual page from OpenSSL, deletingschwarze5-6/+173
2017-08-12New manual page SSL_set_tmp_ecdh(3) written from scratch.schwarze4-7/+112
2017-08-12Remove lots of outdated information found by jsing@.schwarze1-192/+14
2017-08-12Document tls_config_set_dheparams().jsing1-4/+13
2017-08-12Document tls_reset().jsing1-2/+13
2017-08-12Update the TLSv1.2 Client Hello messages, due to the removal of DSAjsing1-20/+18
2017-08-12Remove support for DSS/DSA, since we removed the cipher suites a whilejsing9-85/+16
2017-08-12Clear the child pointer in CBB_cleanup(), so that we have fewer pointersjsing1-1/+2
2017-08-11remove bogus ".POD" from .Dt name; noticed by jsing@schwarze1-3/+3
2017-08-11Be consistent with goto labels, failure flag and use of FAIL macro.jsing1-128/+105
2017-08-11doug@ added code in here as well.jsing1-1/+2
2017-08-11Sort by extension/function name.jsing1-577/+576
2017-08-11I don't think eay will ever fix this...jsing1-2/+2
2017-08-11style(9) in ssl_set_cert_masks().jsing1-7/+7
2017-08-11Rewrite EllipticCurves TLS extension handling using CBB/CBS and the newdoug5-77/+472
2017-08-11Convert ssl3_send_certificate_request() to CBB.jsing3-63/+73
2017-08-11new sentence, new line;jmc1-3/+4
2017-08-11Add doug@'s copyright since he just added code to these two files.jsing2-2/+4
2017-08-11Bump minor due to symbol addition.jsing1-1/+1
2017-08-11Rewrite the ECPointFormats TLS extension handling using CBB/CBS and thedoug5-148/+595
2017-08-10Add a tls_config_set_ecdhecurves() function to libtls, which allows thejsing7-34/+108