Home | History | Annotate | Download | only in ssl

Lines Matching refs:cert_types

1148     CBB cert_types, sigalgs_cbb;
1151 !CBB_add_u8_length_prefixed(&body, &cert_types) ||
1152 !CBB_add_u8(&cert_types, SSL3_CT_RSA_SIGN) ||
1154 !CBB_add_u8(&cert_types, TLS_CT_ECDSA_SIGN)) ||