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

1 2 3

  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
test_ca.in 51 echo "create certificate request"
57 echo "issue certificate"
58 ${hxtool} issue-certificate \
59 --ca-certificate=FILE:$srcdir/data/ca.crt,$srcdir/data/ca.key \
62 --certificate="FILE:cert-ee.pem" || exit 1
64 echo "verify certificate"
74 echo "verify certificate (with CRL)"
86 echo "verify certificate (included in CRL)"
99 echo "verify certificate (included in CRL, and lifetime 1 month)"
105 echo "issue certificate (10years 1 month)
    [all...]
test_windows.in 52 ${hxtool} issue-certificate \
58 --certificate="FILE:wca.pem" || exit 1
61 ${hxtool} issue-certificate \
67 --certificate="FILE:wdc.pem" \
70 --ca-certificate=FILE:wca.pem || exit 1
74 ${hxtool} issue-certificate \
81 --certificate="FILE:wuser.pem" \
82 --ca-certificate=FILE:wca.pem || exit 1
test_pkcs11.in 44 certificate cert User certificate FILE:$srcdir/data/test.crt,$srcdir/data/test.key
54 certificate cert User certificate FILE:$srcdir/data/test.crt,$srcdir/data/test-pw.key
test_java_pkcs11.in 60 certificate cert User certificate FILE:$srcdir/data/test.crt,$srcdir/data/test.key
test_cms.in 56 --certificate=FILE:$srcdir/data/secp256r2TestClient.pem \
70 --certificate=FILE:$srcdir/data/test.crt,$srcdir/data/test.key \
84 --certificate=FILE:$srcdir/data/test.crt,$srcdir/data/test.key \
106 --certificate=FILE:$srcdir/data/test.crt,$srcdir/data/test.key \
128 --certificate=FILE:$srcdir/data/test.crt,$srcdir/data/test-pw.key \
141 --certificate=FILE:$srcdir/data/test.combined.crt \
154 --certificate=FILE:$srcdir/data/test.crt,$srcdir/data/test.key \
169 --certificate=FILE:$srcdir/data/test.crt,$srcdir/data/test.key \
183 --certificate=FILE:$srcdir/data/test.crt,$srcdir/data/test.key \
198 --certificate=FILE:$srcdir/data/test.crt,$srcdir/data/test.key
    [all...]
test_cert.in 60 ${hxtool} certificate-copy \
63 ${hxtool} certificate-copy PEM-FILE:cert-pem.tmp DER-FILE:cert-der.tmp || exit 1
64 ${hxtool} certificate-copy DER-FILE:cert-der.tmp PEM-FILE:cert-pem2.tmp || exit 1
test_crypto.in 169 ${hxtool} certificate-copy \
174 ${hxtool} certificate-copy \
179 ${hxtool} certificate-copy \
183 echo "print certificate with utf8"
test_chain.in 206 --allow-proxy-certificate \
219 --allow-proxy-certificate \
227 --allow-proxy-certificate \
234 --allow-proxy-certificate \
241 --allow-proxy-certificate \
249 --allow-proxy-certificate \
  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
