| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Provide SSL_is_server(). | jsing | 2018-02-22 | 3 | -2/+10 |
* | Provide SSL_up_ref(). | jsing | 2018-02-22 | 3 | -3/+12 |
* | Provide SSL_CTX_get_ciphers(). | jsing | 2018-02-22 | 3 | -2/+10 |
* | Provide SSL_SESSION_up_ref(). | jsing | 2018-02-22 | 3 | -3/+12 |
* | Crank lib{crypto,ssl,tls} minors after symbol addition. | tb | 2018-02-20 | 1 | -1/+1 |
* | Provide SSL_SESSION_get_protocol_version() | tb | 2018-02-20 | 3 | -2/+10 |
* | Merge new RETURN VALUES section; from Paul Yang via | schwarze | 2018-02-19 | 1 | -6/+35 |
* | In ssl.h rev. 1.139 2018/02/17 15:19:43 and rev. 1.140 2018/02/17 15:32:20, | schwarze | 2018-02-18 | 2 | -1/+148 |
* | In ssl.h rev. 1.138 2018/02/17 15:13:12, jsing@ provided | schwarze | 2018-02-18 | 2 | -1/+48 |
* | In tls1.h rev. 1.32 2018/02/17 15:08:21, jsing@ provided | schwarze | 2018-02-18 | 1 | -7/+29 |
* | Bump minor due to symbol addition. | tb | 2018-02-18 | 1 | -1/+1 |
* | Bump libcrypto/libssl/libtls minors due to symbol additions. | tb | 2018-02-18 | 1 | -1/+1 |
* | Bump libcrypto/libssl/libtls minors due to symbol additions. | jsing | 2018-02-17 | 1 | -1/+1 |
* | Provide SSL_SESSION_get_master_key() | jsing | 2018-02-17 | 3 | -2/+22 |
* | Provide SSL_get_client_random() and SSL_get_server_random() | jsing | 2018-02-17 | 3 | -3/+41 |
* | Provide SSL_CTX_get0_certificate() | jsing | 2018-02-17 | 3 | -2/+13 |
* | Provide SSL_CTX_get_tlsext_status_cb() and SSL_CTX_get_tlsext_status_arg(). | jsing | 2018-02-17 | 3 | -4/+24 |
* | 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 |