Searched refs:to (Results 1 – 9 of 9) sorted by relevance
/apps/ |
A D | openssl-vms.cnf | 28 # X.509v3 extensions to use: 56 # List of providers to load 86 #unique_subject = no # Set to 'no' to allow creation of 97 x509_extensions = usr_cert # The extensions to add to the cert 107 # Extensions to add to a CRL. Note: Netscape communicator chokes on V2 CRLs 149 x509_extensions = v3_ca # The extensions to add to the self signed cert 164 # req_extensions = v3_req # The extensions to add to a certificate request 222 # deprecated according to PKIX. 233 # Extensions to add to a certificate request 295 # deprecated according to PKIX. [all …]
|
A D | openssl.cnf | 28 # X.509v3 extensions to use: 56 # List of providers to load 86 #unique_subject = no # Set to 'no' to allow creation of 97 x509_extensions = usr_cert # The extensions to add to the cert 107 # Extensions to add to a CRL. Note: Netscape communicator chokes on V2 CRLs 149 x509_extensions = v3_ca # The extensions to add to the self signed cert 164 # req_extensions = v3_req # The extensions to add to a certificate request 222 # deprecated according to PKIX. 233 # Extensions to add to a certificate request 295 # deprecated according to PKIX. [all …]
|
A D | ct_log_list.cnf | 2 # that are to be trusted. 6 # A Python program to convert the log list to OpenSSL's format can be
|
A D | build.info | 64 # The nocheck attribute is picked up by progs.pl as a signal not to look 66 # therefore don't allow it to be read at the same time, making progs.pl 72 # progs.pl tries to read all 'openssl' sources, including progs.c, so we make 75 # Because the files to look through may change (depends on $OPENSSLSRC),
|
A D | smime.c | 177 char *passinarg = NULL, *passin = NULL, *to = NULL, *from = NULL; in smime_main() local 304 to = opt_arg(); in smime_main() 662 if (to) in smime_main() 663 BIO_printf(out, "To: %s%s", to, mime_eol); in smime_main()
|
A D | list.c | 76 const char *from, const char *to, void *arg) in legacy_cipher_fn() argument 87 if (to == NULL) in legacy_cipher_fn() 88 to = "<undefined>"; in legacy_cipher_fn() 89 BIO_printf(arg, " %s => %s\n", from, to); in legacy_cipher_fn() 166 const char *from, const char *to, void *arg) in legacy_md_fn() argument 173 if (to == NULL) in legacy_md_fn() 174 to = "<undefined>"; in legacy_md_fn() 175 BIO_printf((BIO *)arg, " %s => %s\n", from, to); in legacy_md_fn()
|
A D | cms.c | 337 char *to = NULL, *from = NULL, *subject = NULL, *prog; in cms_main() local 609 to = opt_arg(); in cms_main() 1375 if (to != NULL && BIO_printf(out, "To: %s%s", to, mime_eol) < 0) in cms_main()
|
/apps/demoSRP/ |
A D | srp_verifier.txt | 4 # The exact values ... you have to dig this out from the source of srp.c
|
/apps/lib/ |
A D | apps.c | 55 static int WIN32_rename(const char *from, const char *to); 56 # define rename(from, to) WIN32_rename((from), (to)) argument 2751 static int WIN32_rename(const char *from, const char *to) in WIN32_rename() argument 2759 tto = (TCHAR *)to; in WIN32_rename() 2761 size_t i, flen = strlen(from) + 1, tlen = strlen(to) + 1; in WIN32_rename() 2773 if (!MultiByteToWideChar(CP_ACP, 0, to, (int)tlen, (WCHAR *)tto, (int)tlen)) in WIN32_rename() 2776 tto[i] = (TCHAR)to[i]; in WIN32_rename()
|
Completed in 21 milliseconds