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-08-04
Make tlsext_*_{build,needs,parse}() functions static
Theo Buehler
2022-07-30
update copyright years
Theo Buehler
2022-07-24
Move cipher_id bsearch functions back to the bottom of the file.
Joel Sing
2022-07-24
Set NULL BIOs for QUIC.
Joel Sing
2022-07-24
Provide record layer callbacks for QUIC.
Joel Sing
2022-07-24
Move tls13_phh_done_cb() after tl13_phh_received_cb().
Joel Sing
2022-07-24
Provide QUIC encryption levels.
Joel Sing
2022-07-24
Rely on tlsext_parse() to set a decode_error alert
Theo Buehler
2022-07-22
Convert TLS transcript from BUF_MEM to tls_buffer.
Joel Sing
2022-07-22
Add read and write support to tls_buffer.
Joel Sing
2022-07-22
Simplify tls13_server_encrypted_extensions_recv
Theo Buehler
2022-07-22
Remove redundant length checks in parse functions
Theo Buehler
2022-07-20
Simplify tlsext_supported_groups_server_parse
Theo Buehler
2022-07-20
Drop some unnecessary parentheses.
Theo Buehler
2022-07-20
Copy alpn_selected using CBS
Theo Buehler
2022-07-20
Copy alpn_client_proto_list using CBS in SSL_new()
Theo Buehler
2022-07-20
Validate protocols in SSL{_CTX,}_set_alpn_protos()
Theo Buehler
2022-07-20
Rewrite SSL{_CTX,}_set_alpn_protos() using CBS
Theo Buehler
2022-07-20
Change various ALPN related internal struct members
Theo Buehler
2022-07-20
Factor out ALPN extension format check
Theo Buehler
2022-07-20
Remove tls_buffer_set_data() and remove/revise callers.
Joel Sing
2022-07-20
Correct server-side handling of TLSv1.3 key updates.
Joel Sing
2022-07-19
Disallow MD5 and SHA-1 HMACs depending on the security level
Theo Buehler
2022-07-17
Disable TLSv1.3 middlebox compatibility mode for QUIC connections.
Joel Sing
2022-07-17
Pass SSL pointer to tls13_ctx_new().
Joel Sing
2022-07-17
Correct handling of QUIC transport parameters extension.
Joel Sing
2022-07-17
Provide SSL_is_quic()
Joel Sing
2022-07-17
Correct TLSEXT_TYPE_quic_transport_parameters message types.
Joel Sing
2022-07-17
Correct value for TLSEXT_TYPE_quic_transport_parameters
Joel Sing
2022-07-17
AESCGM -> AESGCM
Jonathan Gray
2022-07-13
add .Xr links to SSL_CTX_set_security_level(3)
Ingo Schwarze
2022-07-13
Start documenting our new pet octopus, SSL_CTX_set_security_level(3).
Ingo Schwarze
2022-07-13
Remove #ifndef around the definition of OPENSSL_TLS_SECURITY_LEVEL.
Theo Buehler
2022-07-12
Remove mkerr.pl remnants from LibreSSL
Klemens Nanni
2022-07-10
Annotate the security callback and the security ex_data as deliberately
Theo Buehler
2022-07-07
sort
Theo Buehler
2022-07-07
Make CBB_finish() fail if *out_data is not NULL
Theo Buehler
2022-07-07
Initialize hkdf_label to NULL.
Theo Buehler
2022-07-07
Use a local bits variable to avoid ugly line break due to nested function
Theo Buehler
2022-07-07
Unifdef LIBRESSL_HAS_SECURITY_LEVEL and remove some workarounds
Theo Buehler
2022-07-07
Bump minor after symbol addition
Theo Buehler
2022-07-07
Update Symbols.list
Theo Buehler
2022-07-07
Expose security level symbols and error codes in the headers.
Theo Buehler
2022-07-05
Use secop instead of op everywhere
Theo Buehler
2022-07-05
Pull setting of is_ee out of the function calls to appease scan-build
Theo Buehler
2022-07-03
Reword a comment
Theo Buehler
2022-07-03
Unwrap a line
Theo Buehler
2022-07-03
Simplify certificate list handling code in legacy server.
Joel Sing
2022-07-03
Simplify certificate list handling code in legacy client.
Joel Sing
2022-07-03
Simplify tls1_ec_nid2group_id()
Theo Buehler
[next]