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
/
s3_lib.c
Age
Commit message (
Expand
)
Author
2020-04-18
Expose the peer ephemeral public key used for TLSv1.3 key exchange.
Joel Sing
2020-02-16
Avoid leak for tmp.x25519
Kinichiro Inoguchi
2020-01-30
Provide struct/functions for handling TLSv1.3 key shares.
Joel Sing
2020-01-23
Correctly handle TLSv1.3 ciphers suites in ssl3_choose_cipher().
Joel Sing
2020-01-02
Revise SSL_CTX_get_extra_chain_certs() to match OpenSSL behaviour.
Joel Sing
2019-10-04
Use a valid curve when constructing an EC_KEY that looks like X25519.
Joel Sing
2019-04-04
Provide SSL chain/cert chain APIs.
Joel Sing
2019-03-25
Defer sigalgs selection until the certificate is known.
Joel Sing
2019-02-09
Rename tls1_handshake_hash*() to tls1_transcript_hash*().
Joel Sing
2019-01-24
Set pointer variables in tls13 handshake to NULL on clear
Bob Beck
2019-01-24
Add server side of versions, keyshare, and client and server of cookie
Bob Beck
2019-01-24
move the extensions_seen into the handshake struct
Bob Beck
2019-01-23
revert previous, accidentally contained another diff in addition
Bob Beck
2019-01-23
Modify sigalgs extension processing for TLS 1.3.
Bob Beck
2019-01-21
Ensure we free TLS 1.3 handshake state.
Joel Sing
2019-01-18
Add client side of supported versions and keyshare extensions with basic regress
Bob Beck
2018-11-08
Clean up and simplify the handshake transcript code.
Joel Sing
2018-11-08
Stop pretending that a cert member in a SSL and SSL_CTX can be NULL.
Joel Sing
2018-11-07
Add TLSv1.3 cipher suites (with appropriate guards).
Joel Sing
2018-11-05
Rename the TLS Supported Elliptic Curves extension to Supported Groups.
Joel Sing
2018-11-05
Clean up the code that checks if we can choose an EC cipher suite.
Joel Sing
2018-10-24
Make more of libssl's record layer state internal.
Joel Sing
2018-09-06
Drop SSL_CIPHER_ALGORITHM2_AEAD flag.
Joel Sing
2018-08-27
Add some missing statics.
Joel Sing
2018-08-24
Clean up handshake message start/finish functions.
Joel Sing
2018-06-02
Remove the three remaining single DES cipher suites.
Joel Sing
2018-04-07
Nuke SSL3_FLAGS_DELAY_CLIENT_FINISHED and SSL3_FLAGS_POP_BUFFER.
Joel Sing
2018-03-15
Provide SSL_CTX_get_min_proto_version and SSL_CTX_get_max_proto_version
Jeremie Courreges-Anglas
2018-02-17
Provide SSL_CTX_get_tlsext_status_cb() and SSL_CTX_get_tlsext_status_arg().
Joel Sing
2018-01-27
Convert ssl3_put_cipher_by_char() to CBB.
Joel Sing
2017-10-08
Convert ssl3_send_change_cipher_spec() to use CBB and make it handle DTLS,
Joel Sing
2017-09-25
Annotate some API-side memory leaks for future resolution.
Joel Sing
2017-08-28
ECDHE-RSA-DES-CBC3-SHA should not be marked HIGH.
Joel Sing
2017-08-28
Remove the original (pre-IETF) chacha20-poly1305 cipher suites.
Joel Sing
2017-08-12
Remove NPN support.
Joel Sing
2017-08-12
Remove support for DSS/DSA, since we removed the cipher suites a while
Joel Sing
2017-08-11
Convert ssl3_send_certificate_request() to CBB.
Joel Sing
2017-08-10
Clean up the EC key/curve configuration handling.
Joel Sing
2017-08-09
Consistently return from each SSL/SSL_CTX control case, rather than
Joel Sing
2017-08-09
Split out the remaining SSL_CTX controls into individual functions.
Joel Sing
2017-08-09
Start splitting out SSL_CTX controls into individual functions, so that
Joel Sing
2017-08-09
Be consistent and return from each SSL control case, rather than breaking
Joel Sing
2017-08-09
Split out the remaining SSL controls into individual functions.
Joel Sing
2017-08-09
Split more controls into individual functions.
Joel Sing
2017-08-09
Start splitting out controls into individual functions, so that they can
Joel Sing
2017-08-09
Remove unnecessary curly braces and unindent. Also add a few blank lines
Joel Sing
2017-08-09
Fix conditionals for DH controls.
Joel Sing
2017-07-15
Remove unused variable.
Joel Sing
2017-05-07
Drop cipher suites with DSS authentication - there is no good reason to
Joel Sing
2017-05-07
Move state from ssl->internal to the handshake structure.
Bob Beck
[next]