Lines Matching refs:signature
8 SSL_set1_client_sigalgs_list - set supported signature algorithms
26 SSL_CTX_set1_sigalgs() and SSL_set1_sigalgs() set the supported signature
32 signature algorithms for B<ctx> or B<ssl>. The B<str> parameter
40 signature algorithms related to client authentication, otherwise they are
44 All these functions are implemented as macros. The signature algorithm
50 If an application wishes to allow the setting of signature algorithms
54 The signature algorithms set by a client are used directly in the supported
55 signature algorithm in the client hello message.
57 The supported signature algorithms set by a server are not sent to the
58 client but are used to determine the set of shared signature algorithms
62 The client authentication signature algorithms set by a server are sent
66 Similarly client authentication signature algorithms set by a client are
67 used to determined the set of client authentication shared signature
81 The TLS 1.3 signature scheme names (such as "rsa_pss_pss_sha256") can also
92 Set supported signature algorithms to SHA256 with ECDSA and SHA256 with RSA
99 Set supported signature algorithms to SHA256 with ECDSA and SHA256 with RSA