cert_37.h 26 unsigned char *certificate; member in struct:dns_rdata_cert
cert_37.c 184 return mem_tobuffer(target, cert->certificate, cert->length);
208 cert->certificate = mem_maybedup(mctx, region.base, region.length);
224 if (cert->certificate != NULL) {
225 isc_mem_free(cert->mctx, cert->certificate);
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
cert_37.h 27 unsigned char *certificate; member in struct:dns_rdata_cert
cert_37.c 185 return (mem_tobuffer(target, cert->certificate, cert->length));
211 cert->certificate = mem_maybedup(mctx, region.base, region.length);
212 if (cert->certificate == NULL) {
231 if (cert->certificate != NULL) {
232 isc_mem_free(cert->mctx, cert->certificate);
  /src/crypto/external/bsd/heimdal/dist/tests/kdc/
check-pkinit.in 122 ${hxtool} issue-certificate \
127 --certificate="FILE:ca.crt" || exit 1
129 echo "issue kdc certificate"
130 ${hxtool} issue-certificate \
131 --ca-certificate=FILE:$objdir/ca.crt,${keyfile} \
135 --certificate="FILE:kdc.crt" || exit 1
137 echo "issue user certificate (pkinit san)"
138 ${hxtool} issue-certificate \
139 --ca-certificate=FILE:$objdir/ca.crt,${keyfile} \
143 --certificate="FILE:pkinit.crt" || exit
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/90-test_store_data/
ca.cnf 27 certificate = ./demoCA/cacert.pem
32 certificate = cacert.pem
38 cert_opt = ca_default # Certificate field options
  /src/crypto/dist/ipsec-tools/src/racoon/samples/roadwarrior/client/
racoon.conf 1 path certificate "/etc/openssl/certs";
  /src/crypto/dist/ipsec-tools/src/racoon/samples/roadwarrior/server/
racoon.conf 1 path certificate "/etc/openssl/certs";
  /src/external/bsd/pkg_install/dist/lib/
pkcs7.c 91 warnx("Can't read certificate in file: %s", file);
103 warnx("No certificate found in file %s", file);
135 warnx("Failed to create certificate store");
177 warnx("Certificate must have CODE SIGNING "
183 warnx("Certificate must not have any property");
235 X509 *certificate; local
254 warnx("More then one certificate in the certificate file");
257 certificate = sk_X509_value(c, 0);
260 X509_check_purpose(certificate, -1, 0)
    [all...]
  /src/share/examples/racoon/
Makefile 13 FAQ README.certificate README.gssapi README.plainrsa
  /src/crypto/external/bsd/heimdal/dist/kdc/
kx509.c 145 if (rep->certificate)
146 HMAC_Update(ctx, rep->certificate->data, rep->certificate->length);
170 krb5_data *certificate)
329 ret = hx509_cert_binary(context->hx509ctx, cert, certificate);
503 ALLOC(rep.certificate);
504 if (rep.certificate == NULL)
506 krb5_data_zero(rep.certificate);
514 cprincipal, rep.certificate);
  /src/crypto/external/bsd/openssl.old/dist/test/ct/
log_list.conf 4 description = https://github.com/google/certificate-transparency/tree/99218b6445906a81f219d84e9c6d2683e13e4e58/test/testdata
  /src/usr.bin/nbsvtool/
nbsvtool.c 64 * `outfile'. The signer certificate `cert' and private key
102 * path from the signing certificate to the given trust anchor, extra
158 "Certificate doesn't match required key usage: %s",
195 err(EXIT_FAILURE, "Cannot open certificate file %s", file);
210 errx(EXIT_FAILURE, "Can't read certificate file %s",
217 errx(EXIT_FAILURE, "No certificate found file %s", file);
232 X509 *certificate; member in struct:__anon8302
238 * Load the certificate file `cert_file' with the associated private
240 * matches the certificate. The optional hints for the path to the CA
252 errx(EXIT_FAILURE, "No certificate file given")
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/
CAss.cnf 3 # This is mostly being used for generation of certificate requests.
42 certificate = $dir/cacert.pem # The CA certificate
51 cert_opt = ca_default # Certificate field options
test.cnf 3 # This is mostly being used for generation of certificate requests.
21 certificate = $dir/CAcert.pem # The CA certificate
  /src/external/mpl/bind/dist/bin/tests/system/doth/CA/
CA.cfg 2 # To issue a certificate:
4 # 1. Generate the next certificate serial (if the file does not exist):
6 # 2. Create the new certificate request (e.g. for foo.example.com):
12 # The above will generate request for an RSA-based certificate. One
13 # can issue an ECDSA-based certificate by replacing "-newkey rsa" with
16 # 3. Issue the certificate:
24 # To revoke a certificate:
26 # 1. Revoke the certificate via file (e.g. for foo.example.com):
28 # 2. Optionally remove the certificate file if you do not need it anymore:
30 # 3. Generate the certificate revocation list file: CRL (e.g. revoked.crl)
    [all...]
  /src/external/bsd/unbound/dist/winrc/
unbound-control-setup.cmd 77 rem create certificate keys; do not recreate if they already exist.
115 echo create %SVR_BASE%.pem (self signed certificate)
139 echo create %CTL_BASE%.pem (signed client certificate)
150 rem echo "create %CTL_BASE%_browser.pfx (web client certificate)"
151 rem echo "create webbrowser PKCSrem12 .PFX certificate file. In Firefox import in:"
154 rem "%SSL_PROGRAM%" pkcs12 -export -in %CTL_BASE%_trust.pem -inkey %CTL_BASE%.key -name "unbound remote control client cert" -out %CTL_BASE%_browser.pfx -password "pass:" || echo could not create browser certificate && exit 1

Completed in 31 milliseconds

1 2 3