Home
last modified time | relevance | path

Searched refs:rkeyfile (Results 1 – 25 of 32) sorted by relevance

12

/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/apps/
H A Docsp.c104 char *rsignfile = NULL, *rkeyfile = NULL; in MAIN() local
505 rkeyfile = *args; in MAIN()
614 if (!rkeyfile) rkeyfile = rsignfile; in MAIN()
630 rkey = load_key(bio_err, rkeyfile, FORMAT_PEM, 0, NULL, NULL, in MAIN()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Docsp.c245 char *rsignfile = NULL, *rkeyfile = NULL; in ocsp_main() local
481 rkeyfile = opt_arg(); in ocsp_main()
589 if (rkeyfile == NULL) in ocsp_main()
590 rkeyfile = rsignfile; in ocsp_main()
607 rkey = load_key(rkeyfile, FORMAT_UNDEF, 0, passin, NULL, in ocsp_main()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Docsp.c245 char *rsignfile = NULL, *rkeyfile = NULL; in ocsp_main() local
481 rkeyfile = opt_arg(); in ocsp_main()
589 if (rkeyfile == NULL) in ocsp_main()
590 rkeyfile = rsignfile; in ocsp_main()
607 rkey = load_key(rkeyfile, FORMAT_UNDEF, 0, passin, NULL, in ocsp_main()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Docsp.c245 char *rsignfile = NULL, *rkeyfile = NULL; in ocsp_main() local
481 rkeyfile = opt_arg(); in ocsp_main()
589 if (rkeyfile == NULL) in ocsp_main()
590 rkeyfile = rsignfile; in ocsp_main()
607 rkey = load_key(rkeyfile, FORMAT_UNDEF, 0, passin, NULL, in ocsp_main()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Docsp.c245 char *rsignfile = NULL, *rkeyfile = NULL; in ocsp_main() local
481 rkeyfile = opt_arg(); in ocsp_main()
589 if (rkeyfile == NULL) in ocsp_main()
590 rkeyfile = rsignfile; in ocsp_main()
607 rkey = load_key(rkeyfile, FORMAT_UNDEF, 0, passin, NULL, in ocsp_main()
/dports/security/openssl-devel/openssl-3.0.2/apps/
H A Docsp.c245 char *rsignfile = NULL, *rkeyfile = NULL; in ocsp_main() local
481 rkeyfile = opt_arg(); in ocsp_main()
589 if (rkeyfile == NULL) in ocsp_main()
590 rkeyfile = rsignfile; in ocsp_main()
607 rkey = load_key(rkeyfile, FORMAT_UNDEF, 0, passin, NULL, in ocsp_main()
/dports/security/openssl-unsafe/openssl-c9ba19c/apps/
H A Docsp.c140 char *rsignfile = NULL, *rkeyfile = NULL; in MAIN() local
469 rkeyfile = *args; in MAIN()
628 if (!rkeyfile) in MAIN()
629 rkeyfile = rsignfile; in MAIN()
644 rkey = load_key(bio_err, rkeyfile, FORMAT_PEM, 0, NULL, NULL, in MAIN()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/apps/
H A Docsp.c245 char *rsignfile = NULL, *rkeyfile = NULL; in ocsp_main() local
481 rkeyfile = opt_arg(); in ocsp_main()
589 if (rkeyfile == NULL) in ocsp_main()
590 rkeyfile = rsignfile; in ocsp_main()
607 rkey = load_key(rkeyfile, FORMAT_UNDEF, 0, passin, NULL, in ocsp_main()
/dports/security/openssl-legacy-static/openssl-1.0.2u/apps/
H A Docsp.c140 char *rsignfile = NULL, *rkeyfile = NULL; in MAIN() local
469 rkeyfile = *args; in MAIN()
628 if (!rkeyfile) in MAIN()
629 rkeyfile = rsignfile; in MAIN()
644 rkey = load_key(bio_err, rkeyfile, FORMAT_PEM, 0, NULL, NULL, in MAIN()
/dports/security/libressl-static/libressl-3.3.5/apps/openssl/
H A Docsp.c138 char *rkeyfile;
604 .opt.arg = &ocsp_config.rkeyfile,
821 if (!ocsp_config.rkeyfile)
822 ocsp_config.rkeyfile = ocsp_config.rsignfile;
838 rkey = load_key(bio_err, ocsp_config.rkeyfile, FORMAT_PEM, 0,
/dports/www/obhttpd/libressl-3.4.1/apps/openssl/
H A Docsp.c138 char *rkeyfile; member
604 .opt.arg = &ocsp_config.rkeyfile,
821 if (!ocsp_config.rkeyfile) in ocsp_main()
822 ocsp_config.rkeyfile = ocsp_config.rsignfile; in ocsp_main()
838 rkey = load_key(bio_err, ocsp_config.rkeyfile, FORMAT_PEM, 0, in ocsp_main()
/dports/security/libressl/libressl-3.4.3/apps/openssl/
H A Docsp.c138 char *rkeyfile; member
604 .opt.arg = &ocsp_config.rkeyfile,
821 if (!ocsp_config.rkeyfile) in ocsp_main()
822 ocsp_config.rkeyfile = ocsp_config.rsignfile; in ocsp_main()
838 rkey = load_key(bio_err, ocsp_config.rkeyfile, FORMAT_PEM, 0, in ocsp_main()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Docsp.c251 char *rsignfile = NULL, *rkeyfile = NULL; in ocsp_main() local
473 rkeyfile = opt_arg(); in ocsp_main()
557 if (rkeyfile == NULL) in ocsp_main()
558 rkeyfile = rsignfile; in ocsp_main()
572 rkey = load_key(rkeyfile, FORMAT_PEM, 0, NULL, NULL, in ocsp_main()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Docsp.c251 char *rsignfile = NULL, *rkeyfile = NULL; in ocsp_main() local
473 rkeyfile = opt_arg(); in ocsp_main()
557 if (rkeyfile == NULL) in ocsp_main()
558 rkeyfile = rsignfile; in ocsp_main()
572 rkey = load_key(rkeyfile, FORMAT_PEM, 0, NULL, NULL, in ocsp_main()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Docsp.c254 char *rsignfile = NULL, *rkeyfile = NULL;
476 rkeyfile = opt_arg();
560 if (rkeyfile == NULL)
561 rkeyfile = rsignfile;
575 rkey = load_key(rkeyfile, FORMAT_PEM, 0, NULL, NULL,
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Docsp.c251 char *rsignfile = NULL, *rkeyfile = NULL; in ocsp_main() local
473 rkeyfile = opt_arg(); in ocsp_main()
557 if (rkeyfile == NULL) in ocsp_main()
558 rkeyfile = rsignfile; in ocsp_main()
572 rkey = load_key(rkeyfile, FORMAT_PEM, 0, NULL, NULL, in ocsp_main()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/apps/
H A Docsp.c251 char *rsignfile = NULL, *rkeyfile = NULL; in ocsp_main() local
473 rkeyfile = opt_arg(); in ocsp_main()
557 if (rkeyfile == NULL) in ocsp_main()
558 rkeyfile = rsignfile; in ocsp_main()
572 rkey = load_key(rkeyfile, FORMAT_PEM, 0, NULL, NULL, in ocsp_main()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Docsp.c254 char *rsignfile = NULL, *rkeyfile = NULL;
476 rkeyfile = opt_arg();
560 if (rkeyfile == NULL)
561 rkeyfile = rsignfile;
575 rkey = load_key(rkeyfile, FORMAT_PEM, 0, NULL, NULL,
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Docsp.c251 char *rsignfile = NULL, *rkeyfile = NULL; in ocsp_main() local
473 rkeyfile = opt_arg(); in ocsp_main()
557 if (rkeyfile == NULL) in ocsp_main()
558 rkeyfile = rsignfile; in ocsp_main()
572 rkey = load_key(rkeyfile, FORMAT_PEM, 0, NULL, NULL, in ocsp_main()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Docsp.c254 char *rsignfile = NULL, *rkeyfile = NULL;
476 rkeyfile = opt_arg();
560 if (rkeyfile == NULL)
561 rkeyfile = rsignfile;
575 rkey = load_key(rkeyfile, FORMAT_PEM, 0, NULL, NULL,
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Docsp.c251 char *rsignfile = NULL, *rkeyfile = NULL; in ocsp_main() local
473 rkeyfile = opt_arg(); in ocsp_main()
557 if (rkeyfile == NULL) in ocsp_main()
558 rkeyfile = rsignfile; in ocsp_main()
572 rkey = load_key(rkeyfile, FORMAT_PEM, 0, NULL, NULL, in ocsp_main()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/apps/
H A Docsp.c251 char *rsignfile = NULL, *rkeyfile = NULL; in ocsp_main() local
473 rkeyfile = opt_arg(); in ocsp_main()
557 if (rkeyfile == NULL) in ocsp_main()
558 rkeyfile = rsignfile; in ocsp_main()
572 rkey = load_key(rkeyfile, FORMAT_PEM, 0, NULL, NULL, in ocsp_main()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/apps/
H A Docsp.c251 char *rsignfile = NULL, *rkeyfile = NULL; in ocsp_main() local
473 rkeyfile = opt_arg(); in ocsp_main()
557 if (rkeyfile == NULL) in ocsp_main()
558 rkeyfile = rsignfile; in ocsp_main()
572 rkey = load_key(rkeyfile, FORMAT_PEM, 0, NULL, NULL, in ocsp_main()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Docsp.c251 char *rsignfile = NULL, *rkeyfile = NULL; in ocsp_main() local
473 rkeyfile = opt_arg(); in ocsp_main()
557 if (rkeyfile == NULL) in ocsp_main()
558 rkeyfile = rsignfile; in ocsp_main()
572 rkey = load_key(rkeyfile, FORMAT_PEM, 0, NULL, NULL, in ocsp_main()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Docsp.c254 char *rsignfile = NULL, *rkeyfile = NULL;
476 rkeyfile = opt_arg();
560 if (rkeyfile == NULL)
561 rkeyfile = rsignfile;
575 rkey = load_key(rkeyfile, FORMAT_PEM, 0, NULL, NULL,

12