summaryrefslogtreecommitdiff
path: root/lib/libssl
AgeCommit message (Expand)Author
2021-05-16Absorb SSL_AEAD_CTX into struct tls12_record_protection.Joel Sing
2021-05-16Zero the tls12_record_protection struct instead of individual fields.Joel Sing
2021-05-16Avoid including tls13_internal.h in tls13_record.h.Joel Sing
2021-05-16Avoid pulling ssl_locl.h into self-contained code.Joel Sing
2021-05-16Make local header inclusion consistent.Joel Sing
2021-05-16Move DTLS structs/definitions/prototypes to dtls_locl.h.Joel Sing
2021-05-16Add a missing space.Joel Sing
2021-05-16Fix formatting of multi-line license comment per style(9).Joel Sing
2021-05-16Avoid pulling ssl_sigalgs.h in via ssl_locl.h.Joel Sing
2021-05-16Remove unnecessary includes from the bytestring APIs.Joel Sing
2021-05-16Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_*Joel Sing
2021-05-12Merge documentation for SSL_CIPHER_find(3) from OpenSSL 1.1.1.Theo Buehler
2021-05-12Install SSL_SESSION_get0_cipher.3Theo Buehler
2021-05-12Document SSL_SESSION_get0_cipher(3)Theo Buehler
2021-05-11Document SSL_CTX_get_ssl_method(3)Theo Buehler
2021-05-10bump libssl major after struct visibility changes and symbol additionTheo Buehler
2021-05-10Make SSL_CIPHER, SSL_CTX, SSL_SESSION, {DTLS1,SSL3}_STATETheo Buehler
2021-05-10Provide SSL_SESSION_get0_cipher(3)Theo Buehler
2021-05-10Provide SSL_CTX_get_ssl_method(3)Theo Buehler
2021-05-10Provide SSL_CIPHER_find(3)Theo Buehler
2021-05-05Replace DTLS w_epoch with epoch from TLSv1.2 record layer.Joel Sing
2021-05-05Rewrite TLSv1.2 key block handling.Joel Sing
2021-05-02Prevent future internal use of some #definesTheo Buehler
2021-05-02Clean up tls1_change_cipher_state().Joel Sing
2021-05-02In the TLSv1.2 server, set up the key block after sending the CCS.Joel Sing
2021-05-02Clean up dtls1_reset_seq_numbers().Joel Sing
2021-05-02Ensure that handshake hash is non-NULL in tls1_transcript_hash_value().Joel Sing
2021-05-02Harden tls12_finished_verify_data() by checking master key length.Joel Sing
2021-05-02Stop deriving peer finished twice for TLSv1.2.Joel Sing
2021-04-30Clean up and harden TLSv1.2 master key derivation.Joel Sing
2021-04-25Clean up derivation of finished/peer finished.Joel Sing
2021-04-23whitespaceTheo Buehler
2021-04-22Only hash known CH extensionsTheo Buehler
2021-04-21Clean up TLSv1.2 certificate request handshake data.Joel Sing
2021-04-19Remove new_sym_enc and new_aead.Joel Sing
2021-04-19Move new_mac_secret_size into the TLSv1.2 handshake struct.Joel Sing
2021-04-19Move reuse_message, message_type, message_size and cert_verify into theJoel Sing
2021-04-19Set alpn_selected_len to zero when freeing alpn_selected.Joel Sing
2021-04-15mention DTLS1_2_VERSIONTheo Buehler
2021-04-15Mention DTLS1_2_VERSION here, tooTheo Buehler
2021-04-15Document SSL_OP_NO_DTLSv1{,_2}Theo Buehler
2021-04-15Document DTLSv1_2_{,client_,server_}method(3)Theo Buehler
2021-04-15Merge documentation for SSL_is_dtls() from OpenSSLTheo Buehler
2021-04-11Update a stale comment and fix a typo.Theo Buehler
2021-04-07Avoid clobbering the error code when sending an alertTheo Buehler
2021-03-31Update for DTLSv1.2 support.Theo Buehler
2021-03-31Bump minors after symbol additionTheo Buehler
2021-03-31Expose various DTLSv1.2 specific functions and definesTheo Buehler
2021-03-31Document SSL_set_hostflags(3) and SSL_get0_peername(3)Theo Buehler
2021-03-31Expose SSL_set_hostflags(3) and SSL_get0_peername(3)Theo Buehler