| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION. | jsing | 4 days | 1 | -1/+5 |
* | const correct tls_session_secret_cb_fn() | tb | 7 days | 1 | -2/+2 |
* | remove duplicate defines; ok tb@ | jsg | 2024-10-23 | 1 | -7/+1 |
* | Remove SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHER | tb | 2024-10-09 | 1 | -2/+1 |
* | Add missing alert errors and error strings | tb | 2024-10-09 | 1 | -1/+5 |
* | Remove SSL_add_compression_method | tb | 2024-08-31 | 1 | -2/+1 |
* | Expose SSL_CTX_set1_cert_store() and SSL_CIPHER_get_handshake_digest() | tb | 2024-08-12 | 1 | -5/+1 |
* | Prepare to provide SSL_CTX_set1_cert_store() | tb | 2024-08-03 | 1 | -1/+4 |
* | Prepare to provide SSL_CIPHER_get_handshake_digest() | tb | 2024-07-14 | 1 | -1/+4 |
* | ssl2.h and ssl23.h join the party in the attic | tb | 2024-07-13 | 1 | -3/+7 |
* | remove unused typedefs with structs that were removed | jsg | 2024-05-27 | 1 | -6/+1 |
* | Remove SSL_debug | tb | 2024-03-02 | 1 | -2/+1 |
* | Remove SSL_CIPHER_get_by_{id,value}() | tb | 2024-03-02 | 1 | -3/+1 |
* | Export SSL_get_{peer_,}signature_type_nid() | tb | 2024-03-02 | 1 | -5/+1 |
* | Remove GOST and STREEBOG support from libssl. | beck | 2024-02-03 | 1 | -10/+1 |
* | Move SSL_library_init() next to OPENSSL_init_ssl() | tb | 2023-11-22 | 1 | -3/+2 |
* | Unifdef OPENSSL_NO_ENGINE in libssl | tb | 2023-11-19 | 1 | -4/+1 |
* | spelling fixes; from paul tagliamonte | jmc | 2022-12-26 | 1 | -2/+2 |
* | Expose SSL_get_share_{group,curve}() and related #defines | tb | 2022-09-11 | 1 | -7/+3 |
* | Expose some error codes needed for QUIC support | tb | 2022-09-11 | 1 | -3/+1 |
* | Provide the remaining QUIC API. | jsing | 2022-08-21 | 1 | -1/+43 |
* | Provide SSL_QUIC_METHOD. | jsing | 2022-08-21 | 1 | -6/+145 |
* | Provide and use QUIC specific error reasons. | jsing | 2022-08-21 | 1 | -1/+3 |
* | Prepare to provide SSL_ERROR_WANT_{ASYNC,ASYNC_JOB,CLIENT_HELLO_CB} | jsing | 2022-08-21 | 1 | -10/+15 |
* | Add SSL_get_shared_{curve,group}() | tb | 2022-08-17 | 1 | -2/+10 |
* | Provide QUIC encryption levels. | jsing | 2022-07-24 | 1 | -1/+12 |
* | Provide SSL_is_quic() | jsing | 2022-07-17 | 1 | -2/+4 |
* | Remove mkerr.pl remnants from LibreSSL | kn | 2022-07-12 | 1 | -5/+1 |
* | Expose security level symbols and error codes in the headers. | tb | 2022-07-07 | 1 | -3/+1 |
* | Add support for sending QUIC transport parameters | beck | 2022-06-29 | 1 | -1/+25 |
* | Add error code defins | tb | 2022-06-28 | 1 | -1/+6 |
* | Add #defines and prototypes for security level API | tb | 2022-06-28 | 1 | -1/+72 |
* | Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this is | tb | 2021-11-01 | 1 | -5/+1 |
* | Add SSL_get0_verified_chain - needed by some new stuff | beck | 2021-10-23 | 1 | -1/+2 |
* | Add new OpenSSL API SSL_CTX_set_num_tickets and friends. | beck | 2021-10-23 | 1 | -1/+5 |
* | Add new OpenSSL api SSL_write_ex, SSL_read_ex and SSL_peek_ex | beck | 2021-10-23 | 1 | -1/+6 |
* | Add SSL_CTX_set_keylog_callback and SSL_CTX_get_keylog_callback | beck | 2021-10-23 | 1 | -1/+6 |
* | Move various structs from ssl.h/tls1.h to ssl_locl.h. | jsing | 2021-10-15 | 1 | -130/+1 |
* | Avoid typedef redefinitionlibressl-v3.4.0 | inoguchi | 2021-09-14 | 1 | -3/+1 |
* | Move SSL_set0_rbio() outside of LIBRESSL_HAS_TLS1_3 | tb | 2021-09-10 | 1 | -3/+1 |
* | Expose SSL_R_NO_APPLICATION_PROTOCOL in ssl.h | tb | 2021-09-10 | 1 | -3/+1 |
* | Expose SSL_CTRL_GET_TLSEXT_STATUS_REQ_TYPE in ssl.h | tb | 2021-09-10 | 1 | -3/+1 |
* | Expose SSL_CTX_get0_privatekey() in ssl.h | tb | 2021-09-10 | 1 | -3/+1 |
* | Make SSL opaque | tb | 2021-09-10 | 1 | -2/+4 |
* | Remove struct tls_session_ticket_ext_st and TLS_SESSION_TICKET_EXT | tb | 2021-09-10 | 1 | -1/+3 |
* | Do not ignore SSL_TLSEXT_ERR_FATAL from the ALPN callback | tb | 2021-09-10 | 1 | -1/+4 |
* | Prepare to provide SSL_CTX_get0_privatekey() | tb | 2021-09-10 | 1 | -1/+4 |
* | Provide SSL_SESSION_is_resumable and SSL_set_psk_use_session_callback stubs | tb | 2021-09-08 | 1 | -1/+10 |
* | Prepare to provide API stubs for PHA | tb | 2021-09-08 | 1 | -1/+8 |
* | Prepare to provide SSL_get_tlsext_status_type() | tb | 2021-09-08 | 1 | -1/+4 |