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

/freebsd-10.2-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_java_pkcs11.in60 certificate cert User certificate FILE:$srcdir/data/test.crt,$srcdir/data/test.key
H A Dtest_cms.in56 --certificate=FILE:$srcdir/data/secp160r2TestClient.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
[all...]
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_crypto.in169 ${hxtool} certificate-copy \
174 ${hxtool} certificate-copy \
179 ${hxtool} certificate-copy \
183 echo "print certificate with utf8"
H A Dtest_chain.in206 --allow-proxy-certificate \
219 --allow-proxy-certificate \
227 --allow-proxy-certificate \
234 --allow-proxy-certificate \
241 --allow-proxy-certificate \
249 --allow-proxy-certificate \
H A Dca.c68 * Allocate an to-be-signed certificate object that will be converted
69 * into an certificate.
119 * Set the absolute time when the certificate is valid from. If not
141 * Set the absolute time when the certificate is valid to.
145 * @param t time when the certificate will expire
166 * @param delta seconds to the certificate is going to expire.
208 * Initialize the to-be-signed certificate object from a template certifiate.
214 * @param cert template certificate.
286 * Make the to-be-signed certificate object a CA certificate
983 ca_sign(hx509_context context, hx509_ca_tbs tbs, hx509_private_key signer, const AuthorityKeyIdentifier *ai, const Name *issuername, hx509_cert *certificate) argument
1425 get_AuthorityKeyIdentifier(hx509_context context, const Certificate *certificate, AuthorityKeyIdentifier *ai) argument
1538 hx509_ca_sign(hx509_context context, hx509_ca_tbs tbs, hx509_cert signer, hx509_cert *certificate) argument
1582 hx509_ca_sign_self(hx509_context context, hx509_ca_tbs tbs, hx509_private_key signer, hx509_cert *certificate) argument
[all...]
H A Dhx_locl.h140 Certificate *certificate; member in struct:hx509_query_data
H A Dcert.c39 * @page page_cert The basic certificate
42 * hx509_cert object is representing one X509/PKIX certificate and
46 * 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-10.2-release/crypto/heimdal/kdc/
H A Dkx509.c123 if (rep->certificate)
124 HMAC_Update(&ctx, rep->certificate->data, rep->certificate->length);
144 krb5_data *certificate)
258 ret = hx509_cert_binary(context->hx509ctx, cert, certificate);
398 ALLOC(rep.certificate);
399 if (rep.certificate == NULL)
401 krb5_data_zero(rep.certificate);
409 cprincipal, rep.certificate);
139 build_certificate(krb5_context context, krb5_kdc_configuration *config, const krb5_data *key, time_t endtime, krb5_principal principal, krb5_data *certificate) argument
/freebsd-10.2-release/crypto/openssl/crypto/cms/
H A Dcms_lib.c458 if (!X509_cmp(cch->d.certificate, cert)) {
469 cch->d.certificate = cert;
559 if (!sk_X509_push(certs, cch->d.certificate)) {
563 CRYPTO_add(&cch->d.certificate->references, 1, CRYPTO_LOCK_X509);
H A Dcms_lcl.h138 /* Signing certificate and key */
322 X509 *certificate; member in union:CMS_CertificateChoices::__anon5436
H A Dcms_asn1.c73 ASN1_SIMPLE(CMS_CertificateChoices, d.certificate, X509),
H A Dcms_sd.c539 x = cch->d.certificate;
/freebsd-10.2-release/etc/rc.d/
H A Dsendmail59 # make certificate authority
76 certificate = \$dir/cacert.pem # The CA certificate
133 # make new certificate
138 # sign certificate
195 info Creating certificate for sendmail.
/freebsd-10.2-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.h240 X509 *certificate; member in struct:STORE_OBJECT_st::__anon5607::__anon5608
/freebsd-10.2-release/contrib/unbound/
H A Dconfigure1512 set default pathname to root update certificate file

Completed in 167 milliseconds