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_clnt.c
Age
Commit message (
Expand
)
Author
2022-08-17
Deduplicate peer certificate chain processing code.
Joel Sing
2022-08-15
Remove redeclaration of ret
Theo Buehler
2022-07-03
Simplify certificate list handling code in legacy client.
Joel Sing
2022-07-02
Rename uses 'curve' to 'group' and rework tls1 group API.
Theo Buehler
2022-06-30
Add checks to ensure we do not initiate or negotiate handshakes with
Theo Buehler
2022-06-29
There's tentacles, tentacles everywhere
Theo Buehler
2022-06-29
Check the security of DH key shares
Theo Buehler
2022-06-07
Simplify various CBS_write_bytes() calls
Theo Buehler
2022-06-07
Add missing error check call in ssl3_get_new_session_ticket()
Theo Buehler
2022-06-07
Another small readability tweak: compare explicitly against 0 and NULL,
Theo Buehler
2022-06-07
Add error checking to tls_session_secret_cb() calls
Theo Buehler
2022-06-06
Remove incorrect and ungrammattical comment
Theo Buehler
2022-02-05
Bye bye S3I.
Joel Sing
2022-02-03
Cleanup/simplify ssl_cert_type()
Joel Sing
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-11
Remove peer_pkeys from SSL_SESSION.
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-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
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-06
Convert legacy TLS client 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
2021-12-09
Convert ssl_clnt.c to opaque EVP_MD_CTX
Theo Buehler
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-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-19
libssl: don't reach for pkey->save_type.
Theo Buehler
2021-10-25
Fold SSL_SESSION_INTERNAL back into SSL_SESSION.
Joel Sing
2021-10-23
Unhandroll X509_up_ref()
Theo Buehler
2021-10-23
Provide a way to determine our maximum legacy version.
Joel Sing
2021-10-23
Fold DTLS1_STATE_INTERNAL into DTLS1_STATE.
Joel Sing
2021-10-23
Untangle ssl3_get_message() return values.
Joel Sing
2021-10-23
Change tlsext_tick_lifetime_hint to uint32_t.
Joel Sing
2021-09-03
Ensure that a server hello does not have trailing data.
Joel Sing
2021-09-02
We need to allow for either a CERTIFICATE or CERTIFICATE_STATUS message
Bob Beck
2021-09-02
RFC 6066 section 8 allows the server MAY choose not send the CertificateStatus
Bob Beck
2021-08-30
Clean up and simplify info and msg callbacks.
Joel Sing
2021-06-30
Correct sigalg hash usage when signing content for client verify.
Joel Sing
2021-06-29
Pull sigalg selection up into ssl3_send_client_verify().
Joel Sing
2021-06-29
Track sigalg used by ourselves and our peer in the legacy stack.
Joel Sing
2021-06-29
Convert legacy stack client to ssl_sigalg_for_peer().
Joel Sing
[next]