OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reqfile
(Results
1 - 8
of
8
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/quic-openssl-docker/
run_endpoint.sh
55
echo -n "$OUTFILE " >> ./
reqfile
.txt
57
SSLKEYLOGFILE=/logs/keys.log SSL_CERT_FILE=/certs/ca.pem SSL_CERT_DIR=/certs quic-hq-interop $HOSTNAME $HOSTPORT ./
reqfile
.txt || exit 1
64
echo -n "$OUTFILE " > ./
reqfile
.txt
67
SSL_SESSION_FILE=./session.db SSLKEYLOGFILE=/logs/keys.log SSL_CERT_FILE=/certs/ca.pem SSL_CERT_DIR=/certs quic-hq-interop $HOSTNAME $HOSTPORT ./
reqfile
.txt || exit 1
75
printf "%s " "$OUTFILE" >> ./
reqfile
.txt
79
SSL_CIPHER_SUITES=TLS_CHACHA20_POLY1305_SHA256 SSL_SESSION_FILE=./session.db SSLKEYLOGFILE=/logs/keys.log SSL_CERT_FILE=/certs/ca.pem SSL_CERT_DIR=/certs quic-hq-interop $HOSTNAME $HOSTPORT ./
reqfile
.txt || exit 1
/src/crypto/external/bsd/openssl.old/dist/test/recipes/
25-test_req.t
195
my $
reqfile
= shift;
199
"-in", $
reqfile
, "-inform", "p",
204
plan skip_all => "skipping req conversion test for $
reqfile
"
207
tconversion("req", $
reqfile
, @openssl_args);
/src/crypto/external/bsd/openssl/dist/test/recipes/
25-test_req.t
364
my $
reqfile
= shift;
368
"-in", $
reqfile
, "-inform", "p",
373
plan skip_all => "skipping req conversion test for $
reqfile
"
376
tconversion( -type => 'req', -in => $
reqfile
,
/src/crypto/external/apache2/openssl/dist/test/quic-openssl-docker/hq-interop/
quic-hq-interop.c
30
* quic-hq-interop <host> <port> <
reqfile
>
33
*
reqfile
- a text file containing a space separated list of paths to fetch
495
* This static variable tracks the total number of parsed from
reqfile
. It is
867
char *
reqfile
= NULL;
local
880
fprintf(stderr, "Usage: quic-hq-interop hostname port
reqfile
\n");
886
reqfile
= argv[argnext];
888
req_bio = BIO_new_file(
reqfile
, "r");
890
fprintf(stderr, "Failed to open request file %s\n",
reqfile
);
/src/crypto/external/apache2/openssl/dist/test/recipes/
25-test_req.t
515
my $
reqfile
= shift;
519
"-in", $
reqfile
, "-inform", "p",
524
plan skip_all => "skipping req conversion test for $
reqfile
"
527
tconversion( -type => 'req', -in => $
reqfile
,
/src/crypto/external/bsd/openssl.old/dist/apps/
x509.c
43
const char *section, ASN1_INTEGER *sno, int
reqfile
,
174
int fingerprint = 0,
reqfile
= 0, checkend = 0;
local
235
reqfile
= 1;
515
if (
reqfile
) {
593
if (
reqfile
&& !X509_set_issuer_name(x, X509_get_subject_name(xca)))
818
extconf, extsect, sno,
reqfile
, preserve_dates))
957
ASN1_INTEGER *sno, int
reqfile
, int preserve_dates)
987
if (!
reqfile
&& X509_verify_cert(xsc) <= 0)
/src/crypto/external/bsd/openssl/dist/apps/
x509.c
283
int fingerprint = 0,
reqfile
= 0, checkend = 0;
local
344
reqfile
= 1;
624
if (newcert &&
reqfile
) {
703
if (
reqfile
) {
726
if (
reqfile
|| newcert) {
815
if (!x509toreq && !
reqfile
&& !newcert && !self_signed(ctx, x))
822
if (
reqfile
|| newcert || privkey != NULL || CAfile != NULL) {
/src/crypto/external/apache2/openssl/dist/apps/
x509.c
349
int fingerprint = 0,
reqfile
= 0, checkend = 0;
local
411
reqfile
= 1;
713
if (newcert &&
reqfile
) {
793
if (
reqfile
) {
818
if (
reqfile
|| newcert) {
905
if (!x509toreq && !
reqfile
&& !newcert && !self_signed(ctx, x))
916
if (
reqfile
|| newcert || privkey != NULL || CAfile != NULL) {
Completed in 30 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026