Lines Matching full: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
37 Signature scheme names and public key algorithm names (but not the digest
45 signature algorithms related to client authentication, otherwise they are
49 All these functions are implemented as macros. The signature algorithm
55 If an application wishes to allow the setting of signature algorithms
59 The signature algorithms set by a client are used directly in the supported
60 signature algorithm in the client hello message.
62 The supported signature algorithms set by a server are not sent to the
63 client but are used to determine the set of shared signature algorithms
67 The client authentication signature algorithms set by a server are sent
71 Similarly client authentication signature algorithms set by a client are
72 used to determined the set of client authentication shared signature
75 Signature algorithms will neither be advertised nor used if the security level
86 The TLS 1.3 signature scheme names (such as "rsa_pss_pss_sha256") can also
97 Set supported signature algorithms to SHA256 with ECDSA and SHA256 with RSA
104 Set supported signature algorithms to SHA256 with ECDSA and SHA256 with RSA
116 Support for ignoring unknown signature algorithms in