summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this istb2021-11-011-5/+1
* Add SSL_get0_verified_chain - needed by some new stuffbeck2021-10-231-1/+2
* Add new OpenSSL API SSL_CTX_set_num_tickets and friends.beck2021-10-231-1/+5
* Add new OpenSSL api SSL_write_ex, SSL_read_ex and SSL_peek_exbeck2021-10-231-1/+6
* Add SSL_CTX_set_keylog_callback and SSL_CTX_get_keylog_callbackbeck2021-10-231-1/+6
* Move various structs from ssl.h/tls1.h to ssl_locl.h.jsing2021-10-151-130/+1
* Avoid typedef redefinitionlibressl-v3.4.0inoguchi2021-09-141-3/+1
* Move SSL_set0_rbio() outside of LIBRESSL_HAS_TLS1_3tb2021-09-101-3/+1
* Expose SSL_R_NO_APPLICATION_PROTOCOL in ssl.htb2021-09-101-3/+1
* Expose SSL_CTRL_GET_TLSEXT_STATUS_REQ_TYPE in ssl.htb2021-09-101-3/+1
* Expose SSL_CTX_get0_privatekey() in ssl.htb2021-09-101-3/+1
* Make SSL opaquetb2021-09-101-2/+4
* Remove struct tls_session_ticket_ext_st and TLS_SESSION_TICKET_EXTtb2021-09-101-1/+3
* Do not ignore SSL_TLSEXT_ERR_FATAL from the ALPN callbacktb2021-09-101-1/+4
* Prepare to provide SSL_CTX_get0_privatekey()tb2021-09-101-1/+4
* Provide SSL_SESSION_is_resumable and SSL_set_psk_use_session_callback stubstb2021-09-081-1/+10
* Prepare to provide API stubs for PHAtb2021-09-081-1/+8
* Prepare to provide SSL_get_tlsext_status_type()tb2021-09-081-1/+4
* Prepare to provide SSL_set0_rbio()tb2021-09-081-1/+4
* Prepare to provide SSL_get_signature_nid() and friends.jsing2021-06-301-1/+15
* Move some structs from public to private headers.jsing2021-06-301-108/+1
* Add SSL_AD_MISSING_EXTENSION.jsing2021-06-131-1/+2
* Define SSL_AD_* as actual values.jsing2021-06-131-34/+43
* Place obsolete alerts under #ifndef LIBRESSL_INTERNAL.jsing2021-06-131-4/+7
* Absorb SSL_AEAD_CTX into struct tls12_record_protection.jsing2021-05-161-1/+3
* Make SSL_CIPHER, SSL_CTX, SSL_SESSION, {DTLS1,SSL3}_STATEtb2021-05-101-3/+3
* Provide SSL_SESSION_get0_cipher(3)tb2021-05-101-1/+2
* Provide SSL_CTX_get_ssl_method(3)tb2021-05-101-1/+3
* Provide SSL_CIPHER_find(3)tb2021-05-101-1/+2
* Expose various DTLSv1.2 specific functions and definestb2021-03-311-9/+1
* Expose SSL_set_hostflags(3) and SSL_get0_peername(3)tb2021-03-311-3/+1
* Expose SSL_use_certificate_chain_file(3)tb2021-03-311-3/+1
* Prepare to provide SSL_use_certificate_chain_file()tb2021-03-191-1/+4
* Add DTLSv1.2 methods.jsing2021-02-201-1/+7
* Add various public DTLS related defines.jsing2021-02-201-1/+9
* Prepare to provide SSL_set_hostflags()tb2021-01-261-1/+2
* Provide SSL_is_dtls().jsing2020-10-141-1/+4
* Add guards around SSL_get0_peername that were accidentally omitted.tb2020-09-201-1/+3
* Prepare to provide SSL_get0_peernametb2020-09-191-1/+2
* Prepare to provide stubbed out versions for reading/writing 0-RTT datatb2020-09-191-1/+12
* Prepare to provide SSL{,_CTX}_{get,set}_max_early_datatb2020-09-191-1/+10
* Prepare to provide SSL_SESSION_{set,get}_max_early_data()tb2020-09-191-1/+5
* Prepare to provide SSL_get_peer_tmp_key().jsing2020-09-171-1/+11
* Implement SSL_{CTX_,}set_ciphersuites().jsing2020-09-131-1/+7
* Consistently spell 'unsigned' as 'unsigned int', as style(9) seemstb2020-03-161-3/+3
* Move guards from public to internal headers, and fix not use values.beck2020-01-221-7/+1
* Split the TLSv1.3 guards into separate client and server guards.jsing2020-01-221-1/+7
* Provide SSL_R_UNKNOWN.jsing2020-01-211-1/+2
* Revise SSL_CTX_get_extra_chain_certs() to match OpenSSL behaviour.jsing2020-01-021-6/+8
* Provide SSL chain/cert chain APIs.jsing2019-04-041-1/+36