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
2022-11-23
Reverse arguments in CBS_dup()
Theo Buehler
2022-11-13
Bump libssl minor to match libcrypto
Theo Buehler
2022-11-11
Convert the legacy TLS stack to tls_content.
Joel Sing
2022-11-11
Symbols.list: Drop comments and sort.
Theo Buehler
2022-11-11
Add support for symbol hiding disabled by default.
Bob Beck
2022-11-10
Use tls_buffer for alert and handshake fragments in the legacy stack.
Joel Sing
2022-11-09
Sync CBS_strdup() documentation update from libcrypto.
Joel Sing
2022-11-07
Rewrite TLSv1.2 key exporter.
Joel Sing
2022-11-07
Move tls13_exporter() code.
Joel Sing
2022-10-21
Add extra NULL check after ssl3_setup_read_buffer()
Theo Buehler
2022-10-20
Initial parsing of the NewSessionTicket message
Theo Buehler
2022-10-20
Provide TLS13_MAX_TICKET_LIFETIME #define
Theo Buehler
2022-10-20
Provide ssl_session_dup()
Theo Buehler
2022-10-20
Clean up resumption master secret in SSL_SESSION_free()
Theo Buehler
2022-10-20
Extend SSL_SESSION struct for TLSv1.3 PSK
Theo Buehler
2022-10-20
Annotate misuse of EVP_Digest()
Theo Buehler
2022-10-14
Error out if the out secret wasn't properly initialized
Theo Buehler
2022-10-05
unwrap two lines for readability
Theo Buehler
2022-10-02
Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.
Joel Sing
2022-10-01
Move handshake message handling functions from ssl_both.c to client/server.
Joel Sing
2022-09-17
Allow TLSv1.3 clients to send CCS without middlebox compatibility mode.
Joel Sing
2022-09-17
Link to SSL_read_early_data(3)
Klemens Nanni
2022-09-11
Enforce the minimum TLS version requirement for QUIC.
Joel Sing
2022-09-11
Crank major after symbol addition and libcrypto major bump
Theo Buehler
2022-09-11
Update Symbols.list
Theo Buehler
2022-09-11
Expose SSL_get_share_{group,curve}() and related #defines
Theo Buehler
2022-09-11
Expose some error codes needed for QUIC support
Theo Buehler
2022-09-11
Be stricter with middlebox compatibility mode in the TLSv1.3 server.
Joel Sing
2022-09-11
Only permit CCS messages if requesting middlebox compatibility mode.
Joel Sing
2022-09-11
Use CBS when procesing a CCS message in the legacy stack.
Joel Sing
2022-09-11
Ensure there is no trailing data for a CCS received by the TLSv1.3 stack.
Joel Sing
2022-09-10
Use CBS to parse TLS alerts in the legacy stack.
Joel Sing
2022-09-10
Provide a version of ssl_msg_callback() that takes a CBS.
Joel Sing
2022-09-10
fix repeated words
Jonathan Gray
2022-09-08
ssl_cipher_process_rulestr: return early if a cipher command is invalid
Todd C. Miller
2022-09-07
ssl_cipher_process_rulestr: don't read outside rule_str buffer
Todd C. Miller
2022-09-04
Make ssl_create_cipher_list() have a single exit
Theo Buehler
2022-09-01
Check sk_SSL_CIPHER_push() return value
Theo Buehler
2022-08-31
Recommit -r1.45 but without error checking EVP_PKEY_copy_parameters()
Theo Buehler
2022-08-31
Revert r1.46. Causes fireworks in regress.
Theo Buehler
2022-08-31
Avoid potential NULL dereference in ssl_set_pkey()
Theo Buehler
2022-08-30
Remove a commented-out sk_push that has been hanging around for > 20 years
Theo Buehler
2022-08-30
Plug leak of BIO in tls13_quic_init()
Theo Buehler
2022-08-27
Handle SSL_do_handshake() being called before SSL_provide_quic_data().
Joel Sing
2022-08-21
Provide the remaining QUIC API.
Joel Sing
2022-08-21
Wire up SSL_QUIC_METHOD callbacks to the record layer callbacks for QUIC.
Joel Sing
2022-08-21
Provide SSL_QUIC_METHOD.
Joel Sing
2022-08-21
Provide and use QUIC specific error reasons.
Joel Sing
2022-08-21
Ensure that SSL_{peek,read,write}() are not called if QUIC is in use.
Joel Sing
2022-08-21
Prepare to provide SSL_ERROR_WANT_{ASYNC,ASYNC_JOB,CLIENT_HELLO_CB}
Joel Sing
[next]