Age | Commit message (Expand) | Author |
2017-08-30 | Move the full extension building into tlsext_{client,server}hello_build(), | Joel Sing |
2017-08-30 | Bump libssl/libtls minors due to symbol (re)addition. | Joel Sing |
2017-08-30 | Bring back the NPN related symbols. | Joel Sing |
2017-08-29 | When OCSP status type is unknown, ignore the extension. | Doug Hogan |
2017-08-29 | Actually parse the ALPN extension in a client hello, even if no ALPN | Joel Sing |
2017-08-28 | ECDHE-RSA-DES-CBC3-SHA should not be marked HIGH. | Joel Sing |
2017-08-28 | Bump lib{crypto,ssl,tls} majors due to symbol removals. | Joel Sing |
2017-08-28 | Completely remove NPN remnants. | Joel Sing |
2017-08-28 | Remove the original (pre-IETF) chacha20-poly1305 cipher suites. | Joel Sing |
2017-08-27 | Rewrite SRTP extension using CBB/CBS and the new extension framework. | Doug Hogan |
2017-08-26 | Rewrite ALPN extension using CBB/CBS and the new extension framework. | Doug Hogan |
2017-08-23 | Work around bug in F5's handling of the supported elliptic curves extension. | Doug Hogan |
2017-08-21 | import SSL_export_keying_material(3) from OpenSSL | Ingo Schwarze |
2017-08-21 | merge the applicable parts of SSL_set_tlsext_host_name(3) documentation; | Ingo Schwarze |
2017-08-21 | Selectively merge OpenSSL commit e091367d May 5 11:56:45 2017 +0100 | Ingo Schwarze |
2017-08-21 | Mention three functions related to protocol selection by the client | Ingo Schwarze |
2017-08-21 | Delete non-existent function SSL_flush_sessions(); | Ingo Schwarze |
2017-08-21 | Delete non-existent functions SSL_add_session() and SSL_remove_session() and | Ingo Schwarze |
2017-08-20 | New manual page X509_check_private_key(3), using information | Ingo Schwarze |
2017-08-20 | remove a duplicate BIO_do_accept() call from an example; | Ingo Schwarze |
2017-08-19 | fix .Xr ordering, found with mandoc -Tlint | Ingo Schwarze |
2017-08-19 | Import SSL_CTX_set_min_proto_version(3) from OpenSSL, suggested by jsing@. | Ingo Schwarze |
2017-08-19 | fix a typo and mention OpenBSD in HISTORY; | Ingo Schwarze |
2017-08-13 | match function implementation with declaration, ok beck@, doug@ | Brent Cook |
2017-08-13 | Switch to -Werror with clang for libressl. | Doug Hogan |
2017-08-13 | Make SSL{,_CTX}_set_alpn_protos() do atomic updates and handle NULL. | Doug Hogan |
2017-08-13 | Remove support for the TLS padding extension. | Joel Sing |
2017-08-13 | Nuke SSL_OP_CRYPTOPRO_TLSEXT_BUG. | Joel Sing |
2017-08-12 | Rewrite the TLS status request extension to use the new TLS extension framework. | Bob Beck |
2017-08-12 | Convert TLS signature algorithms extension handling to the new framework. | Joel Sing |
2017-08-12 | Rewrite session ticket TLS extension handling using CBB/CBS and the new | Doug Hogan |
2017-08-12 | Remove NPN support. | Joel Sing |
2017-08-12 | Import the SSL_CTX_set1_groups(3) manual page from OpenSSL, deleting | Ingo Schwarze |
2017-08-12 | New manual page SSL_set_tmp_ecdh(3) written from scratch. | Ingo Schwarze |
2017-08-12 | Remove lots of outdated information found by jsing@. | Ingo Schwarze |
2017-08-12 | Remove support for DSS/DSA, since we removed the cipher suites a while | Joel Sing |
2017-08-12 | Clear the child pointer in CBB_cleanup(), so that we have fewer pointers | Joel Sing |
2017-08-11 | remove bogus ".POD" from .Dt name; noticed by jsing@ | Ingo Schwarze |
2017-08-11 | I don't think eay will ever fix this... | Joel Sing |
2017-08-11 | style(9) in ssl_set_cert_masks(). | Joel Sing |
2017-08-11 | Rewrite EllipticCurves TLS extension handling using CBB/CBS and the new | Doug Hogan |
2017-08-11 | Convert ssl3_send_certificate_request() to CBB. | Joel Sing |
2017-08-11 | Add doug@'s copyright since he just added code to these two files. | Joel Sing |
2017-08-11 | Rewrite the ECPointFormats TLS extension handling using CBB/CBS and the | Doug Hogan |
2017-08-10 | Clean up the EC key/curve configuration handling. | Joel Sing |
2017-08-09 | Pull out the code that identifies if we have an ECC cipher in the cipher | Joel Sing |
2017-08-09 | Consistently return from each SSL/SSL_CTX control case, rather than | Joel Sing |
2017-08-09 | Split out the remaining SSL_CTX controls into individual functions. | Joel Sing |
2017-08-09 | Start splitting out SSL_CTX controls into individual functions, so that | Joel Sing |
2017-08-09 | Be consistent and return from each SSL control case, rather than breaking | Joel Sing |