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-10-23
tweak previous: properly mark up function pointer typedef
Ingo Schwarze
2021-10-23
Change ssl_verify_cert_chain() for compatibility with opaque
Theo Buehler
2021-10-23
Use X509_STORE_CTX_get0_chain() instead of grabbing the chain directly
Theo Buehler
2021-10-23
Rename tls13_buffer to tls_buffer.
Joel Sing
2021-10-23
Add SSL_CTX_set_keylog_callback and SSL_CTX_get_keylog_callback
Bob Beck
2021-10-23
Untangle ssl3_get_message() return values.
Joel Sing
2021-10-23
Change tlsext_tick_lifetime_hint to uint32_t.
Joel Sing
2021-10-21
Avoid potential NULL dereferences in dtls1_free()
Theo Buehler
2021-10-15
Move various structs from ssl.h/tls1.h to ssl_locl.h.
Joel Sing
2021-09-16
Implement flushing for TLSv1.3 handshakes.
Joel Sing
2021-09-14
Avoid typedef redefinition
Kinichiro Inoguchi
2021-09-14
zap trailing white space
Theo Buehler
2021-09-14
Call the info cb on connect/accept exit in TLSv1.3
Theo Buehler
2021-09-14
provide a small manual page for the SSL_set_psk_use_session_callback(3)
Ingo Schwarze
2021-09-14
Merge the stub SSL_SESSION_is_resumable(3) manual page from the
Ingo Schwarze
2021-09-11
merge the description of SSL_get_tlsext_status_type(3)
Ingo Schwarze
2021-09-10
bump major after symbol addition and struct removal, struct visibility
Theo Buehler
2021-09-10
Update Symbols.list after API additions
Theo Buehler
2021-09-10
Move SSL_set0_rbio() outside of LIBRESSL_HAS_TLS1_3
Theo Buehler
2021-09-10
Expose SSL_get_tlext_status_type() in tls1.h
Theo Buehler
2021-09-10
Expose SSL_R_NO_APPLICATION_PROTOCOL in ssl.h
Theo Buehler
2021-09-10
Expose SSL_CTRL_GET_TLSEXT_STATUS_REQ_TYPE in ssl.h
Theo Buehler
2021-09-10
Expose SSL_CTX_get0_privatekey() in ssl.h
Theo Buehler
2021-09-10
Remove TLS1_get_{,client_}version()
Theo Buehler
2021-09-10
Remove SSL3_RECORD and SSL3_BUFFER
Theo Buehler
2021-09-10
Remove TLS1_RT_HEARTBEAT
Theo Buehler
2021-09-10
Make SSL opaque
Theo Buehler
2021-09-10
Remove struct tls_session_ticket_ext_st and TLS_SESSION_TICKET_EXT
Theo Buehler
2021-09-10
Do not ignore SSL_TLSEXT_ERR_FATAL from the ALPN callback
Theo Buehler
2021-09-10
Prepare to provide SSL_CTX_get0_privatekey()
Theo Buehler
2021-09-08
Provide SSL_SESSION_is_resumable and SSL_set_psk_use_session_callback stubs
Theo Buehler
2021-09-08
Prepare to provide API stubs for PHA
Theo Buehler
2021-09-08
Prepare to provide SSL_get_tlsext_status_type()
Theo Buehler
2021-09-08
Prepare to provide SSL_set0_rbio()
Theo Buehler
2021-09-04
Factor out the TLSv1.3 code that handles content from TLS records.
Joel Sing
2021-09-04
Refactor ssl_update_cache. This now matches the logic used for TLS 1.3
Bob Beck
2021-09-04
Improve DTLS hello request handling code.
Joel Sing
2021-09-04
Change dtls1_get_message_header() to take a CBS.
Joel Sing
2021-09-04
Improve DTLS record header parsing.
Joel Sing
2021-09-03
Use SSL3_HM_HEADER_LENGTH instead of the magic number 4.
Joel Sing
2021-09-03
Ensure that a server hello does not have trailing data.
Joel Sing
2021-09-03
Ensure that a client hello does not have trailing data.
Joel Sing
2021-09-03
Set message_size correctly when switching to the legacy stack.
Joel Sing
2021-09-02
We need to allow for either a CERTIFICATE or CERTIFICATE_STATUS message
Bob Beck
2021-09-02
Call the ocsp callback if present and we get no response, instead of
Bob Beck
2021-09-02
Correct the is_server flag in the call to the debug callback to be correct.
Bob Beck
2021-09-02
RFC 6066 section 8 allows the server MAY choose not send the CertificateStatus
Bob Beck
2021-09-01
comment out the detailed description of SSL_get_servername(3),
Ingo Schwarze
2021-08-31
Defragment DTLS.
Joel Sing
2021-08-31
Remove a nonsensical s->version == TLS1_VERSION from DTLS code.
Joel Sing
[next]