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-02-06
Remove i <= 0 checks from SSL_get_error()
Joel Sing
2022-02-06
Handle zero byte reads/writes that trigger handshakes in the TLSv1.3 stack.
Joel Sing
2022-02-06
remove please from manual pages
Jonathan Gray
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-02-04
Bump libressl's version in pkgconfig to 2.0.0
Theo Buehler
2022-02-03
Cleanup/simplify ssl_cert_type()
Joel Sing
2022-01-28
Error check for sk_push in libssl
Kinichiro Inoguchi
2022-01-28
Error check for sk_push in libssl
Kinichiro Inoguchi
2022-01-26
whitespace
Theo Buehler
2022-01-25
Rewrite paragraph to refer to EVP_CIPHER_CTX_new() and HMAC_CTX_new()
Theo Buehler
2022-01-25
Fix another return 0 bug in SSL_shutdown()
Theo Buehler
2022-01-25
Avoid an infinite loop in SSL_shutdown()
Theo Buehler
2022-01-24
Garbage collect unused ret in ssl3_get_new_session_ticket()
Theo Buehler
2022-01-24
In ssl3_get_server_key_exchange() switch a 'goto err' to
Theo Buehler
2022-01-24
Avoid use of uninitialized in tlsext_sni_server_parse()
Theo Buehler
2022-01-24
Garbage collect the unused rv in tls1_check_ec_server_key() and
Theo Buehler
2022-01-20
Remove the remaining three parens in return statements.
Theo Buehler
2022-01-20
Use correct spelling of NULL.
Theo Buehler
2022-01-15
spelling
Jonathan Gray
2022-01-14
bump libcrypto, libssl, libtls majors after struct visibility changes
Theo Buehler
2022-01-14
Use the correct type for ssl_callback_ctrl()
Theo Buehler
2022-01-14
Convert the new record layers to opaque EVP_AEAD_CTX
Theo Buehler
2022-01-14
Convert ssl_kex.c to opaque DH
Theo Buehler
2022-01-14
Use BIO_next/BIO_set_next in ssl_lib.c
Theo Buehler
2022-01-14
bio_ssl.c needs to peek into bio_local.h
Theo Buehler
2022-01-14
Garbage collect last use of EVP_ecdsa()
Theo Buehler
2022-01-11
Remove peer_pkeys from SSL_SESSION.
Joel Sing
2022-01-11
Simplify SSL_get_peer_certificate()
Joel Sing
2022-01-11
Rename 'peer' to 'peer_cert' in SSL_SESSION.
Joel Sing
2022-01-11
Plumb decode errors through key share parsing code.
Joel Sing
2022-01-11
Use SSL_AD_INTERNAL_ERROR for non-decoding alerts when parsing keyshares.
Joel Sing
2022-01-11
Simplify tlsext_keyshare_server_parse()
Joel Sing
2022-01-09
ssl_check_srvr_ecc_cert_and_alg() only returns 0/1 - test accordingly.
Joel Sing
2022-01-09
Swap arguments to ssl_check_srvr_ecc_cert_and_alg()
Joel Sing
2022-01-09
Clean up ssl3_{send,get}_client_kex_gost()
Joel Sing
2022-01-09
Return 0/1 from ssl3_{send,get}_client_kex_gost()
Joel Sing
2022-01-09
Remove a comment from Captain Obvious.
Joel Sing
2022-01-09
Fix GOST skip certificate verify handling.
Joel Sing
2022-01-09
Clean up pkey handling in ssl3_get_server_key_exchange()
Joel Sing
2022-01-08
Merge SESS_CERT into SSL_SESSION.
Joel Sing
2022-01-08
Remove commented out CERT_* defines.
Joel Sing
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
Stop attempting to duplicate the public and private key of dh_tmp.
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-06
Allocate and free the EVP_AEAD_CTX struct in tls13_record_protection.
Joel Sing
2022-01-06
Provide CBB_add_u64()
Joel Sing
2022-01-05
Rename tls13_key_share to tls_key_share.
Joel Sing
[next]