Age | Commit message (Expand) | Author |
2021-11-01 | Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this is | Theo Buehler |
2021-10-23 | Add SSL_get0_verified_chain - needed by some new stuff | Bob Beck |
2021-10-23 | Add new OpenSSL API SSL_CTX_set_num_tickets and friends. | Bob Beck |
2021-10-23 | Add new OpenSSL api SSL_write_ex, SSL_read_ex and SSL_peek_ex | Bob Beck |
2021-10-23 | Add SSL_CTX_set_keylog_callback and SSL_CTX_get_keylog_callback | Bob Beck |
2021-10-15 | Move various structs from ssl.h/tls1.h to ssl_locl.h. | Joel Sing |
2021-09-14 | Avoid typedef redefinition | Kinichiro Inoguchi |
2021-09-10 | Move SSL_set0_rbio() outside of LIBRESSL_HAS_TLS1_3 | Theo Buehler |
2021-09-10 | Expose SSL_R_NO_APPLICATION_PROTOCOL in ssl.h | Theo Buehler |
2021-09-10 | Expose SSL_CTRL_GET_TLSEXT_STATUS_REQ_TYPE in ssl.h | Theo Buehler |
2021-09-10 | Expose SSL_CTX_get0_privatekey() in ssl.h | Theo Buehler |
2021-09-10 | Make SSL opaque | Theo Buehler |
2021-09-10 | Remove struct tls_session_ticket_ext_st and TLS_SESSION_TICKET_EXT | Theo Buehler |
2021-09-10 | Do not ignore SSL_TLSEXT_ERR_FATAL from the ALPN callback | Theo Buehler |
2021-09-10 | Prepare to provide SSL_CTX_get0_privatekey() | Theo Buehler |
2021-09-08 | Provide SSL_SESSION_is_resumable and SSL_set_psk_use_session_callback stubs | Theo Buehler |
2021-09-08 | Prepare to provide API stubs for PHA | Theo Buehler |
2021-09-08 | Prepare to provide SSL_get_tlsext_status_type() | Theo Buehler |
2021-09-08 | Prepare to provide SSL_set0_rbio() | Theo Buehler |
2021-06-30 | Prepare to provide SSL_get_signature_nid() and friends. | Joel Sing |
2021-06-30 | Move some structs from public to private headers. | Joel Sing |
2021-06-13 | Add SSL_AD_MISSING_EXTENSION. | Joel Sing |
2021-06-13 | Define SSL_AD_* as actual values. | Joel Sing |
2021-06-13 | Place obsolete alerts under #ifndef LIBRESSL_INTERNAL. | Joel Sing |
2021-05-16 | Absorb SSL_AEAD_CTX into struct tls12_record_protection. | Joel Sing |
2021-05-10 | Make SSL_CIPHER, SSL_CTX, SSL_SESSION, {DTLS1,SSL3}_STATE | Theo Buehler |
2021-05-10 | Provide SSL_SESSION_get0_cipher(3) | Theo Buehler |
2021-05-10 | Provide SSL_CTX_get_ssl_method(3) | Theo Buehler |
2021-05-10 | Provide SSL_CIPHER_find(3) | Theo Buehler |
2021-03-31 | Expose various DTLSv1.2 specific functions and defines | Theo Buehler |
2021-03-31 | Expose SSL_set_hostflags(3) and SSL_get0_peername(3) | Theo Buehler |
2021-03-31 | Expose SSL_use_certificate_chain_file(3) | Theo Buehler |
2021-03-19 | Prepare to provide SSL_use_certificate_chain_file() | Theo Buehler |
2021-02-20 | Add DTLSv1.2 methods. | Joel Sing |
2021-02-20 | Add various public DTLS related defines. | Joel Sing |
2021-01-26 | Prepare to provide SSL_set_hostflags() | Theo Buehler |
2020-10-14 | Provide SSL_is_dtls(). | Joel Sing |
2020-09-20 | Add guards around SSL_get0_peername that were accidentally omitted. | Theo Buehler |
2020-09-19 | Prepare to provide SSL_get0_peername | Theo Buehler |
2020-09-19 | Prepare to provide stubbed out versions for reading/writing 0-RTT data | Theo Buehler |
2020-09-19 | Prepare to provide SSL{,_CTX}_{get,set}_max_early_data | Theo Buehler |
2020-09-19 | Prepare to provide SSL_SESSION_{set,get}_max_early_data() | Theo Buehler |
2020-09-17 | Prepare to provide SSL_get_peer_tmp_key(). | Joel Sing |
2020-09-13 | Implement SSL_{CTX_,}set_ciphersuites(). | Joel Sing |
2020-03-16 | Consistently spell 'unsigned' as 'unsigned int', as style(9) seems | Theo Buehler |
2020-01-22 | Move guards from public to internal headers, and fix not use values. | Bob Beck |
2020-01-22 | Split the TLSv1.3 guards into separate client and server guards. | Joel Sing |
2020-01-21 | Provide SSL_R_UNKNOWN. | Joel Sing |
2020-01-02 | Revise SSL_CTX_get_extra_chain_certs() to match OpenSSL behaviour. | Joel Sing |
2019-04-04 | Provide SSL chain/cert chain APIs. | Joel Sing |