| Commit message (Expand) | Author | Age | Files | Lines |
| * | In ssl.h rev. 1.136 2018/02/14 17:08:44, jsing@ provided | schwarze | 2018-02-14 | 1 | -15/+32 |
| * | In ssl.h rev. 1.135 2018/02/14 16:16:10, jsing@ provided | schwarze | 2018-02-14 | 1 | -4/+42 |
| * | Bump lib{crypto,ssl,tls} minors due to symbol additions. | jsing | 2018-02-14 | 1 | -1/+1 |
| * | Provide SSL_CTX_up_ref(). | jsing | 2018-02-14 | 3 | -2/+11 |
| * | Provide SSL_CTX_get0_param() and SSL_get0_param(). | jsing | 2018-02-14 | 3 | -5/+20 |
| * | Bump lib{crypto,ssl,tls} minors due to symbol addition. | jsing | 2018-02-10 | 1 | -1/+1 |
| * | Complete the TLS extension rewrite on the client-side. | jsing | 2018-02-08 | 4 | -156/+93 |
| * | Initialize variables to avoid compiler warnings | inoguchi | 2018-01-28 | 1 | -2/+2 |
| * | Complete the TLS extension handling rewrite for the server-side. | jsing | 2018-01-27 | 5 | -98/+86 |
| * | Clarify the comment re the F5 EC curves extension bug. | jsing | 2018-01-27 | 1 | -5/+6 |
| * | Convert ssl3_put_cipher_by_char() to CBB. | jsing | 2018-01-27 | 1 | -9/+26 |
| * | Correct TLS extensions handling when no extensions are present. | jsing | 2017-11-28 | 1 | -1/+13 |
| * | Add CBB_discard_child(), which allows for a child CBB to be discarded. | jsing | 2017-11-28 | 2 | -2/+22 |
| * | Rename ssl3_client_hello() to ssl3_send_client_hello() for consistency. | jsing | 2017-10-12 | 2 | -5/+5 |
| * | Fold dtls1_accept() into ssl_accept(), removing a lot of duplicated code. | jsing | 2017-10-12 | 4 | -556/+143 |
| * | Drop prototypes for ssl23_*() functions, which no longer exist. | jsing | 2017-10-12 | 1 | -11/+1 |
| * | Convert ssl3_client_hello() to CBB. | jsing | 2017-10-11 | 4 | -93/+64 |
| * | Fully convert ssl3_send_server_hello() to CBB. | jsing | 2017-10-11 | 3 | -53/+19 |
| * | Make ssl_bytes_to_cipher_list() take a CBS, rather than a pointer and | jsing | 2017-10-10 | 3 | -29/+19 |
| * | ((remove) (some) (unnecessary) (parentheses)) | jsing | 2017-10-10 | 1 | -4/+4 |
| * | Merge dtls1_connect() into ssl3_connect(), removing a large amount of | jsing | 2017-10-10 | 4 | -459/+117 |
| * | Reduce non-functional differences between dtls1_accept() and | jsing | 2017-10-08 | 1 | -34/+42 |
| * | Reduce non-functional differences between dtls1_connect() and | jsing | 2017-10-08 | 1 | -32/+38 |
| * | Fix some style/whitespace/indentation issues in ssl3_accept(). | jsing | 2017-10-08 | 1 | -25/+14 |
| * | Fix some style/whitespace/indentation issues in ssl3_connect(). | jsing | 2017-10-08 | 1 | -10/+9 |
| * | Convert ssl3_send_change_cipher_spec() to use CBB and make it handle DTLS, | jsing | 2017-10-08 | 6 | -57/+52 |
| * | Annotate some API-side memory leaks for future resolution. | jsing | 2017-09-25 | 1 | -1/+3 |
| * | Fix various issues in the OCSP extension parsing code: | jsing | 2017-09-25 | 1 | -20/+14 |
| * | When building the OCSP extension, only add the length prefixed extensions | jsing | 2017-09-25 | 1 | -6/+6 |
| * | Move the full extension building into tlsext_{client,server}hello_build(), | jsing | 2017-08-30 | 2 | -47/+26 |
| * | Bump libssl/libtls minors due to symbol (re)addition. | jsing | 2017-08-30 | 1 | -1/+1 |
| * | Bring back the NPN related symbols. | jsing | 2017-08-30 | 3 | -3/+36 |
| * | When OCSP status type is unknown, ignore the extension. | doug | 2017-08-29 | 1 | -1/+6 |
| * | Actually parse the ALPN extension in a client hello, even if no ALPN | jsing | 2017-08-29 | 1 | -4/+4 |
| * | ECDHE-RSA-DES-CBC3-SHA should not be marked HIGH. | jsing | 2017-08-28 | 1 | -2/+2 |
| * | Bump lib{crypto,ssl,tls} majors due to symbol removals. | jsing | 2017-08-28 | 1 | -2/+2 |
| * | Completely remove NPN remnants. | jsing | 2017-08-28 | 7 | -107/+9 |
| * | Remove the original (pre-IETF) chacha20-poly1305 cipher suites. | jsing | 2017-08-28 | 4 | -73/+5 |
| * | Rewrite SRTP extension using CBB/CBS and the new extension framework. | doug | 2017-08-27 | 5 | -274/+250 |
| * | Rewrite ALPN extension using CBB/CBS and the new extension framework. | doug | 2017-08-26 | 4 | -143/+159 |
| * | Work around bug in F5's handling of the supported elliptic curves extension. | doug | 2017-08-23 | 1 | -2/+16 |
| * | import SSL_export_keying_material(3) from OpenSSL | schwarze | 2017-08-21 | 3 | -3/+132 |
| * | merge the applicable parts of SSL_set_tlsext_host_name(3) documentation; | schwarze | 2017-08-21 | 1 | -4/+28 |
| * | Selectively merge OpenSSL commit e091367d May 5 11:56:45 2017 +0100 | schwarze | 2017-08-21 | 1 | -16/+15 |
| * | Mention three functions related to protocol selection by the client | schwarze | 2017-08-21 | 1 | -3/+48 |
| * | Delete non-existent function SSL_flush_sessions(); | schwarze | 2017-08-21 | 1 | -12/+4 |
| * | Delete non-existent functions SSL_add_session() and SSL_remove_session() and | schwarze | 2017-08-21 | 1 | -18/+6 |
| * | New manual page X509_check_private_key(3), using information | schwarze | 2017-08-20 | 1 | -3/+4 |
| * | remove a duplicate BIO_do_accept() call from an example; | schwarze | 2017-08-20 | 1 | -12/+6 |
| * | fix .Xr ordering, found with mandoc -Tlint | schwarze | 2017-08-19 | 2 | -6/+6 |