Age | Commit message (Expand) | Author |
2017-11-28 | Correct TLS extensions handling when no extensions are present. | Joel Sing |
2017-11-28 | Add CBB_discard_child(), which allows for a child CBB to be discarded. | Joel Sing |
2017-10-12 | Rename ssl3_client_hello() to ssl3_send_client_hello() for consistency. | Joel Sing |
2017-10-12 | Fold dtls1_accept() into ssl_accept(), removing a lot of duplicated code. | Joel Sing |
2017-10-12 | Drop prototypes for ssl23_*() functions, which no longer exist. | Joel Sing |
2017-10-11 | Convert ssl3_client_hello() to CBB. | Joel Sing |
2017-10-11 | Fully convert ssl3_send_server_hello() to CBB. | Joel Sing |
2017-10-10 | Make ssl_bytes_to_cipher_list() take a CBS, rather than a pointer and | Joel Sing |
2017-10-10 | ((remove) (some) (unnecessary) (parentheses)) | Joel Sing |
2017-10-10 | Merge dtls1_connect() into ssl3_connect(), removing a large amount of | Joel Sing |
2017-10-08 | Reduce non-functional differences between dtls1_accept() and | Joel Sing |
2017-10-08 | Reduce non-functional differences between dtls1_connect() and | Joel Sing |
2017-10-08 | Fix some style/whitespace/indentation issues in ssl3_accept(). | Joel Sing |
2017-10-08 | Fix some style/whitespace/indentation issues in ssl3_connect(). | Joel Sing |
2017-10-08 | Convert ssl3_send_change_cipher_spec() to use CBB and make it handle DTLS, | Joel Sing |
2017-09-25 | Annotate some API-side memory leaks for future resolution. | Joel Sing |
2017-09-25 | Fix various issues in the OCSP extension parsing code: | Joel Sing |
2017-09-25 | When building the OCSP extension, only add the length prefixed extensions | Joel Sing |
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 |