Searched refs:cert_path (Results 1 – 8 of 8) sorted by relevance
| /src/crypto/openssl/demos/quic/server/ |
| H A D | server.c | 46 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 D | quic-server-block.c | 108 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 D | quic-server-non-block.c | 108 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 D | quic-hq-interop-server.c | 187 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 D | ossl-nghttp3-demo-server.c | 903 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 D | ossl-guide-quic-server-block.pod | 78 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 D | ossl-guide-quic-server-non-block.pod | 87 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 D | x509_vfy.c | 79 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()
|