Lines Matching defs:tls_sigalg_info_st
753 typedef struct tls_sigalg_info_st { struct
754 char *name; /* name as in IANA TLS specs */
755 uint16_t code_point; /* IANA-specified code point of sigalg-name */
756 char *sigalg_name; /* (combined) sigalg name */
757 char *sigalg_oid; /* (combined) sigalg OID */
758 char *sig_name; /* pure signature algorithm name */
759 char *sig_oid; /* pure signature algorithm OID */
760 char *hash_name; /* hash algorithm name */
761 char *hash_oid; /* hash algorithm OID */
762 char *keytype; /* keytype name */
763 char *keytype_oid; /* keytype OID */
764 unsigned int secbits; /* Bits of security (from SP800-57) */
765 int mintls; /* Minimum TLS version, -1 unsupported */
766 int maxtls; /* Maximum TLS version (or 0 for undefined) */
767 int mindtls; /* Minimum DTLS version, -1 unsupported */
768 int maxdtls; /* Maximum DTLS version (or 0 for undefined) */