Home
last modified time | relevance | path

Searched refs:txt (Results 1 – 25 of 54) 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 …]
/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/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.txt293 # ShortMsgKAT_224.txt, Len = 0
299 # LongMsgKAT_224.txt, Len = 3560
305 # LongMsgKAT_224.txt, Len = 4064
312 # ShortMsgKAT_256.txt, Len = 0
318 # LongMsgKAT_256.txt, Len = 3560
324 # LongMsgKAT_256.txt, Len = 4064
331 # ShortMsgKAT_384.txt, Len = 0
337 # LongMsgKAT_384.txt, Len = 3560
343 # LongMsgKAT_384.txt, Len = 4064
350 # 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()
H A Dca-and-certs.cnf60 database = $dir/index.txt
H A Dtest.cnf12 database = $dir/index.txt # database index file.
/openssl/crypto/cmp/
H A Dcmp_client.c362 const char *txt) in ossl_cmp_exchange_certConf() argument
369 if ((certConf = ossl_cmp_certConf_new(ctx, fail_info, txt)) == NULL) in ossl_cmp_exchange_certConf()
382 const char *txt, int errorCode, const char *details) in ossl_cmp_exchange_error() argument
389 if ((si = OSSL_CMP_STATUSINFO_new(status, fail_info, txt)) == NULL) in ossl_cmp_exchange_error()
535 const char *txt = NULL; in cert_response() local
600 txt = "public key in new certificate does not match our enrollment key"; in cert_response()
616 if ((fail_info = cb(ctx, ctx->newCert, fail_info, &txt)) != 0 in cert_response()
617 && txt == NULL) in cert_response()
618 txt = "CMP client did not accept it"; in cert_response()
624 if (!ossl_cmp_exchange_certConf(ctx, fail_info, txt)) in cert_response()
[all …]
H A Dcmp_local.h742 # define ossl_cmp_add_error_data(txt) ERR_add_error_txt(" : ", txt) argument
743 # define ossl_cmp_add_error_line(txt) ERR_add_error_txt("\n", txt) argument
928 const char *txt);
930 const char *txt, int errorCode, const char *detail);
/openssl/
H A D.gitignore72 /crypto/err/openssl.txt.old
73 /engines/e_afalg.txt.old
74 /engines/e_capi.txt.old
75 /engines/e_dasync.txt.old
76 /engines/e_ossltest.txt.old
/openssl/test/helpers/
H A Dpkcs12.c44 static int check_asn1_string(const ASN1_TYPE *av, const char *txt);
465 static int check_asn1_string(const ASN1_TYPE *av, const char *txt) in check_asn1_string() argument
477 if (!TEST_str_eq(txt, (char *)value)) in check_asn1_string()
482 if (!TEST_mem_eq(txt, strlen(txt), (char *)av->value.utf8string->data, in check_asn1_string()
488 if (!TEST_mem_eq(txt, strlen(txt), in check_asn1_string()
/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.sh13 $OPENSSL ocsp -port $PORT -index index.txt -CA intca.pem \
H A Dmkcerts.sh77 >index.txt
79 echo 01 >crlnum.txt
H A DREADME.txt10 The script then creates an empty index.txt file and adds entries for the
/openssl/doc/man1/
H A Dopenssl-smime.pod.in374 openssl smime -sign -in message.txt -text -out mail.msg \
379 openssl smime -sign -in message.txt -text -out mail.msg -nodetach \
385 openssl smime -sign -in in.txt -text -out mail.msg \
390 openssl smime -sign -in message.txt -text -out mail.msg \
395 openssl smime -sign -in in.txt -text -signer mycert.pem \
401 openssl smime -verify -in mail.msg -signer user.pem -out signedtext.txt
405 openssl smime -encrypt -in in.txt -from steve@openssl.org \
411 openssl smime -sign -in ml.txt -signer my.pem -text \
433 openssl smime -verify -inform PEM -in signature.pem -content content.txt
437 openssl smime -verify -inform DER -in signature.der -content content.txt
[all …]
H A Dopenssl-dgst.pod.in222 openssl dgst -md5 -hex file.txt
224 openssl md5 file.txt
228 openssl dgst -sha256 -sign privatekey.pem -out signature.sign file.txt
230 openssl sha256 -sign privatekey.pem -out signature.sign file.txt
236 file.txt
H A Dopenssl-cms.pod.in780 openssl cms -sign -in message.txt -text -out mail.msg \
785 openssl cms -sign -in message.txt -text -out mail.msg -nodetach \
791 openssl cms -sign -in in.txt -text -out mail.msg \
796 openssl cms -sign -in message.txt -text -out mail.msg \
801 openssl cms -sign -in in.txt -text -signer mycert.pem \
807 openssl cms -verify -in mail.msg -signer user.pem -out signedtext.txt
811 openssl cms -encrypt -in in.txt -from steve@openssl.org \
817 openssl cms -sign -in ml.txt -signer my.pem -text \
855 openssl cms -sign -in message.txt -text -out mail.msg \
860 openssl cms -encrypt -in plain.txt -out mail.msg \
[all …]
/openssl/util/
H A Dcheck-format-test-negatives.c389 const char *curr = txt, *next = txt; in fun()
/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_verification.csv27 0,srvcert is empty file, -section,, -recipient,"""",BLANK,, -srvcert,empty.txt, -trusted,"""",BLANK…
33 0,trusted empty file, -section,, -recipient,_CA_DN,BLANK,,BLANK,, -trusted,empty.txt,BLANK,,BLANK, …
39 …,, -recipient,_CA_DN,BLANK,,BLANK,, -trusted,trusted.crt, -untrusted,empty.txt,BLANK, -unprotected…
/openssl/doc/HOWTO/
H A Dcertificates.txt38 create private keys can be found at https://www.openssl.org/docs/HOWTO/keys.txt.
60 <formats.txt?>). In some cases, -outform does not let you output the
99 another HOWTO <formats.txt?>, I will just mention the simplest case.
/openssl/test/recipes/90-test_includes_data/conf-includes/
H A Dincludes1.cnf17 database = $dir/index.txt # database index file.
/openssl/doc/internal/man3/
H A Dossl_cmp_print_log.pod42 #define ossl_cmp_add_error_data(txt)
43 #define ossl_cmp_add_error_line(txt)

Completed in 76 milliseconds

123