Home
last modified time | relevance | path

Searched refs:subject (Results 1 – 23 of 23) sorted by relevance

/curl/tests/libtest/
H A Dlib3102.c45 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 Dcerts.py135 def subject(self) -> x509.Name: member in Credentials
136 return self._cert.subject
388 subject: x509.Name,
406 .subject_name(subject)
502 issuer_subject = issuer.certificate.subject
507 subject = TestCA._make_x509_name(org_name=name, parent=issuer.subject if issuer else None)
508 csr = TestCA._make_csr(subject=subject,
525 subject = TestCA._make_x509_name(common_name=name, parent=issuer.subject)
526 csr = TestCA._make_csr(subject=subject,
543 subject = TestCA._make_x509_name(common_name=name, parent=issuer.subject)
[all …]
/curl/docs/cmdline-opts/
H A Dhelp.md5 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 Dproto.md32 subject to later modification by subsequent entries in the comma separated
H A Dform.md41 pipe or similar) is not subject to buffering and is instead read at
/curl/lib/vtls/
H A Dx509asn1.h61 struct Curl_asn1Element subject; member
H A Dx509asn1.c828 beg = getASN1Element(&cert->subject, beg, end); in Curl_parseX509()
1100 result = DNtostr(&out, &cert.subject); in Curl_extract_certinfo()
/curl/tests/data/
H A Dtest300035 HTTPS GET to localhost, first subject alt name matches, CN does not match
H A Dtest300135 HTTPS GET to localhost, last subject alt name matches, CN does not match
H A Dtest302335 HTTPS GET to localhost, first subject alt name matches, CN does not match (Schannel variant)
H A Dtest302435 HTTPS GET to localhost, last subject alt name matches, CN does not match (Schannel variant)
H A Dtest146140 -h, --help <subject> Get help for commands
H A Dtest1706110 subject to later modification by subsequent entries in the comma separated
226 permitted), though subject to later modification by subsequent
H A Dtest1705114 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 DCURLOPT_HTTPAUTH.md100 subject to a race condition. This behavior is subject to change in future
H A DCURLOPT_SSL_CTX_FUNCTION.md74 internal handle. **This behavior is subject to change.** We recommend setting
/curl/tests/
H A Dtestcurl.md26 sure the subject includes the word "autobuild" as the mail gets silently
H A Druntests.pl429 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 Dlibcurl-env-dbg.md22 These variables are intended for internal use only, subject to change and have
H A Dlibcurl.md143 it opens a new one that is subject for reuse on a possible following call to
/curl/packages/OS400/
H A DREADME.OS400385 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 DTODO17 All bugs documented in the KNOWN_BUGS document are subject for fixing.
H A DFAQ1530 used before until someone brings up the subject and argues for and works on

Completed in 46 milliseconds