| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Let SSL_copy_session_id() return an int for error checking. | tb | 2018-08-24 | 1 | -2/+2 |
* | const for BIO_f_ssl(), the last const difference to OpenSSL in our | tb | 2018-05-01 | 1 | -2/+2 |
* | Fix capitalization of data. Pointed out by jsing and forgotten in | tb | 2018-04-25 | 1 | -2/+2 |
* | OpenSSL started adding const to functions all over the place. Make all | tb | 2018-04-25 | 1 | -9/+9 |
* | Nuke SSL_OP_TLS_ROLLBACK_BUG - this is a workaround for buggy clients from | jsing | 2018-04-11 | 1 | -6/+2 |
* | Provide SSL_SESSION_set1_id() | tb | 2018-03-20 | 1 | -1/+4 |
* | Bring in compatibility for OpenSSL 1.1 style init functions. | beck | 2018-03-17 | 1 | -1/+14 |
* | Provide SSL_SESSION_get_ticket_lifetime_hint() and | tb | 2018-03-17 | 1 | -1/+3 |
* | Provide SSL_CTX_get_default_passwd_cb{,_userdata}() | tb | 2018-03-17 | 1 | -1/+3 |
* | SSL_SESSION_get_protocol_version() takes a const SSL_SESSION *. | tb | 2018-03-17 | 1 | -2/+2 |
* | Provide SSL_CIPHER_get_auth_nid(), SSL_CIPHER_get_cipher_nid(), | jsing | 2018-03-17 | 1 | -1/+6 |
* | Provide SSL_SESSION_get0_id_context(). | jsing | 2018-03-17 | 1 | -3/+5 |