Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_certkey.c539 static int set_cert_stuff(SSL_CTX *ctx, const char *cert_type, in set_cert_stuff() argument
560 "disabling TLS support", cert_type, cert_file); in set_cert_stuff()
566 "disabling TLS support", cert_type, key_file); in set_cert_stuff()
576 "disabling TLS support", cert_type, key_file, cert_file); in set_cert_stuff()
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_cb.c210 unsigned char cert_type = p[i]; in ssl_print_client_cert_types() local
211 const char *cname = lookup((int)cert_type, cert_type_list, NULL); in ssl_print_client_cert_types()
218 BIO_printf(bio, "UNKNOWN (%d),", cert_type); in ssl_print_client_cert_types()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dsoftp11.c436 CK_CERTIFICATE_TYPE cert_type = CKC_X_509; in add_cert() local
503 add_object_attribute(o, 0, CKA_CERTIFICATE_TYPE, &cert_type, sizeof(cert_type)); in add_cert()