Skip to content

Commit

Permalink
peer_sig_scheme_list comment
Browse files Browse the repository at this point in the history
  • Loading branch information
goatgoose committed May 6, 2024
1 parent 4313e33 commit 3b49dd8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tls/s2n_handshake.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,12 @@ struct s2n_handshake_parameters {
struct s2n_blob client_cert_chain;
s2n_pkey_type client_cert_pkey_type;

/* Signature/hash algorithm pairs offered by the peer. */
/* Signature/hash algorithm pairs offered by the peer.
*
* In the case of server connections, this list contains the client's supported signature
* schemes offered in the ClientHello. In the case of client connections, this list contains
* the server's supported signature schemes offered in the CertificateRequest.
*/
struct s2n_sig_scheme_list peer_sig_scheme_list;
/* Signature scheme chosen by the server */
const struct s2n_signature_scheme *server_cert_sig_scheme;
Expand Down

0 comments on commit 3b49dd8

Please sign in to comment.