summaryrefslogtreecommitdiff
path: root/lib/libssl
AgeCommit message (Expand)Author
2017-08-23Work around bug in F5's handling of the supported elliptic curves extension.Doug Hogan
2017-08-21import SSL_export_keying_material(3) from OpenSSLIngo Schwarze
2017-08-21merge the applicable parts of SSL_set_tlsext_host_name(3) documentation;Ingo Schwarze
2017-08-21Selectively merge OpenSSL commit e091367d May 5 11:56:45 2017 +0100Ingo Schwarze
2017-08-21Mention three functions related to protocol selection by the clientIngo Schwarze
2017-08-21Delete non-existent function SSL_flush_sessions();Ingo Schwarze
2017-08-21Delete non-existent functions SSL_add_session() and SSL_remove_session() andIngo Schwarze
2017-08-20New manual page X509_check_private_key(3), using informationIngo Schwarze
2017-08-20remove a duplicate BIO_do_accept() call from an example;Ingo Schwarze
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-13match function implementation with declaration, ok beck@, doug@Brent Cook
2017-08-13Switch to -Werror with clang for libressl.Doug Hogan
2017-08-13Make SSL{,_CTX}_set_alpn_protos() do atomic updates and handle NULL.Doug Hogan
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-12Convert TLS signature algorithms extension handling to the new framework.Joel Sing
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-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-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-11Convert ssl3_send_certificate_request() to CBB.Joel Sing
2017-08-11Add doug@'s copyright since he just added code to these two files.Joel Sing
2017-08-11Rewrite the ECPointFormats TLS extension handling using CBB/CBS and theDoug Hogan
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-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
2017-08-09Be consistent and return from each SSL control case, rather than breakingJoel Sing
2017-08-09Split out the remaining SSL controls into individual functions.Joel Sing
2017-08-09Split more controls into individual functions.Joel Sing
2017-08-09Start splitting out controls into individual functions, so that they canJoel Sing
2017-08-09Remove unnecessary curly braces and unindent. Also add a few blank linesJoel Sing
2017-08-09Fix conditionals for DH controls.Joel Sing
2017-08-01add missing and correct misspelled names, most in NAME sections;Ingo Schwarze
2017-07-25as noted by Hanno Boeck, using the *check_private_key functions isSebastian Benoit
2017-07-24Rewrite and move the last remnants of the ServerHello SNI handling intoJoel Sing
2017-07-24Rewrite the TLS Renegotiation Indication extension handling using CBB/CBSJoel Sing
2017-07-23Hook the TLS extension parsing framework into the serverhello parsing.Joel Sing
2017-07-19Check the return value of CBB_init_fixed(), since it can fail.Joel Sing