Make tls1_check_chain return a set of flags indicating checks passed
[openssl.git] / ssl / ssl_locl.h
index d8d1b7918c2baee8504a2a0162b017c109b7832a..15233033c28b2fad8191c2e6d883c27d25c07568 100644 (file)
 #define NAMED_CURVE_TYPE           3
 #endif  /* OPENSSL_NO_EC */
 
-/* Values for valid_flags in CERT_PKEY structure */
-/* Certificate inconsistent with session, key missing etc */
-#define CERT_PKEY_INVALID      0x0
-/* Certificate can be used with this sesstion */
-#define CERT_PKEY_VALID                0x1
-/* Certificate can also be used for signing */
-#define CERT_PKEY_SIGN         0x2
-
 typedef struct cert_pkey_st
        {
        X509 *x509;