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
2024-07-23
Remove get_cipher from SSL_METHOD.
Joel Sing
2024-07-22
Use cipher suite values instead of IDs.
Joel Sing
2024-07-19
Move client ciphers from SSL_SESSION to SSL_HANDSHAKE.
Joel Sing
2024-07-16
Clean up SSL_HANDSHAKE_MAC_DEFAULT.
Joel Sing
2024-07-15
Mop up TLS1_PRF* defines.
Joel Sing
2024-05-10
Remove fixed nonce length information from algorithm2
Theo Buehler
2024-03-02
Make {SSL3,TLS}_CT_* internal
Theo Buehler
2024-03-02
Export SSL_get_{peer_,}signature_type_nid()
Theo Buehler
2024-02-03
Remove GOST and STREEBOG support from libssl.
Bob Beck
2023-11-29
Convert ssl3_cipher_by_id() to bsearch()
Theo Buehler
2023-11-29
Use a long for id in ssl3_get_cipher_by_id()
Theo Buehler
2023-07-08
Hide all public symbols in libssl
Bob Beck
2023-07-02
Disable TLS 1.0 and TLS 1.1 in libssl
Bob Beck
2023-05-26
Move verified_chain from SSL to SSL_HANDSHAKE
Theo Buehler
2023-05-16
add missing pointer invalidation
Joshua Stein
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-11-11
Convert the legacy TLS stack to tls_content.
Joel Sing
2022-11-10
Use tls_buffer for alert and handshake fragments in the legacy stack.
Joel Sing
2022-10-02
Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.
Joel Sing
2022-08-21
Wire up SSL_QUIC_METHOD callbacks to the record layer callbacks for QUIC.
Joel Sing
2022-08-17
Implement the SSL_CTRL_GET_SHARED_GROUP control
Theo Buehler
2022-08-17
Deduplicate peer certificate chain processing code.
Joel Sing
2022-07-02
Stop using ssl{_ctx,}_security() outside of ssl_seclevel.c
Theo Buehler
2022-07-02
Rename uses 'curve' to 'group' and rework tls1 group API.
Theo Buehler
2022-06-29
Make ssl_cert_add{0,1}_chain_cert() take ssl/ctx
Theo Buehler
2022-06-29
ssl_cert_set{0,1}_chain() take ssl/ctx
Theo Buehler
2022-06-29
Add support for sending QUIC transport parameters
Bob Beck
2022-06-29
Also check the security level when choosing a shared cipher
Theo Buehler
2022-06-29
Also check the security level of the 'tmp dh'
Theo Buehler
2022-03-17
Clean up and simplify ssl3_renegotiate{,_check}()
Joel Sing
2022-02-05
Switch TLSv1.3 cipher names from AEAD- to OpenSSL's TLS_
Theo Buehler
2022-02-05
Bye bye S3I.
Joel Sing
2022-01-26
whitespace
Theo Buehler
2022-01-08
Rename CERT to SSL_CERT and CERT_PKEY to SSL_CERT_PKEY.
Joel Sing
2022-01-07
Rename dh_tmp to dhe_params.
Joel Sing
2022-01-07
Convert legacy server to tls_key_share.
Joel Sing
2022-01-06
Convert legacy TLS client to tls_key_share.
Joel Sing
2022-01-05
Rename tls13_key_share to tls_key_share.
Joel Sing
2021-11-02
Do not take the strlen() of a NULL name. Defer the CBS_init() to later.
Theo Buehler
2021-11-01
Ensure SSL_set_tlsext_host_name() is given a valid hostname.
Joel Sing
2021-10-25
Fold SSL_SESSION_INTERNAL back into SSL_SESSION.
Joel Sing
2021-10-24
Don't leak internal->verfied_chain, clean it up in ssl3_clear and free.
Bob Beck
2021-09-08
Prepare to provide SSL_get_tlsext_status_type()
Theo Buehler
2021-07-26
Dedup dtls1_dispatch_alert()/ssl3_dispatch_alert().
Joel Sing
2021-07-03
Do a first pass clean up of SSL_METHOD.
Joel Sing
2021-07-01
Merge SSL_METHOD_INTERNAL into SSL_METHOD.
Joel Sing
2021-06-30
Prepare to provide SSL_get_signature_nid() and friends.
Joel Sing
2021-05-16
Move DTLS structs/definitions/prototypes to dtls_locl.h.
Joel Sing
2021-05-16
Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_*
Joel Sing
2021-04-21
Clean up TLSv1.2 certificate request handshake data.
Joel Sing
[next]