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
2019-11-26
Add support for TLS 1.3 post handshake messages and key updating.
Bob Beck
2019-11-20
Add accessors to change the buffer in a handshake message.
Bob Beck
2019-11-18
Add prototypes for the functions that update application secrets
Bob Beck
2019-11-18
Provide a clean interface for sending TLSv1.3 alerts.
Joel Sing
2019-11-17
Change tls13_record_layer_phh() to take a CBS as this avoids ownership
Joel Sing
2019-11-17
Correct update of application traffic secrets to use an empty context
Bob Beck
2019-11-17
Bring back the ssl_shutdown internal method pointer.
Joel Sing
2019-11-17
Add a reference for the non-standard post-handshake handshake (PHH).
Theo Buehler
2019-11-17
Ensure that we are never operating in plaintext mode once the handshake
Joel Sing
2019-11-17
Provide framework for sending alerts and post-handshake handshake messages.
Joel Sing
2019-11-17
indent with a tab instead of 8 spaces
Theo Buehler
2019-11-17
Move the TLSv1.3 server message handling stubs.
Joel Sing
2019-11-17
Add the initial framework for the TLSv1.3 server.
Joel Sing
2019-11-17
tls13_connect() should be static.
Joel Sing
2019-11-17
Fix backoff to legacy when in client auth mode.
Bob Beck
2019-11-17
Drop back to the legacy tls method if we are doing client authenticaiton
Bob Beck
2019-11-17
Separate the callbacks for recieved and completed post handshake messages
Bob Beck
2019-11-16
Revert previous deduplication diff, I broke portable in a strange way.
Bob Beck
2019-11-15
Deduplicate some extension processing code.
Bob Beck
2019-11-14
Add missing cross-reference to NOTES section.
Todd C. Miller
2019-11-04
Allow ip addresses as argument to SSL_set1_host() but be careful to not
Otto Moerbeek
2019-11-02
Bump libcrypto, libssl and libtls minors due to symbol additions.
Joel Sing
2019-10-24
Bump libcrypto, libssl and libtls majors due to changes in struct sizes
Joel Sing
2019-10-04
Use a valid curve when constructing an EC_KEY that looks like X25519.
Joel Sing
2019-06-14
Further improve the documentation of library initialization and configuration.
Ingo Schwarze
2019-06-12
add missing backlinks to ssl(3)
Ingo Schwarze
2019-06-12
List all 17 SSL pages that were missing.
Ingo Schwarze
2019-06-08
remove pointless NOTES section header lines
Ingo Schwarze
2019-06-05
provide getters and setters for the RSA_METHOD interface
Gilles Chehade
2019-05-29
Relax parsing of TLS key share extensions on the server.
Joel Sing
2019-05-29
Do not send an SNI extension when resuming a session that contains a server
Joel Sing
2019-05-28
Fix typo and label indent.
Joel Sing
2019-05-28
Tidy up some names/structures following the renaming of TLS extension
Joel Sing
2019-05-20
*an* RSA;
Jason McIntyre
2019-05-15
s3 is never NULL since s2 (formerly used for SSLv2) does not exist, so there is
Brent Cook
2019-05-13
Remove unused pad check, which is handled by tls1_cbc_remove_padding() now.
Brent Cook
2019-05-08
In DTLS, use_srtp is part of the extended server hello while in TLSv1.3,
Theo Buehler
2019-04-25
Use calloc/freezero when allocating and freeing the session ticket data.
Joel Sing
2019-04-25
Use EVP_CIPHER_CTX_{new,free}() and HMAC_CTX_{new,free}() instead of
Joel Sing
2019-04-25
Rename some variables in tls_decrypt_ticket().
Joel Sing
2019-04-23
Convert tls_decrypt_ticket() to CBS.
Joel Sing
2019-04-22
Provide a derr label (decode/decrypt error) in tls1_decrypt_ticket().
Joel Sing
2019-04-22
Pass the session ID down to the session/ticket handling code as a CBS.
Joel Sing
2019-04-22
Inline and remove the tlsext_tick_md macro.
Joel Sing
2019-04-21
Clean up tls1_process_ticket().
Joel Sing
2019-04-21
Cleanup more of tls_decrypt_ticket().
Joel Sing
2019-04-21
Start cleaning up tls_decrypt_ticket().
Joel Sing
2019-04-13
Avoid leak in SSL_dup_CA_list()
Theo Buehler
2019-04-09
Recommend SSL_CTX_add1_chain_cert(3) rather than
Ingo Schwarze
2019-04-09
Document SSL_CTX_clear_mode(3) and SSL_clear_mode(3).
Ingo Schwarze
[next]