| /minix3/crypto/external/bsd/openssl/dist/apps/ |
| H A D | crl2p7.c | 76 static int add_certs_from_file(STACK_OF(X509) *stack, char *certfile); 94 char *infile, *outfile, *prog, *certfile; in MAIN() local 231 certfile = sk_OPENSSL_STRING_value(certflst, i); in MAIN() 232 if (add_certs_from_file(cert_stack, certfile) < 0) { in MAIN() 294 static int add_certs_from_file(STACK_OF(X509) *stack, char *certfile) in add_certs_from_file() argument 303 if ((in == NULL) || (BIO_read_filename(in, certfile) <= 0)) { in add_certs_from_file() 304 BIO_printf(bio_err, "error opening the file, %s\n", certfile); in add_certs_from_file() 311 BIO_printf(bio_err, "error reading the file, %s\n", certfile); in add_certs_from_file()
|
| H A D | smime.c | 98 char *certfile = NULL, *keyfile = NULL, *contfile = NULL; in MAIN() local 297 certfile = *++args; in MAIN() 527 if (certfile) { in MAIN() 528 if (!(other = load_certs(bio_err, certfile, FORMAT_PEM, NULL, in MAIN()
|
| H A D | pkcs12.c | 103 char *certfile = NULL; in MAIN() local 246 certfile = *args; in MAIN() 562 if (certfile) { in MAIN() 564 if (!(morecerts = load_certs(bio_err, certfile, FORMAT_PEM, in MAIN()
|
| H A D | CA.sh | 150 $PKCS12 -in newcert.pem -inkey newreq.pem -certfile ${CATOP}/$CACERT \
|
| H A D | cms.c | 113 char *certfile = NULL, *keyfile = NULL, *contfile = NULL; in MAIN() local 423 certfile = *++args; in MAIN() 667 if (certfile) { in MAIN() 668 if (!(other = load_certs(bio_err, certfile, FORMAT_PEM, NULL, in MAIN()
|
| H A D | ca.c | 275 char *certfile = NULL; in MAIN() local 415 certfile = *(++argv); in MAIN() 733 if ((certfile == NULL) in MAIN() 734 && ((certfile = NCONF_get_string(conf, in MAIN() 740 x509 = load_cert(bio_err, certfile, FORMAT_PEM, NULL, e, in MAIN()
|
| /minix3/crypto/external/bsd/openssl/dist/doc/apps/ |
| H A D | crl2pkcs7.pod | 14 [B<-certfile filename>] 49 =item B<-certfile filename> 67 openssl crl2pkcs7 -in crl.pem -certfile cert.pem -out p7.pem 72 openssl crl2pkcs7 -nocrl -certfile newcert.pem 73 -certfile demoCA/cacert.pem -outform DER -out p7.der
|
| H A D | smime.pod | 19 [B<-certfile file>] 169 only the certificates specified in the B<-certfile> option are used. 190 available locally (passed using the B<-certfile> option for example). 212 =item B<-certfile file> 356 -signer mycert.pem -inkey mykey.pem -certfile mycerts.pem
|
| H A D | cms.pod | 48 [B<-certfile file>] 267 only the certificates specified in the B<-certfile> option are used. 279 available locally (passed using the B<-certfile> option for example). 306 =item B<-certfile file> 531 -signer mycert.pem -inkey mykey.pem -certfile mycerts.pem
|
| H A D | pkcs12.pod | 14 [B<-certfile filename>] 180 =item B<-certfile filename> 339 -certfile othercerts.pem
|
| /minix3/crypto/external/bsd/openssl/dist/demos/sign/ |
| H A D | sign.c | 85 static char certfile[] = "cert.pem"; in main() local 129 fp = fopen(certfile, "r"); in main()
|
| H A D | sig.txt | 78 const char certfile[] = "plain-cert.pem"; 111 fp = fopen (certfile, "r"); if (fp == NULL) exit (1);
|
| H A D | sign.txt | 106 static char certfile[] = "plain-cert.pem"; 143 fp = fopen (certfile, "r"); if (fp == NULL) exit (1);
|
| /minix3/usr.sbin/syslogd/ |
| H A D | tls.c | 151 const char *certfilename = tls_opt.certfile; in init_global_TLS_CTX() 159 FILE *certfile = NULL; in init_global_TLS_CTX() local 186 && !(certfile = fopen(certfilename, "r"))) { in init_global_TLS_CTX() 213 if (certfile) in init_global_TLS_CTX() 214 (void)fclose(certfile); in init_global_TLS_CTX() 589 FILE *certfile; in read_certfile() local 597 if (!(certfile = fopen(certfilename, "rb"))) { in read_certfile() 603 if (!(*cert = PEM_read_X509(certfile, NULL, NULL, NULL)) in read_certfile() 604 && !(*cert = d2i_X509_fp(certfile, NULL))) { in read_certfile() 607 (void)fclose(certfile); in read_certfile() [all …]
|
| H A D | tls.h | 137 char *certfile; /* filename of peer cert */ member
|
| H A D | syslogd.h | 402 char *certfile; /* file with own certificate */ member
|
| H A D | syslogd.c | 2992 FREEPTR(tls_opt.certfile); in die() 3098 {"tls_cert", &tls_opt.certfile}, in read_config_file() 3590 tls_opt.certfile, tls_opt.keyfile, tls_opt.x509verify, in init()
|
| /minix3/crypto/external/bsd/heimdal/dist/lib/hx509/data/ |
| H A D | gen-req.sh | 121 -certfile ca.crt \ 131 -certfile sub-ca-combined.crt \ 144 -certfile ca.crt \
|
| /minix3/crypto/external/bsd/openssl/dist/ |
| H A D | CHANGES | 9511 *) Add `openssl ca -revoke <certfile>' facility which revokes a certificate 9512 specified in <certfile> by updating the entry in the index.txt file. 10024 *) Modify crl2pkcs7 so it supports multiple -certfile arguments. Fix a
|
| /minix3/crypto/external/bsd/openssl/dist/doc/ |
| H A D | ssleay.txt | 4586 ssleay crl2pkcs7 -certfile "$FILE".out -out "$FILE".pkcs7 -in demoCA/crl.pem
|