| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Prepare to provide SSL_set0_rbio() | tb | 2021-09-08 | 1 | -1/+4 |
* | Prepare to provide SSL_get_signature_nid() and friends. | jsing | 2021-06-30 | 1 | -1/+15 |
* | Move some structs from public to private headers. | jsing | 2021-06-30 | 1 | -108/+1 |
* | Add SSL_AD_MISSING_EXTENSION. | jsing | 2021-06-13 | 1 | -1/+2 |
* | Define SSL_AD_* as actual values. | jsing | 2021-06-13 | 1 | -34/+43 |
* | Place obsolete alerts under #ifndef LIBRESSL_INTERNAL. | jsing | 2021-06-13 | 1 | -4/+7 |
* | Absorb SSL_AEAD_CTX into struct tls12_record_protection. | jsing | 2021-05-16 | 1 | -1/+3 |
* | Make SSL_CIPHER, SSL_CTX, SSL_SESSION, {DTLS1,SSL3}_STATE | tb | 2021-05-10 | 1 | -3/+3 |
* | Provide SSL_SESSION_get0_cipher(3) | tb | 2021-05-10 | 1 | -1/+2 |
* | Provide SSL_CTX_get_ssl_method(3) | tb | 2021-05-10 | 1 | -1/+3 |
* | Provide SSL_CIPHER_find(3) | tb | 2021-05-10 | 1 | -1/+2 |
* | Expose various DTLSv1.2 specific functions and defines | tb | 2021-03-31 | 1 | -9/+1 |
* | Expose SSL_set_hostflags(3) and SSL_get0_peername(3) | tb | 2021-03-31 | 1 | -3/+1 |
* | Expose SSL_use_certificate_chain_file(3) | tb | 2021-03-31 | 1 | -3/+1 |
* | Prepare to provide SSL_use_certificate_chain_file() | tb | 2021-03-19 | 1 | -1/+4 |
* | Add DTLSv1.2 methods. | jsing | 2021-02-20 | 1 | -1/+7 |
* | Add various public DTLS related defines. | jsing | 2021-02-20 | 1 | -1/+9 |