Searched refs:certificate (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dtest_ca.in51 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 (1
[all...]
H A Dtest_windows.in52 ${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
H A Dtest_pkcs11.in44 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
H A Dtest_cert.in60 ${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
H A Dtest_java_pkcs11.in60 certificate cert User certificate FILE:$srcdir/data/test.crt,$srcdir/data/test.key
H A Dtest_cms.in53 --certificate=FILE:$srcdir/data/test.crt,$srcdir/data/test.key \
66 --certificate=FILE:$srcdir/data/test.crt,$srcdir/data/test.key \
88 --certificate=FILE:$srcdir/data/test.crt,$srcdir/data/test-pw.key \
101 --certificate=FILE:$srcdir/data/test.combined.crt \
114 --certificate=FILE:$srcdir/data/test.crt,$srcdir/data/test.key \
129 --certificate=FILE:$srcdir/data/test.crt,$srcdir/data/test.key \
143 --certificate=FILE:$srcdir/data/test.crt,$srcdir/data/test.key \
150 --certificate=FILE:$srcdir/data/test.crt,$srcdir/data/test.key \
159 --certificate=PKCS12:$srcdir/data/test.p12 \
192 --certificate
[all...]
H A Dtest_crypto.in169 ${hxtool} certificate-copy \
174 ${hxtool} certificate-copy \
179 ${hxtool} certificate-copy \
183 echo "print certificate with utf8"
H A Dtest_chain.in192 --allow-proxy-certificate \
205 --allow-proxy-certificate \
213 --allow-proxy-certificate \
220 --allow-proxy-certificate \
227 --allow-proxy-certificate \
235 --allow-proxy-certificate \
H A Dca.c65 * Allocate an to-be-signed certificate object that will be converted
66 * into an certificate.
124 * Set the absolute time when the certificate is valid from. If not
146 * Set the absolute time when the certificate is valid to.
150 * @param t time when the certificate will expire
171 * @param delta seconds to the certificate is going to expire.
213 * Initialize the to-be-signed certificate object from a template certifiate.
219 * @param cert template certificate.
291 * Make the to-be-signed certificate object a CA certificate
937 ca_sign(hx509_context context, hx509_ca_tbs tbs, hx509_private_key signer, const AuthorityKeyIdentifier *ai, const Name *issuername, hx509_cert *certificate) argument
1349 get_AuthorityKeyIdentifier(hx509_context context, const Certificate *certificate, AuthorityKeyIdentifier *ai) argument
1463 hx509_ca_sign(hx509_context context, hx509_ca_tbs tbs, hx509_cert signer, hx509_cert *certificate) argument
1507 hx509_ca_sign_self(hx509_context context, hx509_ca_tbs tbs, hx509_private_key signer, hx509_cert *certificate) argument
[all...]
H A Dhx_locl.h133 Certificate *certificate; member in struct:hx509_query_data
H A Dcert.c40 * @page page_cert The basic certificate
43 * hx509_cert object is representing one X509/PKIX certificate and
47 * page_keyset), but its also possible to create a certificate
207 * Allocate and init an hx509 certificate object from the decoded
208 * certificate `c�.
251 * Just like hx509_cert_init(), but instead of a decode certificate
253 * DER/BER encoded certificate.
255 * If the memory region doesn't contain just the certificate and
260 * @param ptr pointer to memory region containing encoded certificate.
262 * @param cert a return pointer to a hx509 certificate objec
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dcert_37.h31 unsigned char *certificate; member in struct:dns_rdata_cert
H A Dcert_37.c186 return (mem_tobuffer(target, cert->certificate, cert->length));
212 cert->certificate = mem_maybedup(mctx, region.base, region.length);
213 if (cert->certificate == NULL)
230 if (cert->certificate != NULL)
231 isc_mem_free(cert->mctx, cert->certificate);
/freebsd-9.3-release/crypto/heimdal/tests/kdc/
H A Dcheck-pkinit.in123 ${hxtool} issue-certificate \
128 --certificate="FILE:ca.crt" || exit 1
130 echo "issue kdc certificate"
131 ${hxtool} issue-certificate \
132 --ca-certificate=FILE:$objdir/ca.crt,${keyfile} \
136 --certificate="FILE:kdc.crt" || exit 1
138 echo "issue user certificate (pkinit san)"
139 ${hxtool} issue-certificate \
140 --ca-certificate=FILE:$objdir/ca.crt,${keyfile} \
144 --certificate
[all...]
/freebsd-9.3-release/crypto/openssl/test/
H A Dtestss33 echo "make a certificate request using 'req'"
45 echo "error using 'req' to generate a certificate request"
49 echo "convert the certificate request into a self signed certificate using 'x509'"
52 echo "error using 'x509' to self sign a certificate request"
57 echo "convert a certificate into a certificate request using 'x509'"
60 echo "error using 'x509' convert a certificate to a certificate request"
83 echo "make a user certificate reques
[all...]
H A DCAss.cnf3 # This is mostly being used for generation of certificate requests.
42 certificate = $dir/cacert.pem # The CA certificate
H A Dtest.cnf3 # This is mostly being used for generation of certificate requests.
21 certificate = $dir/CAcert.pem # The CA certificate
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dkx509.c122 if (rep->certificate)
123 HMAC_Update(&ctx, rep->certificate->data, rep->certificate->length);
143 krb5_data *certificate)
266 ret = hx509_cert_binary(hxctx, cert, certificate);
392 ALLOC(rep.certificate);
393 if (rep.certificate == NULL)
395 krb5_data_zero(rep.certificate);
403 cprincipal, rep.certificate);
138 build_certificate(krb5_context context, krb5_kdc_configuration *config, const krb5_data *key, time_t endtime, krb5_principal principal, krb5_data *certificate) argument
/freebsd-9.3-release/crypto/openssl/crypto/cms/
H A Dcms_lib.c468 if (!X509_cmp(cch->d.certificate, cert)) {
479 cch->d.certificate = cert;
560 if (!sk_X509_push(certs, cch->d.certificate)) {
564 CRYPTO_add(&cch->d.certificate->references, 1, CRYPTO_LOCK_X509);
H A Dcms_lcl.h138 /* Signing certificate and key */
319 X509 *certificate; member in union:CMS_CertificateChoices::__anon31
H A Dcms_asn1.c73 ASN1_SIMPLE(CMS_CertificateChoices, d.certificate, X509),
H A Dcms_sd.c550 x = cch->d.certificate;
/freebsd-9.3-release/crypto/openssl/crypto/store/
H A Dstr_lib.c249 if (!object || !object->data.x509.certificate) {
254 CRYPTO_add(&object->data.x509.certificate->references, 1,
259 x = object->data.x509.certificate;
283 object->data.x509.certificate = data;
376 if (!object || !object->data.x509.certificate) {
381 CRYPTO_add(&object->data.x509.certificate->references, 1,
386 x = object->data.x509.certificate;
1171 X509_free(data->data.x509.certificate);
H A Dstore.h234 X509 *certificate; member in struct:STORE_OBJECT_st::__anon89::__anon90
/freebsd-9.3-release/lib/bind/dns/dns/
H A Drdatastruct.h1283 unsigned char *certificate; member in struct:dns_rdata_cert

Completed in 224 milliseconds

12