Home
last modified time | relevance | path

Searched refs:cert_type (Results 1 – 3 of 3) sorted by relevance

/openssl/doc/man3/
H A DSSL_set1_server_cert_type.pod109 unsigned char cert_type[] = { TLSEXT_cert_type_rpk, TLSEXT_cert_type_x509 };
118 if (!SSL_set1_server_cert_type(ssl, cert_type, sizeof(cert_type)))
134 unsigned char cert_type[] = { TLSEXT_cert_type_rpk, TLSEXT_cert_type_x509 };
152 if (!SSL_set1_server_cert_type(ssl, cert_type, sizeof(cert_type)))
/openssl/apps/lib/
H A Ds_cb.c217 unsigned char cert_type = p[i]; in ssl_print_client_cert_types() local
218 const char *cname = lookup((int)cert_type, cert_type_list, NULL); in ssl_print_client_cert_types()
225 BIO_printf(bio, "UNKNOWN (%d),", cert_type); in ssl_print_client_cert_types()
/openssl/ssl/
H A Dssl_lib.c7943 static int set_cert_type(unsigned char **cert_type, in set_cert_type() argument
7956 OPENSSL_free(*cert_type); in set_cert_type()
7957 *cert_type = tmp; in set_cert_type()

Completed in 30 milliseconds