mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Add SSL_aCERT: this is used for any ciphersuite with a certificate.
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3858)
This commit is contained in:
parent
c04cd72827
commit
e4fb8b471c
@ -206,6 +206,9 @@
|
||||
# define SSL_aGOST12 0x00000080U
|
||||
/* Any appropriate signature auth (for TLS 1.3 ciphersuites) */
|
||||
# define SSL_aANY 0x00000000U
|
||||
/* All bits requiring a certificate */
|
||||
#define SSL_aCERT \
|
||||
(SSL_aRSA | SSL_aDSS | SSL_aECDSA | SSL_aGOST01 | SSL_aGOST12)
|
||||
|
||||
/* Bits for algorithm_enc (symmetric encryption) */
|
||||
# define SSL_DES 0x00000001U
|
||||
|
Loading…
Reference in New Issue
Block a user