summaryrefslogtreecommitdiff
path: root/src/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* In ssl.h rev. 1.142 2018/02/22 17:25:18, jsing@ providedschwarze2018-02-261-12/+23
* In x509_vfy.h rev. 1.22 2018/02/22 17:15:09, jsing@ providedschwarze2018-02-251-3/+4
* In ssl.h rev. 1.141 2018/02/20 18:07:11, tb@ providedschwarze2018-02-247-12/+106
* Bump lib{crypto,ssl,tls} minors due to symbol additions.jsing2018-02-221-1/+1
* Provide SSL_is_server().jsing2018-02-223-2/+10
* Provide SSL_up_ref().jsing2018-02-223-3/+12
* Provide SSL_CTX_get_ciphers().jsing2018-02-223-2/+10
* Provide SSL_SESSION_up_ref().jsing2018-02-223-3/+12
* Crank lib{crypto,ssl,tls} minors after symbol addition.tb2018-02-201-1/+1
* Provide SSL_SESSION_get_protocol_version()tb2018-02-203-2/+10
* Merge new RETURN VALUES section; from Paul Yang viaschwarze2018-02-191-6/+35
* In ssl.h rev. 1.139 2018/02/17 15:19:43 and rev. 1.140 2018/02/17 15:32:20,schwarze2018-02-182-1/+148
* In ssl.h rev. 1.138 2018/02/17 15:13:12, jsing@ providedschwarze2018-02-182-1/+48
* In tls1.h rev. 1.32 2018/02/17 15:08:21, jsing@ providedschwarze2018-02-181-7/+29
* Bump minor due to symbol addition.tb2018-02-181-1/+1
* Bump libcrypto/libssl/libtls minors due to symbol additions.tb2018-02-181-1/+1
* Bump libcrypto/libssl/libtls minors due to symbol additions.jsing2018-02-171-1/+1
* Provide SSL_SESSION_get_master_key()jsing2018-02-173-2/+22
* Provide SSL_get_client_random() and SSL_get_server_random()jsing2018-02-173-3/+41
* Provide SSL_CTX_get0_certificate()jsing2018-02-173-2/+13
* Provide SSL_CTX_get_tlsext_status_cb() and SSL_CTX_get_tlsext_status_arg().jsing2018-02-173-4/+24
* In ssl.h rev. 1.136 2018/02/14 17:08:44, jsing@ providedschwarze2018-02-141-15/+32
* In ssl.h rev. 1.135 2018/02/14 16:16:10, jsing@ providedschwarze2018-02-141-4/+42
* Bump lib{crypto,ssl,tls} minors due to symbol additions.jsing2018-02-141-1/+1
* Provide SSL_CTX_up_ref().jsing2018-02-143-2/+11
* Provide SSL_CTX_get0_param() and SSL_get0_param().jsing2018-02-143-5/+20
* Bump lib{crypto,ssl,tls} minors due to symbol addition.jsing2018-02-101-1/+1
* Complete the TLS extension rewrite on the client-side.jsing2018-02-084-156/+93
* Initialize variables to avoid compiler warningsinoguchi2018-01-281-2/+2
* Complete the TLS extension handling rewrite for the server-side.jsing2018-01-275-98/+86
* Clarify the comment re the F5 EC curves extension bug.jsing2018-01-271-5/+6
* Convert ssl3_put_cipher_by_char() to CBB.jsing2018-01-271-9/+26
* Correct TLS extensions handling when no extensions are present.jsing2017-11-281-1/+13
* Add CBB_discard_child(), which allows for a child CBB to be discarded.jsing2017-11-282-2/+22
* Rename ssl3_client_hello() to ssl3_send_client_hello() for consistency.jsing2017-10-122-5/+5
* Fold dtls1_accept() into ssl_accept(), removing a lot of duplicated code.jsing2017-10-124-556/+143
* Drop prototypes for ssl23_*() functions, which no longer exist.jsing2017-10-121-11/+1
* Convert ssl3_client_hello() to CBB.jsing2017-10-114-93/+64
* Fully convert ssl3_send_server_hello() to CBB.jsing2017-10-113-53/+19
* Make ssl_bytes_to_cipher_list() take a CBS, rather than a pointer andjsing2017-10-103-29/+19
* ((remove) (some) (unnecessary) (parentheses))jsing2017-10-101-4/+4
* Merge dtls1_connect() into ssl3_connect(), removing a large amount ofjsing2017-10-104-459/+117
* Reduce non-functional differences between dtls1_accept() andjsing2017-10-081-34/+42
* Reduce non-functional differences between dtls1_connect() andjsing2017-10-081-32/+38
* Fix some style/whitespace/indentation issues in ssl3_accept().jsing2017-10-081-25/+14
* Fix some style/whitespace/indentation issues in ssl3_connect().jsing2017-10-081-10/+9
* Convert ssl3_send_change_cipher_spec() to use CBB and make it handle DTLS,jsing2017-10-086-57/+52
* Annotate some API-side memory leaks for future resolution.jsing2017-09-251-1/+3
* Fix various issues in the OCSP extension parsing code:jsing2017-09-251-20/+14
* When building the OCSP extension, only add the length prefixed extensionsjsing2017-09-251-6/+6