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-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
2022-01-04
Return 0 on failure from send/get kex functions in the legacy stack.
Joel Sing
2022-01-04
Use normal result testing for tls1_check_curve().
Joel Sing
2022-01-04
Refactor ssl3_get_server_kex_ecdhe() to separate parsing and validation.
Joel Sing
2022-01-04
Pull key share group/length CBB code up from tls13_key_share_public()
Joel Sing
2022-01-04
Only allow zero length key shares when we know we're doing HRR.
Joel Sing
2021-12-26
Hoist memset of CBB above EVP_MD_CTX_new() and HMAC_CTX_new() to avoid
Theo Buehler
2021-12-26
Correct SSL_get_peer_cert_chain() when used with the TLSv1.3 stack.
Joel Sing
2021-12-16
unifdef TLS13_USE_LEGACY_CLIENT_AUTH
Theo Buehler
2021-12-15
Use CBS_get_last_u8() to find the content type in TLSv1.3 records.
Joel Sing
2021-12-15
Provide various CBS_peek_* functions.
Joel Sing
2021-12-15
Provide CBS_get_u64().
Joel Sing
2021-12-15
Provide CBS_get_last_u8().
Joel Sing
2021-12-09
Convert t1_enc.c to opaque EVP_MD_CTX.
Theo Buehler
2021-12-09
Convert ssl_srvr.c to opaque EVP_MD_CTX.
Theo Buehler
2021-12-09
Convert ssl_clnt.c to opaque EVP_MD_CTX
Theo Buehler
2021-12-09
Convert s3_cbc.c to opaque EVP_MD_CTX.
Theo Buehler
2021-12-04
Clean up and refactor server side DHE key exchange.
Joel Sing
2021-12-04
Move the minimum DHE key size check into ssl_kex_peer_params_dhe()
Joel Sing
2021-12-04
Check DH public key in ssl_kex_peer_public_dhe().
Joel Sing
2021-11-30
Align ssl_kex_derive_ecdhe_ecp() with ssl_kex_derive_dhe()
Theo Buehler
2021-11-30
s/ECDHE/ECDH/
Joel Sing
2021-11-29
First pass of converting ssl_kex.c to opaque DH.
Theo Buehler
2021-11-29
Stop using BIO_s_file_inernal() in libssl.
Theo Buehler
2021-11-29
Convert server serialisation of DHE parameters/public key to new functions.
Joel Sing
2021-11-29
Factor out/rewrite DHE key exchange.
Joel Sing
2021-11-26
Stop reaching into EVP_PKEY in the rest of libssl.
Theo Buehler
2021-11-26
Simplify two weirdly formatted pieces of code in ssl_rsa.c and stop
Theo Buehler
2021-11-26
spelling
Jonathan Gray
2021-11-23
Transform a mangled comment into something intelligible.
Theo Buehler
2021-11-19
libssl: don't reach for pkey->save_type.
Theo Buehler
2021-11-14
Fix a strange check in the auto DH codepath
Theo Buehler
2021-11-09
Switch to <endian.h> from <machine/endian.h> for better portability.
Brent Cook
2021-11-08
Replace <sys/limits.h> with <limits.h>
Brent Cook
2021-11-02
Do not take the strlen() of a NULL name. Defer the CBS_init() to later.
Theo Buehler
[prev]
[next]