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
2024-10-23
remove duplicate defines; ok tb@
Jonathan Gray
2024-10-17
libssl: rework cert signature security level
Theo Buehler
2024-10-13
byt -> but; ok tb@
Jonathan Gray
2024-10-12
Remove unnecessary str variable in ssl_stat.c
Theo Buehler
2024-10-09
Remove SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHER
Theo Buehler
2024-10-09
Add missing alert descriptions (taken from RFC 8446)
Theo Buehler
2024-10-09
Add missing alerts to SSL_alert_desc_string{,_long}()
Theo Buehler
2024-10-09
Add missing alert errors and error strings
Theo Buehler
2024-09-22
Reinstate bounds check accidentally disabled when defining OPENSSL_NO_DTLS1
Theo Buehler
2024-09-09
Make error 235 resolve to "no application protocol"
Theo Buehler
2024-09-09
Fix alert callback in the QUIC layer
Theo Buehler
2024-09-09
Add and use tls13_record_layer_alert_sent()
Theo Buehler
2024-08-31
Update for OPENSSL_cpu_caps() now being machine independent.
Joel Sing
2024-08-31
major bump for libcrypto libssl and libtls
Theo Buehler
2024-08-31
Remove SSL_add_compression_method
Theo Buehler
2024-08-12
Bump minor after symbol addition
Theo Buehler
2024-08-12
Add SSL_CTX_set1_cert_store() and SSL_CIPHER_get_handshake_digest() to
Theo Buehler
2024-08-12
Expose SSL_CTX_set1_cert_store() and SSL_CIPHER_get_handshake_digest()
Theo Buehler
2024-08-11
Add include path for crypto_arch.h.
Joel Sing
2024-08-03
Document SSL_CTX_set_cert_store
Theo Buehler
2024-08-03
Prepare to provide SSL_CTX_set1_cert_store()
Theo Buehler
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
Annotate issues with tls_session_secret_cb() related code.
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-16
Fix .Ox for SSL_CIPHER_get_handshake_digest()
Theo Buehler
2024-07-15
Mop up TLS1_PRF* defines.
Joel Sing
2024-07-15
ocurred -> occurred
Jonathan Gray
2024-07-14
Forgot to annotate the TMP UGLY CAST[S] as requested by jsing
Theo Buehler
2024-07-14
Document SSL_CIPHER_get_handshake_digest(3)
Theo Buehler
2024-07-14
Prepare to provide SSL_CIPHER_get_handshake_digest()
Theo Buehler
2024-07-13
ssl2.h and ssl23.h join the party in the attic
Theo Buehler
2024-07-13
Make error constants const in libssl
Theo Buehler
2024-07-12
Despite being an ELF citizen, hppa is its own special snowflake and requires
Miod Vallat
2024-07-11
Adjust documentation for SSL_select_next_proto()
Theo Buehler
2024-07-11
Follow BoringSSL's nomenclature in SSL_select_next_proto()
Theo Buehler
2024-07-09
Don't push the error stack in ssl_sigalg_select()
Bob Beck
2024-07-09
Fix TLS key share check to not fire when using < TLS 1.3
Bob Beck
2024-07-09
Actually enable namespaced builds in both libcrypto and libssl
Bob Beck
2024-06-29
fix typo
Theo Buehler
2024-06-28
The ALPN callback should really ignore the out parameter if there's
Theo Buehler
2024-06-28
Fix SSL_select_next_proto()
Theo Buehler
2024-06-28
Remove handling of SSLv2 client hello messages.
Joel Sing
2024-06-26
remove psk_idx from tlsext_randomize_build_order()
Theo Buehler
2024-06-26
tls_extension_find(): make output index optional
Theo Buehler
2024-06-25
Implement RSA key exchange in constant time.
Joel Sing
2024-06-25
Fix TLS extension shuffling
Theo Buehler
2024-06-24
ssl_err: KNF tweak
Theo Buehler
[next]