Home
last modified time | relevance | path

Searched refs:txt (Results 1 – 25 of 75) sorted by relevance

123

/openssl/crypto/err/
H A Derr_prn.c60 void ERR_add_error_txt(const char *separator, const char *txt) in ERR_add_error_txt() argument
76 const char *curr = txt, *next = txt; in ERR_add_error_txt()
107 while (*next != '\0' && (size_t)(next - txt) <= available_len) { in ERR_add_error_txt()
117 if ((size_t)(next - txt) <= available_len) in ERR_add_error_txt()
122 if (curr != txt) { in ERR_add_error_txt()
123 tmp = OPENSSL_strndup(txt, curr - txt); in ERR_add_error_txt()
130 txt = curr; in ERR_add_error_txt()
133 tmp = OPENSSL_strndup(txt, next - strlen(separator) - txt); in ERR_add_error_txt()
140 ERR_add_error_data(2, leading_separator, txt); in ERR_add_error_txt()
142 txt = next; /* finished */ in ERR_add_error_txt()
[all …]
H A DREADME.md49 Instead of manually adding error codes into `crypto/err/openssl.txt`,
54 If an error code is added manually into `crypto/err/openssl.txt`,
/openssl/util/
H A Dcheck-format-commit.sh79 ' > $TEMPDIR/ranges.txt
90 grep "$i " $TEMPDIR/ranges.txt >> $TEMPDIR/ranges.filter || true
145 $TOPDIR/util/check-format.pl $j > $TEMPDIR/results.txt
161 ' $TEMPDIR/results.txt >>$TEMPDIR/results-filtered.txt
164 cat $TEMPDIR/results-filtered.txt
167 if [ -s $TEMPDIR/results-filtered.txt ]
H A Dcheck-format-test-negatives.c451 const char *curr = txt, *next = txt; in fun()
/openssl/doc/life-cycles/
H A DMakefile4 all: png txt
6 txt: $(subst .dot,.txt,$(GRAPHS)) target
21 %.txt: %.dot
25 rm -f $(wildcard *.png) $(wildcard *.txt)
H A DREADME.md17 Running `make` will produce a number of `.txt` and `.png` files.
18 These are the rendered `.dot` files. The `.txt` files require
/openssl/test/quic-openssl-docker/
H A Drun_endpoint.sh55 echo -n "$OUTFILE " >> ./reqfile.txt
57 …_FILE=/certs/ca.pem SSL_CERT_DIR=/certs quic-hq-interop $HOSTNAME $HOSTPORT ./reqfile.txt || exit 1
64 echo -n "$OUTFILE " > ./reqfile.txt
67 …_FILE=/certs/ca.pem SSL_CERT_DIR=/certs quic-hq-interop $HOSTNAME $HOSTPORT ./reqfile.txt || exit 1
75 printf "%s " "$OUTFILE" >> ./reqfile.txt
79 …_FILE=/certs/ca.pem SSL_CERT_DIR=/certs quic-hq-interop $HOSTNAME $HOSTPORT ./reqfile.txt || exit 1
/openssl/doc/
H A DREADME.md6 [fingerprints.txt](fingerprints.txt)
9 standards.txt
10 standards.txt
/openssl/test/recipes/30-test_evp_data/
H A Devpmd_sha.txt312 # ShortMsgKAT_224.txt, Len = 0
318 # LongMsgKAT_224.txt, Len = 3560
324 # LongMsgKAT_224.txt, Len = 4064
331 # ShortMsgKAT_256.txt, Len = 0
337 # LongMsgKAT_256.txt, Len = 3560
343 # LongMsgKAT_256.txt, Len = 4064
350 # ShortMsgKAT_384.txt, Len = 0
356 # LongMsgKAT_384.txt, Len = 3560
362 # LongMsgKAT_384.txt, Len = 4064
369 # ShortMsgKAT_512.txt, Len = 0
[all …]
/openssl/test/
H A Dhttp_test.c25 const char *txt; member
38 const char *content_type, const char *txt, in mock_http_server() argument
83 if (txt != NULL) in mock_http_server()
84 len = strlen(txt); in mock_http_server()
90 if (txt != NULL) in mock_http_server()
91 return BIO_puts(out, txt); in mock_http_server()
113 args->content_type, args->txt, in http_bio_cb_ex()
143 mock_args.txt = text1; in test_http_method()
147 mock_args.txt = NULL; in test_http_method()
431 mock_args.txt = text1; in test_http_resp_hdr_limit()
/openssl/test/ocsp-tests/
H A Dmk-ocsp-cert-chain.sh87 rm -f index.txt index.txt.attr
88 echo -n > index.txt
94 rm -f index.txt.old
H A Dca.cnf33 database = index.txt
34 crlnumber = crlnum.txt
/openssl/.github/workflows/
H A Dstatic-analysis-on-prem.yml27 echo ${{ secrets.COVERITY_AUTH_KEY }} | base64 -d > /auth_key_file.txt
28 chmod 0600 /auth_key_file.txt
39 … https://coverity.openssl.org:443 --stream OpenSSL --dir cov-int --auth-key-file /auth_key_file.txt
/openssl/crypto/cmp/
H A Dcmp_client.c455 int fail_info, const char *txt) in ossl_cmp_exchange_certConf() argument
462 certConf = ossl_cmp_certConf_new(ctx, certReqId, fail_info, txt); in ossl_cmp_exchange_certConf()
477 const char *txt, int errorCode, const char *details) in ossl_cmp_exchange_error() argument
485 if ((si = OSSL_CMP_STATUSINFO_new(status, fail_info, txt)) == NULL) in ossl_cmp_exchange_error()
661 const char *txt = NULL; in cert_response() local
755 txt = "public key in new certificate does not match our enrollment key"; in cert_response()
771 if ((fail_info = cb(ctx, ctx->newCert, fail_info, &txt)) != 0 in cert_response()
772 && txt == NULL) in cert_response()
773 txt = "CMP client did not accept it"; in cert_response()
783 if (!ossl_cmp_exchange_certConf(ctx, rid, fail_info, txt)) in cert_response()
[all …]
H A Dcmp_local.h823 # define ossl_cmp_add_error_data(txt) ERR_add_error_txt(" : ", txt) argument
824 # define ossl_cmp_add_error_line(txt) ERR_add_error_txt("\n", txt) argument
1017 int fail_info, const char *txt);
1019 const char *txt, int errorCode, const char *detail);
/openssl/test/helpers/
H A Dpkcs12.c44 static int check_asn1_string(const ASN1_TYPE *av, const char *txt);
473 static int check_asn1_string(const ASN1_TYPE *av, const char *txt) in check_asn1_string() argument
485 if (!TEST_str_eq(txt, (char *)value)) in check_asn1_string()
490 if (!TEST_mem_eq(txt, strlen(txt), (char *)av->value.utf8string->data, in check_asn1_string()
496 if (!TEST_mem_eq(txt, strlen(txt), in check_asn1_string()
/openssl/
H A D.gitignore86 /crypto/err/openssl.txt.old
87 /engines/e_afalg.txt.old
88 /engines/e_capi.txt.old
89 /engines/e_dasync.txt.old
90 /engines/e_ossltest.txt.old
/openssl/crypto/objects/
H A DREADME.md1 objects.txt syntax
5 kind of hacks in `objects.txt`.
/openssl/demos/certs/
H A Dca.cnf81 database=index.txt
82 crlnumber=crlnum.txt
H A Docsprun.sh20 opensslcmd ocsp -port $PORT -index index.txt -CA intca.pem \
H A Dmkcerts.sh82 >index.txt
84 echo 01 >crlnum.txt
/openssl/doc/man1/
H A Dopenssl-smime.pod.in369 openssl smime -sign -in message.txt -text -out mail.msg \
374 openssl smime -sign -in message.txt -text -out mail.msg -nodetach \
380 openssl smime -sign -in in.txt -text -out mail.msg \
385 openssl smime -sign -in message.txt -text -out mail.msg \
390 openssl smime -sign -in in.txt -text -signer mycert.pem \
396 openssl smime -verify -in mail.msg -signer user.pem -out signedtext.txt
400 openssl smime -encrypt -in in.txt -out mail.msg -from steve@openssl.org \
406 openssl smime -sign -in ml.txt -signer my.pem -text \
428 openssl smime -verify -inform PEM -in signature.pem -content content.txt
432 openssl smime -verify -inform DER -in signature.der -content content.txt
[all …]
H A Dopenssl-dgst.pod.in223 openssl dgst -md5 -hex file.txt
225 openssl md5 file.txt
229 openssl dgst -sha256 -sign privatekey.pem -out signature.sign file.txt
231 openssl sha256 -sign privatekey.pem -out signature.sign file.txt
237 file.txt
H A Dopenssl-cms.pod.in781 openssl cms -sign -in message.txt -text -out mail.msg \
786 openssl cms -sign -in message.txt -text -out mail.msg -nodetach \
792 openssl cms -sign -in in.txt -text -out mail.msg \
797 openssl cms -sign -in message.txt -text -out mail.msg \
802 openssl cms -sign -in in.txt -text -signer mycert.pem \
808 openssl cms -verify -in mail.msg -signer user.pem -out signedtext.txt
812 openssl cms -encrypt -in in.txt -from steve@openssl.org \
818 openssl cms -sign -in ml.txt -signer my.pem -text \
856 openssl cms -sign -in message.txt -text -out mail.msg \
861 openssl cms -encrypt -in plain.txt -out mail.msg \
[all …]
/openssl/test/recipes/95-test_external_pkcs11_provider_data/
H A Dpkcs11-provider.sh64 cat $PKCS11_PROVIDER_BUILDDIR/meson-logs/testlog.txt

Completed in 73 milliseconds

123