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
/
ssl_local.h
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-20
Remove cipher from SSL_SESSION.
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-06-25
Implement RSA key exchange in constant time.
Joel Sing
2024-05-19
remove prototypes with no matching function
Jonathan Gray
2024-05-10
Remove fixed nonce length information from algorithm2
Theo Buehler
2024-03-26
Add an indicator that an extension has been processed.
Bob Beck
2024-02-03
Remove GOST and STREEBOG support from libssl.
Bob Beck
2023-12-29
Neuter the SSL_set_debug(3) API
Theo Buehler
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-11-25
Move ssl_cipher_id_cmp() next to its only caller
Theo Buehler
2023-11-19
Unifdef OPENSSL_NO_ENGINE in libssl
Theo Buehler
2023-07-06
unifdef the LIBRESSL_HAS_TLS1_3_[CLIENT|SERVER] goo
Bob Beck
2023-05-26
Move verified_chain from SSL to SSL_HANDSHAKE
Theo Buehler
2023-04-25
Unbreak tree: file missed in last commit
Theo Buehler
2023-04-23
Randomize the order of TLS extensions
Theo Buehler
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-11-26
Make header guards of internal headers consistent
Theo Buehler
2022-11-26
Make internal header file names consistent
Theo Buehler