/openssl-master/providers/implementations/storemgmt/ |
A D | file_store.c | 117 OPENSSL_free(ctx->uri); in free_file_ctx() 132 && (uri == NULL || (ctx->uri = OPENSSL_strdup(uri)) != NULL)) { in new_file_ctx() 197 static void *file_open(void *provctx, const char *uri) in file_open() argument 215 path_data[path_data_n++].path = uri; in file_open() 223 if (strncasecmp(uri, "file:", 5) == 0) { in file_open() 224 const char *p = &uri[5]; in file_open() 226 if (strncmp(&uri[5], "//", 2) == 0) { in file_open() 229 p = &uri[16]; in file_open() 230 } else if (uri[7] == '/') { in file_open() 231 p = &uri[7]; in file_open() [all …]
|
/openssl-master/engines/ |
A D | e_loader_attic.c | 920 OPENSSL_free(ctx->uri); in OSSL_STORE_LOADER_CTX_free() 966 path_data[path_data_n++].path = uri; in file_open_ex() 974 if (strncasecmp(uri, "file:", 5) == 0) { in file_open_ex() 975 const char *p = &uri[5]; in file_open_ex() 977 if (strncmp(&uri[5], "//", 2) == 0) { in file_open_ex() 980 p = &uri[16]; in file_open_ex() 981 } else if (uri[7] == '/') { in file_open_ex() 982 p = &uri[7]; in file_open_ex() 1036 ctx->uri = OPENSSL_strdup(uri); in file_open_ex() 1037 if (ctx->uri == NULL) { in file_open_ex() [all …]
|
A D | e_loader_attic.txt | 21 ATTIC_R_URI_AUTHORITY_UNSUPPORTED:110:uri authority unsupported
|
/openssl-master/apps/include/ |
A D | apps.h | 113 X509 *load_cert_pass(const char *uri, int format, int maybe_stdin, 115 #define load_cert(uri, format, desc) load_cert_pass(uri, format, 1, NULL, desc) argument 116 X509_CRL *load_crl(const char *uri, int format, int maybe_stdin, 120 EVP_PKEY *load_key(const char *uri, int format, int maybe_stdin, 122 EVP_PKEY *load_pubkey(const char *uri, int format, int maybe_stdin, 124 EVP_PKEY *load_keyparams(const char *uri, int format, int maybe_stdin, 130 int load_cert_certs(const char *uri, 138 int load_certs(const char *uri, int maybe_stdin, STACK_OF(X509) **certs, 140 int load_crls(const char *uri, STACK_OF(X509_CRL) **crls, 142 int load_key_certs_crls(const char *uri, int format, int maybe_stdin, [all …]
|
/openssl-master/test/ |
A D | ossl_store_test.c | 72 static int get_params(const char *uri, const char *type) in get_params() argument 79 ctx = OSSL_STORE_open_ex(uri, NULL, NULL, NULL, NULL, NULL, NULL, NULL); in get_params() 106 char uri[PATH_MAX]; in test_store_get_params() local 142 if (!TEST_true(BIO_snprintf(uri, sizeof(uri), urifmt, datadir, type))) in test_store_get_params() 145 TEST_info("Testing uri: %s", uri); in test_store_get_params() 146 if (!TEST_true(get_params(uri, type))) in test_store_get_params()
|
A D | provfetchtest.c | 54 static void *dummy_store_open(void *provctx, const char *uri) in dummy_store_open() argument
|
/openssl-master/crypto/x509/ |
A D | x509_d2.c | 76 int X509_STORE_load_store_ex(X509_STORE *ctx, const char *uri, in X509_STORE_load_store_ex() argument 81 if (uri == NULL in X509_STORE_load_store_ex() 83 || X509_LOOKUP_add_store_ex(lookup, uri, libctx, propq) == 0) in X509_STORE_load_store_ex() 89 int X509_STORE_load_store(X509_STORE *ctx, const char *uri) in X509_STORE_load_store() argument 91 return X509_STORE_load_store_ex(ctx, uri, NULL, NULL); in X509_STORE_load_store()
|
A D | v3_ncons.c | 42 static int nc_uri(ASN1_IA5STRING *uri, ASN1_IA5STRING *base); 741 static int nc_uri(ASN1_IA5STRING *uri, ASN1_IA5STRING *base) in nc_uri() argument 744 const char *hostptr = (char *)uri->data; in nc_uri() 745 const char *p = ia5memchr(uri, (char *)uri->data, ':'); in nc_uri() 750 || IA5_OFFSET_LEN(uri, p) < 3 in nc_uri() 760 p = ia5memchr(uri, hostptr, ':'); in nc_uri() 763 p = ia5memchr(uri, hostptr, '/'); in nc_uri() 766 hostlen = IA5_OFFSET_LEN(uri, hostptr); in nc_uri()
|
A D | by_store.c | 16 static int cache_objects(X509_LOOKUP *lctx, const char *uri, in cache_objects() argument 24 if ((ctx = OSSL_STORE_open_ex(uri, libctx, propq, NULL, NULL, NULL, in cache_objects()
|
/openssl-master/apps/lib/ |
A D | apps.c | 453 #define IS_HTTP(uri) ((uri) != NULL \ argument 455 #define IS_HTTPS(uri) ((uri) != NULL \ argument 465 if (IS_HTTPS(uri)) in load_cert_pass() 486 if (IS_HTTPS(uri)) in load_crl() 551 uri = allocated_uri = make_engine_uri(e, uri, desc); in load_key() 570 uri = allocated_uri = make_engine_uri(e, uri, desc); in load_pubkey() 919 uri != NULL ? uri : "<stdin>"); in load_key_certs_crls_suppress() 933 if (uri == NULL) { in load_key_certs_crls_suppress() 940 uri = "<stdin>"; in load_key_certs_crls_suppress() 1071 if (uri != NULL) in load_key_certs_crls_suppress() [all …]
|
A D | engine_loader.c | 65 const char *uri, in engine_open() argument 69 const char *p = uri, *q; in engine_open()
|
/openssl-master/doc/man1/ |
A D | openssl-verify.pod.in | 12 [B<-CRLfile> I<filename>|I<uri>] 16 [B<-trusted> I<filename>|I<uri>] 17 [B<-untrusted> I<filename>|I<uri>] 39 =item B<-CRLfile> I<filename>|I<uri> 59 =item B<-trusted> I<filename>|I<uri> 67 =item B<-untrusted> I<filename>|I<uri>
|
A D | openssl-spkac.pod.in | 19 [B<-key> I<filename>|I<uri>] 59 =item B<-key> I<filename>|I<uri> 61 Create an SPKAC file using the private key specified by I<filename> or I<uri>.
|
A D | openssl-cmp.pod.in | 24 [B<-newkey> I<filename>|I<uri>] 45 [B<-oldcert> I<filename>|I<uri>] 63 [B<-srvcert> I<filename>|I<uri>] 74 [B<-cert> I<filename>|I<uri>] 76 [B<-key> I<filename>|I<uri>] 97 [B<-tls_cert> I<filename>|I<uri>] 98 [B<-tls_key> I<filename>|I<uri>] 121 [B<-srv_cert> I<filename>|I<uri>] 122 [B<-srv_key> I<filename>|I<uri>] 126 [B<-rsp_cert> I<filename>|I<uri>] [all …]
|
A D | openssl-x509.pod.in | 12 [B<-in> I<filename>|I<uri>] 20 [B<-key> I<filename>|I<uri>] 22 [B<-signkey> I<filename>|I<uri>] 67 [B<-CA> I<filename>|I<uri>] 69 [B<-CAkey> I<filename>|I<uri>] 103 =item B<-in> I<filename>|I<uri> 166 =item B<-key> I<filename>|I<uri> 182 =item B<-signkey> I<filename>|I<uri> 467 =item B<-CA> I<filename>|I<uri> 484 =item B<-CAkey> I<filename>|I<uri>
|
A D | openssl-s_server.pod.in | 27 [B<-key> I<filename>|I<uri>] 28 [B<-key2> I<filename>|I<uri>] 34 [B<-dkey> I<filename>|I<uri>] 63 [B<-chainCAstore> I<uri>] 66 [B<-verifyCAstore> I<uri>] 242 =item B<-key> I<filename>|I<uri> 247 =item B<-key2> I<filename>|I<uri> 262 =item B<-dcert> I<infile>, B<-dkey> I<filename>|I<uri> 353 =item B<-verifyCAstore> I<uri> 370 =item B<-chainCAstore> I<uri>
|
A D | openssl-pkcs12.pod.in | 16 [B<-in> I<filename>|I<uri>] 49 [B<-inkey> I<filename>|I<uri>] 162 =item B<-in> I<filename>|I<uri> 240 =item B<-in> I<filename>|I<uri> 250 =item B<-inkey> I<filename>|I<uri>
|
A D | openssl-rsa.pod.in | 18 [B<-in> I<filename>|I<uri>] 76 =item B<-in> I<filename>|I<uri>
|
/openssl-master/include/openssl/ |
A D | store.h | 56 OSSL_STORE_open(const char *uri, const UI_METHOD *ui_method, void *ui_data, 60 OSSL_STORE_open_ex(const char *uri, OSSL_LIB_CTX *libctx, const char *propq, 288 (const OSSL_STORE_LOADER *loader, const char *uri, 292 const char *uri, OSSL_LIB_CTX *libctx, const char *propq,
|
/openssl-master/apps/ |
A D | storeutl.c | 19 static int process(const char *uri, const UI_METHOD *uimeth, PW_CB_DATA *uidata, 352 static int process(const char *uri, const UI_METHOD *uimeth, PW_CB_DATA *uidata, in process() argument 360 if ((store_ctx = OSSL_STORE_open_ex(uri, libctx, app_get0_propq(), uimeth, uidata, in process() 363 BIO_printf(bio_err, "Couldn't open file or uri %s\n", uri); in process()
|
/openssl-master/crypto/store/ |
A D | store_lib.c | 63 OSSL_STORE_open_ex(const char *uri, OSSL_LIB_CTX *libctx, const char *propq, in OSSL_STORE_open_ex() argument 93 OPENSSL_strlcpy(scheme_copy, uri, sizeof(scheme_copy)); in OSSL_STORE_open_ex() 120 loader_ctx = loader->open_ex(loader, uri, libctx, propq, in OSSL_STORE_open_ex() 123 loader_ctx = loader->open(loader, uri, ui_method, ui_data); in OSSL_STORE_open_ex() 134 loader_ctx = fetched_loader->p_open(provctx, uri); in OSSL_STORE_open_ex() 164 OSSL_TRACE2(STORE, "Opened %s => %p\n", uri, (void *)loader_ctx); in OSSL_STORE_open_ex() 220 OSSL_STORE_CTX *OSSL_STORE_open(const char *uri, in OSSL_STORE_open() argument 225 return OSSL_STORE_open_ex(uri, NULL, NULL, ui_method, ui_data, NULL, in OSSL_STORE_open()
|
/openssl-master/doc/man3/ |
A D | OSSL_STORE_open.pod | 20 OSSL_STORE_CTX *OSSL_STORE_open(const char *uri, const UI_METHOD *ui_method, 25 OSSL_STORE_open_ex(const char *uri, OSSL_LIB_CTX *libctx, const char *propq, 63 OSSL_STORE_open_ex() takes a uri or path I<uri>, password UI method
|
A D | X509_LOOKUP.pod | 46 int X509_LOOKUP_add_store_ex(X509_LOOKUP *ctx, char *uri, OSSL_LIB_CTX *libctx, 48 int X509_LOOKUP_add_store(X509_LOOKUP *ctx, char *uri); 49 int X509_LOOKUP_load_store_ex(X509_LOOKUP *ctx, char *uri, OSSL_LIB_CTX *libctx, 51 int X509_LOOKUP_load_store(X509_LOOKUP *ctx, char *uri);
|
A D | OSSL_STORE_attach.pod | 21 I<bio> instead of a I<uri>, along with a I<scheme> to determine what loader
|
A D | X509_STORE_add_cert.pod | 38 int X509_STORE_load_store_ex(X509_STORE *ctx, const char *uri, 40 int X509_STORE_load_store(X509_STORE *ctx, const char *uri);
|