summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Provide SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION.jsing4 days1-1/+5
* const correct tls_session_secret_cb_fn()tb7 days1-2/+2
* remove duplicate defines; ok tb@jsg2024-10-231-7/+1
* Remove SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHERtb2024-10-091-2/+1
* Add missing alert errors and error stringstb2024-10-091-1/+5
* Remove SSL_add_compression_methodtb2024-08-311-2/+1
* Expose SSL_CTX_set1_cert_store() and SSL_CIPHER_get_handshake_digest()tb2024-08-121-5/+1
* Prepare to provide SSL_CTX_set1_cert_store()tb2024-08-031-1/+4
* Prepare to provide SSL_CIPHER_get_handshake_digest()tb2024-07-141-1/+4
* ssl2.h and ssl23.h join the party in the attictb2024-07-131-3/+7
* remove unused typedefs with structs that were removedjsg2024-05-271-6/+1
* Remove SSL_debugtb2024-03-021-2/+1
* Remove SSL_CIPHER_get_by_{id,value}()tb2024-03-021-3/+1
* Export SSL_get_{peer_,}signature_type_nid()tb2024-03-021-5/+1
* Remove GOST and STREEBOG support from libssl.beck2024-02-031-10/+1
* Move SSL_library_init() next to OPENSSL_init_ssl()tb2023-11-221-3/+2
* Unifdef OPENSSL_NO_ENGINE in libssltb2023-11-191-4/+1
* spelling fixes; from paul tagliamontejmc2022-12-261-2/+2
* Expose SSL_get_share_{group,curve}() and related #definestb2022-09-111-7/+3
* Expose some error codes needed for QUIC supporttb2022-09-111-3/+1
* Provide the remaining QUIC API.jsing2022-08-211-1/+43
* Provide SSL_QUIC_METHOD.jsing2022-08-211-6/+145
* Provide and use QUIC specific error reasons.jsing2022-08-211-1/+3
* Prepare to provide SSL_ERROR_WANT_{ASYNC,ASYNC_JOB,CLIENT_HELLO_CB}jsing2022-08-211-10/+15
* Add SSL_get_shared_{curve,group}()tb2022-08-171-2/+10
* Provide QUIC encryption levels.jsing2022-07-241-1/+12
* Provide SSL_is_quic()jsing2022-07-171-2/+4
* Remove mkerr.pl remnants from LibreSSLkn2022-07-121-5/+1
* Expose security level symbols and error codes in the headers.tb2022-07-071-3/+1
* Add support for sending QUIC transport parametersbeck2022-06-291-1/+25
* Add error code definstb2022-06-281-1/+6
* Add #defines and prototypes for security level APItb2022-06-281-1/+72
* 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