| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Prepare to provide SSL_set_hostflags() | tb | 2021-01-26 | 1 | -1/+2 |
* | Provide SSL_is_dtls(). | jsing | 2020-10-14 | 1 | -1/+4 |
* | Add guards around SSL_get0_peername that were accidentally omitted. | tb | 2020-09-20 | 1 | -1/+3 |
* | Prepare to provide SSL_get0_peername | tb | 2020-09-19 | 1 | -1/+2 |
* | Prepare to provide stubbed out versions for reading/writing 0-RTT data | tb | 2020-09-19 | 1 | -1/+12 |
* | Prepare to provide SSL{,_CTX}_{get,set}_max_early_data | tb | 2020-09-19 | 1 | -1/+10 |
* | Prepare to provide SSL_SESSION_{set,get}_max_early_data() | tb | 2020-09-19 | 1 | -1/+5 |
* | Prepare to provide SSL_get_peer_tmp_key(). | jsing | 2020-09-17 | 1 | -1/+11 |
* | Implement SSL_{CTX_,}set_ciphersuites(). | jsing | 2020-09-13 | 1 | -1/+7 |
* | Consistently spell 'unsigned' as 'unsigned int', as style(9) seems | tb | 2020-03-16 | 1 | -3/+3 |
* | Move guards from public to internal headers, and fix not use values. | beck | 2020-01-22 | 1 | -7/+1 |
* | Split the TLSv1.3 guards into separate client and server guards. | jsing | 2020-01-22 | 1 | -1/+7 |
* | Provide SSL_R_UNKNOWN. | jsing | 2020-01-21 | 1 | -1/+2 |
* | Revise SSL_CTX_get_extra_chain_certs() to match OpenSSL behaviour. | jsing | 2020-01-02 | 1 | -6/+8 |
* | Provide SSL chain/cert chain APIs. | jsing | 2019-04-04 | 1 | -1/+36 |
* | Provide version agnostic DTLS methods. | jsing | 2019-03-17 | 1 | -1/+5 |
* | Add a re-implementation of SSL_get1_supported_ciphers(). | tb | 2019-01-22 | 1 | -1/+2 |
* | Provide SSL_get_client_ciphers(). | tb | 2019-01-22 | 1 | -1/+2 |
* | Add SSL_set1_host(), a thin wrapper around X509_VERIFY_PARAM_set1_host(). | tb | 2018-11-11 | 1 | -1/+2 |
* | Add TLSv1.3 cipher suites (with appropriate guards). | jsing | 2018-11-07 | 1 | -1/+4 |
* | Add TLS1_3_VERSION and SSL_OP_NO_TLSv1_3 defines under guards. | jsing | 2018-11-06 | 1 | -1/+6 |