Searched refs:subject (Results 1 – 23 of 23) sorted by relevance
/curl/tests/libtest/ |
H A D | lib3102.c | 45 char *subject = NULL; in is_chain_in_order() local 48 for(; slist && (!issuer || !subject); slist = slist->next) { in is_chain_in_order() 56 subject = slist->data + sizeof(subject_prefix)-1; in is_chain_in_order() 60 if(subject && issuer) { in is_chain_in_order() 62 printf(" subject: %s\n", subject); in is_chain_in_order() 68 if(strcmp(last_issuer, subject) != 0) { in is_chain_in_order()
|
/curl/tests/http/testenv/ |
H A D | certs.py | 136 def subject(self) -> x509.Name: member in Credentials 137 return self._cert.subject 391 subject: x509.Name, 409 .subject_name(subject) 506 issuer_subject = issuer.certificate.subject 511 subject = TestCA._make_x509_name(org_name=name, parent=issuer.subject if issuer else None) 512 csr = TestCA._make_csr(subject=subject, 528 subject = TestCA._make_x509_name(common_name=name, parent=issuer.subject) 529 csr = TestCA._make_csr(subject=subject, 546 subject = TestCA._make_x509_name(common_name=name, parent=issuer.subject) [all …]
|
/curl/docs/cmdline-opts/ |
H A D | help.md | 5 Arg: <subject> 21 Usage help. Provide help for the subject given as an optional argument. 32 If the provided subject is instead an existing command line option, specified
|
H A D | proto.md | 32 subject to later modification by subsequent entries in the comma separated
|
H A D | form.md | 41 pipe or similar) is not subject to buffering and is instead read at
|
/curl/lib/vtls/ |
H A D | x509asn1.h | 61 struct Curl_asn1Element subject; member
|
H A D | x509asn1.c | 828 beg = getASN1Element(&cert->subject, beg, end); in Curl_parseX509() 1100 result = DNtostr(&out, &cert.subject); in Curl_extract_certinfo()
|
/curl/tests/data/ |
H A D | test3000 | 35 HTTPS GET to localhost, first subject alt name matches, CN does not match
|
H A D | test3001 | 35 HTTPS GET to localhost, last subject alt name matches, CN does not match
|
H A D | test3023 | 35 HTTPS GET to localhost, first subject alt name matches, CN does not match (Schannel variant)
|
H A D | test3024 | 35 HTTPS GET to localhost, last subject alt name matches, CN does not match (Schannel variant)
|
H A D | test1461 | 40 -h, --help <subject> Get help for commands
|
H A D | test1706 | 110 subject to later modification by subsequent entries in the comma separated 226 permitted), though subject to later modification by subsequent
|
H A D | test1705 | 114 subject to later modification by subsequent entries in the comma separated 254 subject to later modification by subsequent entries in the comma separated
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_HTTPAUTH.md | 100 subject to a race condition. This behavior is subject to change in future
|
H A D | CURLOPT_SSL_CTX_FUNCTION.md | 74 internal handle. **This behavior is subject to change.** We recommend setting
|
/curl/tests/ |
H A D | testcurl.md | 26 sure the subject includes the word "autobuild" as the mail gets silently
|
H A D | runtests.pl | 429 my ($runnerid, $testnum, $testname, $subject, $firstref, $secondref)=@_; 438 logmsg "\n $testnum: $subject FAILED:\n"; 447 logmsg "FAIL: $testnum - $testname - $subject\n";
|
/curl/docs/libcurl/ |
H A D | libcurl-env-dbg.md | 22 These variables are intended for internal use only, subject to change and have
|
H A D | libcurl.md | 143 it opens a new one that is subject for reuse on a possible following call to
|
/curl/packages/OS400/ |
H A D | README.OS400 | 385 parameters are entered in a single field subject to quoting and escaping, in 388 to the standard output and is thus subject to transcoding. It is therefore
|
/curl/docs/ |
H A D | TODO | 17 All bugs documented in the KNOWN_BUGS document are subject for fixing.
|
H A D | FAQ | 1530 used before until someone brings up the subject and argues for and works on
|
Completed in 45 milliseconds