HomeSort by: relevance | last modified time | path
    Searched refs:subject (Results 1 - 25 of 650) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
test_req.in 52 --subject="CN=Love,DC=it,DC=su,DC=se" \
60 --subject="CN=Love,DC=it,DC=su,DC=se" \
test_windows.in 56 --subject="CN=Windows-CA,DC=heimdal,DC=pki" \
66 --subject="CN=kdc.heimdal.pki,dc=heimdal,dc=pki" \
78 --subject="CN=User,DC=heimdal,DC=pki" \
test_ca.in 53 --subject="CN=Love,DC=it,DC=su,DC=se" \
60 --subject="cn=foo" \
108 --subject="cn=foo" \
116 --subject="cn=foo" \
125 --subject="cn=foo" \
134 --subject="cn=foo" \
143 --subject="cn=foo" \
171 --subject="cn=www.test.h5l.se" \
191 --subject="cn=foo" \
197 echo "issue certificate (email, null subject DN)
    [all...]
req.c 184 "PKCS10 needs to have a subject");
194 &r.certificationRequestInfo.subject);
249 hx509_name subject; local
292 ret = _hx509_name_from_Name(&rinfo->subject, &subject);
298 ret = hx509_request_set_name(context, *req, subject);
299 hx509_name_free(&subject);
316 char *subject; local
317 ret = hx509_name_to_string(req->name, &subject);
322 fprintf(f, "name: %s\n", subject);
    [all...]
  /src/external/gpl3/gcc/dist/contrib/gcc-changelog/
git_email.py 34 SUBJECT_PREFIX = 'Subject: '
44 subject = ''
58 subject = line[len(SUBJECT_PREFIX):]
61 subject += line
67 if subject:
68 subject = subject_patch_regex.sub('', subject)
70 # Note: commit message consists of email subject, empty line, email body
71 message = [subject] + lines[len(header):]
  /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
git_email.py 32 SUBJECT_PREFIX = 'Subject: '
43 subject = ''
55 subject = line[len(SUBJECT_PREFIX):]
58 subject += line
64 if subject:
65 subject = subject_patch_regex.sub('', subject)
67 # Note: commit message consists of email subject, empty line, email body
68 message = [subject] + lines[len(header):]
  /src/crypto/external/apache2/openssl/dist/crypto/ocsp/
ocsp_lib.c 22 OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, const X509 *subject,
31 if (subject) {
32 iname = X509_get_issuer_name(subject);
33 serial = X509_get0_serialNumber(subject);
  /src/crypto/external/bsd/openssl/dist/crypto/ocsp/
ocsp_lib.c 22 OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, const X509 *subject,
31 if (subject) {
32 iname = X509_get_issuer_name(subject);
33 serial = X509_get0_serialNumber(subject);
  /src/external/mpl/bind/dist/bin/tests/system/checkconf/
bad-catz-zone.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-duplicate-remote-servers-synonyms.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-duration.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-empty-include.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-interface-interval.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-ipv4-prefix-dotted2.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-lifetime.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-lmdb-mapsize-bogus.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-lmdb-mapsize-toolarge.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-lmdb-mapsize-toosmall.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-lmdb-mapsize-unlimited.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-maxncachettl-2.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-maxncachettl-4.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-mirror-explicit-notify-yes.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-mirror-non-root-zone-without-masters.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-mirror-recursion-no.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-mirror-zonename.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public

Completed in 52 milliseconds

1 2 3 4 5 6 7 8 91011>>