Home
last modified time | relevance | path

Searched refs:signfile (Results 1 – 25 of 52) sorted by relevance

123

/dports/graphics/embree/embree-3.13.2/scripts/
H A Dpackage_win.bat8 set signfile=%3 variable
20 IF [%signfile%] NEQ [] (
21 %signfile% %outfile%
/dports/archivers/dpkg/dpkg-1.19.7/scripts/
H A Ddpkg-buildpackage.pl628 if (signfile("$pv.dsc")) {
641 if ($signbuildinfo && signfile("$pva.buildinfo")) {
658 if ($signchanges && signfile("$pva.changes")) {
841 sub signfile { subroutine
847 my $signfile = "$signdir/$file";
850 copy("../$file", $signfile);
851 open my $signfh, '>>', $signfile or syserr(g_('cannot open %s'), $signfile);
853 close $signfh or syserr(g_('cannot close %s'), $signfile);
857 '--output', "$signfile.asc", $signfile);
860 system('mv', '--', "$signfile.asc", "../$file")
/dports/devel/checkbashisms/devscripts-2.21.4/test/
H A Dtest_package_lifecycle156 signfile dsc test_1.0-1.dsc uscan test key (no secret) <none@debian.org>
159 signfile buildinfo test_1.0-1_${_ARCH}.buildinfo uscan test key (no secret) <none@debian.org>
163 signfile changes test_1.0-1_${_ARCH}.changes uscan test key (no secret) <none@debian.org>
169 signfile dsc test_1.0-1.dsc uscan test key (no secret) <none@debian.org>
172 signfile changes test_1.0-1_${_ARCH}.changes uscan test key (no secret) <none@debian.org>
330 signfile dsc test_1.0-2.dsc uscan test key (no secret) <none@debian.org>
333 signfile buildinfo test_1.0-2_${_ARCH}.buildinfo uscan test key (no secret) <none@debian.org>
337 signfile changes test_1.0-2_${_ARCH}.changes uscan test key (no secret) <none@debian.org>
343 signfile dsc test_1.0-2.dsc uscan test key (no secret) <none@debian.org>
346 signfile changes test_1.0-2_${_ARCH}.changes uscan test key (no secret) <none@debian.org>
/dports/devel/checkbashisms/devscripts-2.21.4/scripts/
H A Ddebsign.sh163 signfile () { function
525 withecho signfile dsc "$dsc" "$signas"
550 withecho signfile buildinfo "$buildinfo" "$signas"
587 withecho signfile changes "$changes" "$signas"
695 withecho signfile commands "$commands" "$signas"
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/apps/
H A Docsp.c103 char *signfile = NULL, *keyfile = NULL; in MAIN() local
265 signfile = *args; in MAIN()
652 if (!req && (signfile || reqout || host || add_nonce || ridx_filename)) in MAIN()
660 if (signfile) in MAIN()
662 if (!keyfile) keyfile = signfile; in MAIN()
663 signer = load_cert(bio_err, signfile, FORMAT_PEM, in MAIN()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Docsp.c248 char *signfile = NULL, *keyfile = NULL; in ocsp_main() local
377 signfile = opt_arg(); in ocsp_main()
676 && (signfile != NULL || reqout != NULL in ocsp_main()
687 if (signfile != NULL) { in ocsp_main()
689 keyfile = signfile; in ocsp_main()
690 signer = load_cert(signfile, FORMAT_UNDEF, "signer certificate"); in ocsp_main()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Docsp.c248 char *signfile = NULL, *keyfile = NULL; in ocsp_main() local
377 signfile = opt_arg(); in ocsp_main()
676 && (signfile != NULL || reqout != NULL in ocsp_main()
687 if (signfile != NULL) { in ocsp_main()
689 keyfile = signfile; in ocsp_main()
690 signer = load_cert(signfile, FORMAT_UNDEF, "signer certificate"); 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.c248 char *signfile = NULL, *keyfile = NULL; in ocsp_main() local
377 signfile = opt_arg(); in ocsp_main()
676 && (signfile != NULL || reqout != NULL in ocsp_main()
687 if (signfile != NULL) { in ocsp_main()
689 keyfile = signfile; in ocsp_main()
690 signer = load_cert(signfile, FORMAT_UNDEF, "signer certificate"); 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.c248 char *signfile = NULL, *keyfile = NULL; in ocsp_main() local
377 signfile = opt_arg(); in ocsp_main()
676 && (signfile != NULL || reqout != NULL in ocsp_main()
687 if (signfile != NULL) { in ocsp_main()
689 keyfile = signfile; in ocsp_main()
690 signer = load_cert(signfile, FORMAT_UNDEF, "signer certificate"); in ocsp_main()
/dports/security/openssl-devel/openssl-3.0.2/apps/
H A Docsp.c248 char *signfile = NULL, *keyfile = NULL; in ocsp_main() local
377 signfile = opt_arg(); in ocsp_main()
676 && (signfile != NULL || reqout != NULL in ocsp_main()
687 if (signfile != NULL) { in ocsp_main()
689 keyfile = signfile; in ocsp_main()
690 signer = load_cert(signfile, FORMAT_UNDEF, "signer certificate"); in ocsp_main()
/dports/security/openssl-unsafe/openssl-c9ba19c/apps/
H A Docsp.c139 char *signfile = NULL, *keyfile = NULL; in MAIN() local
295 signfile = *args; in MAIN()
666 if (!req && (signfile || reqout || host || add_nonce || ridx_filename)) { in MAIN()
674 if (signfile) { in MAIN()
676 keyfile = signfile; in MAIN()
677 signer = load_cert(bio_err, signfile, FORMAT_PEM, in MAIN()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/apps/
H A Docsp.c248 char *signfile = NULL, *keyfile = NULL; in ocsp_main() local
377 signfile = opt_arg(); in ocsp_main()
676 && (signfile != NULL || reqout != NULL in ocsp_main()
687 if (signfile != NULL) { in ocsp_main()
689 keyfile = signfile; in ocsp_main()
690 signer = load_cert(signfile, FORMAT_UNDEF, "signer certificate"); in ocsp_main()
/dports/security/openssl-legacy-static/openssl-1.0.2u/apps/
H A Docsp.c139 char *signfile = NULL, *keyfile = NULL; in MAIN() local
295 signfile = *args; in MAIN()
666 if (!req && (signfile || reqout || host || add_nonce || ridx_filename)) { in MAIN()
674 if (signfile) { in MAIN()
676 keyfile = signfile; in MAIN()
677 signer = load_cert(bio_err, signfile, FORMAT_PEM, in MAIN()
/dports/security/libressl-static/libressl-3.3.5/apps/openssl/
H A Docsp.c142 char *signfile;
639 .opt.arg = &ocsp_config.signfile,
860 (ocsp_config.signfile || ocsp_config.reqout || ocsp_config.host ||
869 if (ocsp_config.signfile) {
871 ocsp_config.keyfile = ocsp_config.signfile;
872 signer = load_cert(bio_err, ocsp_config.signfile, FORMAT_PEM,
/dports/www/obhttpd/libressl-3.4.1/apps/openssl/
H A Docsp.c142 char *signfile; member
639 .opt.arg = &ocsp_config.signfile,
860 (ocsp_config.signfile || ocsp_config.reqout || ocsp_config.host || in ocsp_main()
869 if (ocsp_config.signfile) { in ocsp_main()
871 ocsp_config.keyfile = ocsp_config.signfile; in ocsp_main()
872 signer = load_cert(bio_err, ocsp_config.signfile, FORMAT_PEM, in ocsp_main()
/dports/security/libressl/libressl-3.4.3/apps/openssl/
H A Docsp.c142 char *signfile; member
639 .opt.arg = &ocsp_config.signfile,
860 (ocsp_config.signfile || ocsp_config.reqout || ocsp_config.host || in ocsp_main()
869 if (ocsp_config.signfile) { in ocsp_main()
871 ocsp_config.keyfile = ocsp_config.signfile; in ocsp_main()
872 signer = load_cert(bio_err, ocsp_config.signfile, FORMAT_PEM, in ocsp_main()
/dports/www/mod_jk/tomcat-connectors-1.2.48-src/tools/
H A Djkrelease.sh457 . ${JK_TOOLS}/signfile.sh ${SIGN_OPTS} $archive
459 . ${JK_TOOLS}/signfile.sh ${SIGN_OPTS} $archive
/dports/security/pgpin/pgp263in/src/
H A Dcrypto.h15 int signfile(boolean nested, boolean separate_signature, char *mcguffin,
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Docsp.c253 char *signfile = NULL, *keyfile = NULL; in ocsp_main() local
373 signfile = opt_arg(); in ocsp_main()
635 && (signfile != NULL || reqout != NULL in ocsp_main()
646 if (signfile != NULL) { in ocsp_main()
648 keyfile = signfile; in ocsp_main()
649 signer = load_cert(signfile, FORMAT_PEM, "signer certificate"); 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.c253 char *signfile = NULL, *keyfile = NULL; in ocsp_main() local
373 signfile = opt_arg(); in ocsp_main()
635 && (signfile != NULL || reqout != NULL in ocsp_main()
646 if (signfile != NULL) { in ocsp_main()
648 keyfile = signfile; in ocsp_main()
649 signer = load_cert(signfile, FORMAT_PEM, "signer certificate"); in ocsp_main()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Docsp.c256 char *signfile = NULL, *keyfile = NULL;
376 signfile = opt_arg();
638 && (signfile != NULL || reqout != NULL
647 if (signfile != NULL) {
649 keyfile = signfile;
650 signer = load_cert(signfile, FORMAT_PEM, "signer certificate");
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Docsp.c253 char *signfile = NULL, *keyfile = NULL; in ocsp_main() local
373 signfile = opt_arg(); in ocsp_main()
635 && (signfile != NULL || reqout != NULL in ocsp_main()
646 if (signfile != NULL) { in ocsp_main()
648 keyfile = signfile; in ocsp_main()
649 signer = load_cert(signfile, FORMAT_PEM, "signer certificate"); 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.c253 char *signfile = NULL, *keyfile = NULL; in ocsp_main() local
373 signfile = opt_arg(); in ocsp_main()
635 && (signfile != NULL || reqout != NULL in ocsp_main()
646 if (signfile != NULL) { in ocsp_main()
648 keyfile = signfile; in ocsp_main()
649 signer = load_cert(signfile, FORMAT_PEM, "signer certificate"); in ocsp_main()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Docsp.c256 char *signfile = NULL, *keyfile = NULL;
376 signfile = opt_arg();
638 && (signfile != NULL || reqout != NULL
647 if (signfile != NULL) {
649 keyfile = signfile;
650 signer = load_cert(signfile, FORMAT_PEM, "signer certificate");
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Docsp.c253 char *signfile = NULL, *keyfile = NULL; in ocsp_main() local
373 signfile = opt_arg(); in ocsp_main()
635 && (signfile != NULL || reqout != NULL in ocsp_main()
646 if (signfile != NULL) { in ocsp_main()
648 keyfile = signfile; in ocsp_main()
649 signer = load_cert(signfile, FORMAT_PEM, "signer certificate"); in ocsp_main()

123