summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-133-6/+6
* 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-123-177/+179
* Minimize #includes, particularly to avoid thread_private.hguenther2017-08-122-7/+3
* 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-123-65/+145
* Remove NPN support.jsing2017-08-127-377/+28
* 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
* 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
* 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-114-76/+135
* Convert ssl3_send_certificate_request() to CBB.jsing2017-08-113-63/+73
* new sentence, new line;jmc2017-08-111-3/+4
* Add doug@'s copyright since he just added code to these two files.jsing2017-08-112-2/+4
* Bump minor due to symbol addition.jsing2017-08-111-1/+1
* Rewrite the ECPointFormats TLS extension handling using CBB/CBS and thedoug2017-08-114-147/+125
* Add a tls_config_set_ecdhecurves() function to libtls, which allows thejsing2017-08-107-34/+108
* Clean up the EC key/curve configuration handling.jsing2017-08-107-120/+54
* Pull out the code that identifies if we have an ECC cipher in the cipherjsing2017-08-093-34/+52
* Don't use tls_cert_hash for the hashing used by the engine offloading magicclaudio2017-08-093-11/+24
* Consistently return from each SSL/SSL_CTX control case, rather thanjsing2017-08-091-33/+27
* Split out the remaining SSL_CTX controls into individual functions.jsing2017-08-091-40/+88
* Start splitting out SSL_CTX controls into individual functions, so thatjsing2017-08-091-71/+92
* Be consistent and return from each SSL control case, rather than breakingjsing2017-08-091-18/+10
* Split out the remaining SSL controls into individual functions.jsing2017-08-091-46/+93
* Split more controls into individual functions.jsing2017-08-091-64/+91
* Start splitting out controls into individual functions, so that they canjsing2017-08-091-29/+63
* Remove unnecessary curly braces and unindent. Also add a few blank linesjsing2017-08-091-11/+13
* Fix conditionals for DH controls.jsing2017-08-091-3/+3
* add missing and correct misspelled names, most in NAME sections;schwarze2017-08-0110-33/+45
* correct function name;jmc2017-08-011-3/+3
* as noted by Hanno Boeck, using the *check_private_key functions isbenno2017-07-251-6/+22
* Rewrite and move the last remnants of the ServerHello SNI handling intojsing2017-07-242-29/+25
* Rewrite the TLS Renegotiation Indication extension handling using CBB/CBSjsing2017-07-246-346/+161
* Hook the TLS extension parsing framework into the serverhello parsing.jsing2017-07-231-1/+6
* zap trailing whitespace;jmc2017-07-221-2/+2
* rework the page a bit, clarify a few things, maybe better wordingtedu2017-07-221-8/+13