Home
last modified time | relevance | path

Searched refs:cert_path (Results 1 – 8 of 8) sorted by relevance

/src/crypto/openssl/demos/quic/server/
H A Dserver.c46 static SSL_CTX *create_ctx(const char *cert_path, const char *key_path) in create_ctx() argument
55 if (SSL_CTX_use_certificate_chain_file(ctx, cert_path) <= 0) { in create_ctx()
56 fprintf(stderr, "couldn't load certificate file: %s\n", cert_path); in create_ctx()
/src/crypto/openssl/demos/guide/
H A Dquic-server-block.c108 static SSL_CTX *create_ctx(const char *cert_path, const char *key_path) in create_ctx() argument
136 if (SSL_CTX_use_certificate_chain_file(ctx, cert_path) <= 0) { in create_ctx()
137 fprintf(stderr, "couldn't load certificate file: %s\n", cert_path); in create_ctx()
H A Dquic-server-non-block.c108 static SSL_CTX *create_ctx(const char *cert_path, const char *key_path) in create_ctx() argument
136 if (SSL_CTX_use_certificate_chain_file(ctx, cert_path) <= 0) { in create_ctx()
137 fprintf(stderr, "couldn't load certificate file: %s\n", cert_path); in create_ctx()
/src/crypto/openssl/test/quic-openssl-docker/hq-interop/
H A Dquic-hq-interop-server.c187 static SSL_CTX *create_ctx(const char *cert_path, const char *key_path) in create_ctx() argument
215 if (SSL_CTX_use_certificate_chain_file(ctx, cert_path) <= 0) { in create_ctx()
216 fprintf(stderr, "couldn't load certificate file: %s\n", cert_path); in create_ctx()
/src/crypto/openssl/demos/http3/
H A Dossl-nghttp3-demo-server.c903 static SSL_CTX *create_ctx(const char *cert_path, const char *key_path) in create_ctx() argument
912 if (SSL_CTX_use_certificate_chain_file(ctx, cert_path) <= 0) { in create_ctx()
913 fprintf(stderr, "couldn't load certificate file: %s\n", cert_path); in create_ctx()
/src/crypto/openssl/doc/man7/
H A Dossl-guide-quic-server-block.pod78 if (SSL_CTX_use_certificate_chain_file(ctx, cert_path) <= 0) {
79 fprintf(stderr, "couldn't load certificate file: %s\n", cert_path);
H A Dossl-guide-quic-server-non-block.pod87 if (SSL_CTX_use_certificate_chain_file(ctx, cert_path) <= 0) {
88 fprintf(stderr, "couldn't load certificate file: %s\n", cert_path);
/src/crypto/openssl/crypto/x509/
H A Dx509_vfy.c79 STACK_OF(X509) *cert_path,
1509 STACK_OF(X509) *cert_path, in check_crl_chain()
1512 X509 *cert_ta = sk_X509_value(cert_path, sk_X509_num(cert_path) - 1); in check_crl_chain()