Home
last modified time | relevance | path

Searched refs:respout (Results 1 – 25 of 77) sorted by relevance

1234

/dports/www/wget2/wget2-2.0.0/tests/certs/ocsp/
H A Dgenerate_resp.sh5 …cert x509-interm-cert.pem -url http://127.0.0.1:8080 -noverify -resp_text -respout ocsp_resp_ok.der
19 …rt x509-interm-cert.pem -url http://127.0.0.1:8080 -noverify -resp_text -respout ocsp_resp_revoked…
H A Dgenerate_stap.sh7 …rt x509-server-cert.pem -url http://127.0.0.1:8080 -noverify -resp_text -respout ocsp_stapled_resp…
/dports/security/s2n/s2n-tls-1.1.2/tests/pems/ocsp/
H A DOCSP-TEST.md59 -cert server_cert.pem -respout ocsp_response.der
65 -cert server_cert.pem -respout ocsp_response_no_next_update.der
/dports/www/mod_gnutls/mod_gnutls-0.8.4/test/data/
H A Docsp.cgi60 -nmin "${OCSP_VALID_MIN}" -reqin - -respout -
/dports/net/hostapd-devel/hostap-14ab4a816/hs20/server/ca/
H A Docsp-update-cache.sh11 -respout ocsp-server-cache.der
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/hs20/server/ca/
H A Docsp-update-cache.sh11 -respout ocsp-server-cache.der
/dports/net/pen/pen-0.34.1/
H A Dpen-ocsp.sh39 openssl ocsp -noverify -issuer "$2" -cert "$1" -url "$uri" -header Host "$host" -respout "$3.tmp"
/dports/www/lighttpd/lighttpd-1.4.63/doc/scripts/
H A Dcert-staple.sh34 OCSP_RESP=$(openssl ocsp -issuer "$CHAIN_PEM" -cert "$CERT_PEM" -respout "$OCSP_TMP" -noverify -no_…
/dports/security/openssl-unsafe/openssl-c9ba19c/apps/
H A Docsp.c138 char *reqout = NULL, *respout = NULL; in MAIN() local
369 respout = *args; in MAIN()
770 if (respout) { in MAIN()
771 if (!strcmp(respout, "-")) in MAIN()
774 derbio = BIO_new_file(respout, "wb"); in MAIN()
776 BIO_printf(bio_err, "Error opening file %s\n", respout); in MAIN()
/dports/security/openssl-legacy-static/openssl-1.0.2u/apps/
H A Docsp.c138 char *reqout = NULL, *respout = NULL; in MAIN() local
369 respout = *args; in MAIN()
770 if (respout) { in MAIN()
771 if (!strcmp(respout, "-")) in MAIN()
774 derbio = BIO_new_file(respout, "wb"); in MAIN()
776 BIO_printf(bio_err, "Error opening file %s\n", respout); in MAIN()
/dports/security/gnutls/gnutls-3.6.16/tests/ocsp-tests/
H A Docsp-must-staple-connection302 ….key" -CA "${srcdir}/ocsp-tests/certs/ca.pem" -reqin "${OCSP_REQ_FILE}" -respout "${OCSP_RESPONSE_…
362 ….key" -CA "${srcdir}/ocsp-tests/certs/ca.pem" -reqin "${OCSP_REQ_FILE}" -respout "${OCSP_RESPONSE_…
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/apps/
H A Docsp.c102 char *reqout = NULL, *respout = NULL; in MAIN() local
370 respout = *args; in MAIN()
757 if (respout) in MAIN()
759 derbio = BIO_new_file(respout, "wb"); in MAIN()
762 BIO_printf(bio_err, "Error opening file %s\n", respout); in MAIN()
/dports/security/libressl-static/libressl-3.3.5/apps/openssl/
H A Docsp.c135 char *respout;
597 .opt.arg = &ocsp_config.respout,
956 if (ocsp_config.respout) {
957 derbio = BIO_new_file(ocsp_config.respout, "wb");
960 ocsp_config.respout);
/dports/www/obhttpd/libressl-3.4.1/apps/openssl/
H A Docsp.c135 char *respout; member
597 .opt.arg = &ocsp_config.respout,
956 if (ocsp_config.respout) { in ocsp_main()
957 derbio = BIO_new_file(ocsp_config.respout, "wb"); in ocsp_main()
960 ocsp_config.respout); in ocsp_main()
/dports/security/libressl/libressl-3.4.3/apps/openssl/
H A Docsp.c135 char *respout; member
597 .opt.arg = &ocsp_config.respout,
956 if (ocsp_config.respout) { in ocsp_main()
957 derbio = BIO_new_file(ocsp_config.respout, "wb"); in ocsp_main()
960 ocsp_config.respout); in ocsp_main()
/dports/security/openssl-legacy-static/openssl-1.0.2u/doc/apps/
H A Docsp.pod23 [B<-respout file>]
120 =item B<-reqout file>, B<-respout file>
358 script using the B<respin> and B<respout> options.
370 -url http://ocsp.myhost.com/ -resp_text -respout resp.der
396 -reqin req.der -respout resp.der
/dports/security/openssl-unsafe/openssl-c9ba19c/doc/apps/
H A Docsp.pod22 [B<-respout file>]
118 =item B<-reqout file>, B<-respout file>
348 script using the B<respin> and B<respout> options.
360 -url http://ocsp.myhost.com/ -resp_text -respout resp.der
386 -reqin req.der -respout resp.der
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Docsp.c244 char *reqout = NULL, *respout = NULL, *ridx_filename = NULL; in ocsp_main() local
425 respout = opt_arg(); in ocsp_main()
757 if (respout != NULL) { in ocsp_main()
758 derbio = bio_open_default(respout, 'w', FORMAT_ASN1); in ocsp_main()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Docsp.c244 char *reqout = NULL, *respout = NULL, *ridx_filename = NULL; in ocsp_main() local
425 respout = opt_arg(); in ocsp_main()
757 if (respout != NULL) { in ocsp_main()
758 derbio = bio_open_default(respout, 'w', FORMAT_ASN1); 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.c244 char *reqout = NULL, *respout = NULL, *ridx_filename = NULL; in ocsp_main() local
425 respout = opt_arg(); in ocsp_main()
757 if (respout != NULL) { in ocsp_main()
758 derbio = bio_open_default(respout, 'w', FORMAT_ASN1); 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.c244 char *reqout = NULL, *respout = NULL, *ridx_filename = NULL; in ocsp_main() local
425 respout = opt_arg(); in ocsp_main()
757 if (respout != NULL) { in ocsp_main()
758 derbio = bio_open_default(respout, 'w', FORMAT_ASN1); in ocsp_main()
/dports/security/openssl-devel/openssl-3.0.2/apps/
H A Docsp.c244 char *reqout = NULL, *respout = NULL, *ridx_filename = NULL; in ocsp_main() local
425 respout = opt_arg(); in ocsp_main()
757 if (respout != NULL) { in ocsp_main()
758 derbio = bio_open_default(respout, 'w', FORMAT_ASN1); in ocsp_main()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/apps/
H A Docsp.c244 char *reqout = NULL, *respout = NULL, *ridx_filename = NULL; in ocsp_main() local
425 respout = opt_arg(); in ocsp_main()
757 if (respout != NULL) { in ocsp_main()
758 derbio = bio_open_default(respout, 'w', FORMAT_ASN1); 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/doc/man1/
H A Docsp.pod24 [B<-respout file>]
162 =item B<-reqout file>, B<-respout file>
447 script using the B<reqin> and B<respout> options.
459 -url http://ocsp.myhost.com/ -resp_text -respout resp.der
485 -reqin req.der -respout resp.der
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/doc/man1/
H A Docsp.pod24 [B<-respout file>]
162 =item B<-reqout file>, B<-respout file>
447 script using the B<reqin> and B<respout> options.
459 -url http://ocsp.myhost.com/ -resp_text -respout resp.der
485 -reqin req.der -respout resp.der

1234