summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* sprinkle a few missing dependencies on perl scripts internal bits.espie2017-08-203-11/+17
* remove a duplicate BIO_do_accept() call from an example;schwarze2017-08-201-12/+6
* Sync with OpenSSL: document several new functions, plus some additionalschwarze2017-08-201-48/+227
* clarify deprecation notice;schwarze2017-08-201-6/+7
* New ASN1_STRING_TABLE_add(3) manual page, based on information fromschwarze2017-08-202-1/+94
* two MALLOC_STATS only tweaks; one from David CARLIER, the other found by clangotto2017-08-201-8/+4
* fix .Xr ordering, found with mandoc -Tlintschwarze2017-08-192-6/+6
* Import SSL_CTX_set_min_proto_version(3) from OpenSSL, suggested by jsing@.schwarze2017-08-195-7/+134
* fix a typo and mention OpenBSD in HISTORY;schwarze2017-08-191-3/+5
* test locale priorities and overridesschwarze2017-08-161-1/+36
* test isalpha_l(3), tolower_l(3), wctype_l(3), iswctype_l(3),schwarze2017-08-161-4/+149
* test nl_langinfo_l(3), iswalpha_l(3), towupper_l(3)schwarze2017-08-162-3/+44
* refactor in preparation for testing more functions; no functional changeschwarze2017-08-152-114/+117
* Use sendsyslog() directly instead of syslog_r() for the "backwards memcpy"guenther2017-08-141-3/+12
* fix missing bracket on ARMbcook2017-08-141-15/+15
* match function implementation with declaration, ok beck@, doug@bcook2017-08-131-2/+2
* Add ability to clamp a notafter to values representable in a 32 bit time_tbeck2017-08-133-7/+41
* Switch to -Werror with clang for libressl.doug2017-08-134-8/+8
* move endian/word size checks from runtime to compile timebcook2017-08-134-325/+340
* Make SSL{,_CTX}_set_alpn_protos() do atomic updates and handle NULL.doug2017-08-131-10/+38
* Convert the sigma and tau initialisers to byte arrays, rather than usingjsing2017-08-131-3/+12
* Remove support for the TLS padding extension.jsing2017-08-132-39/+4
* Nuke SSL_OP_CRYPTOPRO_TLSEXT_BUG.jsing2017-08-132-27/+4
* Rewrite the TLS status request extension to use the new TLS extension framework.beck2017-08-124-178/+307
* Minimize #includes, particularly to avoid thread_private.hguenther2017-08-122-7/+3
* Add regress coverage for the TLS signature algorithms extension.jsing2017-08-121-1/+163
* Convert TLS signature algorithms extension handling to the new framework.jsing2017-08-126-63/+99
* bump to 2.6.1bcook2017-08-121-3/+3
* Rewrite session ticket TLS extension handling using CBB/CBS and the newdoug2017-08-124-66/+447
* Remove NPN test coverage.jsing2017-08-122-129/+1
* Remove NPN support - the -nextprotoneg options now become no-ops.jsing2017-08-124-113/+13
* Remove NPN support.jsing2017-08-127-377/+28
* errant whitespacebeck2017-08-121-3/+3
* fix resource leaks, ok @guentherbcook2017-08-121-3/+7
* Import the SSL_CTX_set1_groups(3) manual page from OpenSSL, deletingschwarze2017-08-125-6/+173
* New manual page SSL_set_tmp_ecdh(3) written from scratch.schwarze2017-08-124-7/+112
* Remove lots of outdated information found by jsing@.schwarze2017-08-121-192/+14
* Document tls_config_set_dheparams().jsing2017-08-121-4/+13
* Document tls_reset().jsing2017-08-121-2/+13
* Update the TLSv1.2 Client Hello messages, due to the removal of DSAjsing2017-08-121-20/+18
* Remove support for DSS/DSA, since we removed the cipher suites a whilejsing2017-08-129-85/+16
* Clear the child pointer in CBB_cleanup(), so that we have fewer pointersjsing2017-08-121-1/+2
* remove bogus ".POD" from .Dt name; noticed by jsing@schwarze2017-08-111-3/+3
* Be consistent with goto labels, failure flag and use of FAIL macro.jsing2017-08-111-128/+105
* doug@ added code in here as well.jsing2017-08-111-1/+2
* Sort by extension/function name.jsing2017-08-111-577/+576
* I don't think eay will ever fix this...jsing2017-08-111-2/+2
* style(9) in ssl_set_cert_masks().jsing2017-08-111-7/+7
* Rewrite EllipticCurves TLS extension handling using CBB/CBS and the newdoug2017-08-115-77/+472
* Convert ssl3_send_certificate_request() to CBB.jsing2017-08-113-63/+73