index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libssl
Age
Commit message (
Expand
)
Author
2021-05-02
Prevent future internal use of some #defines
Theo Buehler
2021-05-02
Clean up tls1_change_cipher_state().
Joel Sing
2021-05-02
In the TLSv1.2 server, set up the key block after sending the CCS.
Joel Sing
2021-05-02
Clean up dtls1_reset_seq_numbers().
Joel Sing
2021-05-02
Ensure that handshake hash is non-NULL in tls1_transcript_hash_value().
Joel Sing
2021-05-02
Harden tls12_finished_verify_data() by checking master key length.
Joel Sing
2021-05-02
Stop deriving peer finished twice for TLSv1.2.
Joel Sing
2021-04-30
Clean up and harden TLSv1.2 master key derivation.
Joel Sing
2021-04-25
Clean up derivation of finished/peer finished.
Joel Sing
2021-04-23
whitespace
Theo Buehler
2021-04-22
Only hash known CH extensions
Theo Buehler
2021-04-21
Clean up TLSv1.2 certificate request handshake data.
Joel Sing
2021-04-19
Remove new_sym_enc and new_aead.
Joel Sing
2021-04-19
Move new_mac_secret_size into the TLSv1.2 handshake struct.
Joel Sing
2021-04-19
Move reuse_message, message_type, message_size and cert_verify into the
Joel Sing
2021-04-19
Set alpn_selected_len to zero when freeing alpn_selected.
Joel Sing
2021-04-15
mention DTLS1_2_VERSION
Theo Buehler
2021-04-15
Mention DTLS1_2_VERSION here, too
Theo Buehler
2021-04-15
Document SSL_OP_NO_DTLSv1{,_2}
Theo Buehler
2021-04-15
Document DTLSv1_2_{,client_,server_}method(3)
Theo Buehler
2021-04-15
Merge documentation for SSL_is_dtls() from OpenSSL
Theo Buehler
2021-04-11
Update a stale comment and fix a typo.
Theo Buehler
2021-04-07
Avoid clobbering the error code when sending an alert
Theo Buehler
2021-03-31
Update for DTLSv1.2 support.
Theo Buehler
2021-03-31
Bump minors after symbol addition
Theo Buehler
2021-03-31
Expose various DTLSv1.2 specific functions and defines
Theo Buehler
2021-03-31
Document SSL_set_hostflags(3) and SSL_get0_peername(3)
Theo Buehler
2021-03-31
Expose SSL_set_hostflags(3) and SSL_get0_peername(3)
Theo Buehler
2021-03-31
Document SSL_use_certificate_chain_file(3)
Theo Buehler
2021-03-31
Expose SSL_use_certificate_chain_file(3)
Theo Buehler
2021-03-29
whitespace nits
Theo Buehler
2021-03-29
Remove pointless assignment in SSL_get0_alpn_selected().
Joel Sing
2021-03-29
Avoid transcript initialisation when sending a TLS HelloRequest.
Joel Sing
2021-03-29
Move finished and peer finished to the handshake struct.
Joel Sing
2021-03-29
Move the TLSv1.2 record number increment into the new record layer.
Joel Sing
2021-03-27
Garbage collect s->internal->type
Theo Buehler
2021-03-24
Rename new_cipher to cipher.
Joel Sing
2021-03-24
Add SSL_HANDSHAKE_TLS12 for TLSv1.2 specific handshake data.
Joel Sing
2021-03-21
Fully initialize rrec in tls12_record_layer_open_record_protected
Theo Buehler
2021-03-21
Move the TLSv1.3 handshake struct inside the shared handshake struct.
Joel Sing
2021-03-21
Split TLSv1.3 record protection from record layer.
Joel Sing
2021-03-21
Avoid a use-after-scope in tls13_cert_add().
Joel Sing
2021-03-19
Prepare documenting SSL_use_certificate_chain_file
Theo Buehler
2021-03-19
Undo previous. As pointed out by jsing I clearly wasn't fully awake...
Theo Buehler
2021-03-19
Prepare to provide SSL_use_certificate_chain_file()
Theo Buehler
2021-03-17
fix whitespace nit in previous
Theo Buehler
2021-03-17
Enable DTLSv1.2.
Joel Sing
2021-03-17
Add support for DTLSv1.2 version handling.
Joel Sing
2021-03-11
Remove ssl_downgrade_max_version().
Joel Sing
2021-03-10
Guard TLS1_get_{client_,}version() macros with #ifndef LIBRESSL_INTERNAL.
Joel Sing
[next]