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

123456789

/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecCertificateInternal.h37 CFDataRef SecCertificateGetAuthorityKeyID(SecCertificateRef certificate);
38 CFDataRef SecCertificateGetSubjectKeyID(SecCertificateRef certificate);
41 this certificate. */
42 CFArrayRef SecCertificateGetCRLDistributionPoints(SecCertificateRef certificate);
45 certificate. */
46 CFArrayRef SecCertificateGetOCSPResponders(SecCertificateRef certificate);
49 certificate. */
50 CFArrayRef SecCertificateGetCAIssuers(SecCertificateRef certificate);
52 /* Dump certificate for debugging. */
53 void SecCertificateShow(SecCertificateRef certificate);
[all...]
H A DSecCertificatePriv.h27 type of keychain item that represents a certificate. You can store a
28 certificate in a keychain, but a certificate can also be a transient
31 You can use a certificate as a keychain item in most functions.
77 /* Return a certificate for the DER representation of this certificate.
79 certificate. */
83 /* Return the length of the DER representation of this certificate. */
84 CFIndex SecCertificateGetLength(SecCertificateRef certificate);
86 /* Return the bytes of the DER representation of this certificate
[all...]
H A DSecTrustStore.h26 CertificateSource API to a system root certificate store
49 SecCertificateRef certificate);
53 SecCertificateRef certificate,
57 SecCertificateRef certificate);
H A DSecIdentityPriv.h39 @abstract create a new identity object from the passed-in certificate
44 SecCertificateRef certificate, SecKeyRef privateKey);
H A DSecCertificate.h28 certificate. You can store a certificate in a keychain, but a
29 certificate can also be a transient object.
31 You can use a certificate as a keychain item in most functions.
52 @abstract Create a certificate given it's DER representation as a CFData.
53 @param allocator CFAllocator to allocate the certificate with.
54 @param certificate DER encoded X.509 certificate.
56 X.509 certificate, return a SecCertificateRef otherwise.
63 @abstract Return the DER representation of an X.509 certificate
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecCertificateInternalP.h40 CFDataRef SecCertificateGetAuthorityKeyID(SecCertificateRefP certificate);
41 CFDataRef SecCertificateGetSubjectKeyID(SecCertificateRefP certificate);
44 this certificate. */
45 CFArrayRef SecCertificateGetCRLDistributionPoints(SecCertificateRefP certificate);
48 certificate. */
49 CFArrayRef SecCertificateGetOCSPResponders(SecCertificateRefP certificate);
52 certificate. */
53 CFArrayRef SecCertificateGetCAIssuers(SecCertificateRefP certificate);
55 /* Dump certificate for debugging. */
56 void SecCertificateShow(SecCertificateRefP certificate);
[all...]
H A DSecCertificatePrivP.h27 type of keychain item that represents a certificate. You can store a
28 certificate in a keychain, but a certificate can also be a transient
31 You can use a certificate as a keychain item in most functions.
67 /* Return a certificate for the DER representation of this certificate.
69 certificate. */
73 /* Return the length of the DER representation of this certificate. */
74 CFIndex SecCertificateGetLengthP(SecCertificateRefP certificate);
76 /* Return the bytes of the DER representation of this certificate
[all...]
H A DSecCertificatePriv.h49 /* Return a certificate for the DER representation of this certificate.
51 certificate. */
55 /* Return the length of the DER representation of this certificate. */
56 CFIndex SecCertificateGetLength(SecCertificateRef certificate);
58 /* Return the bytes of the DER representation of this certificate. */
59 const UInt8 *SecCertificateGetBytePtr(SecCertificateRef certificate);
61 /* Return the SHA-1 hash of this certificate. */
62 CFDataRef SecCertificateGetSHA1Digest(SecCertificateRef certificate);
65 OSStatus SecCertificateGetCommonName(SecCertificateRef certificate, CFStringRe
[all...]
H A DSecCertificateP.h28 certificate. You can store a certificate in a keychain, but a
29 certificate can also be a transient object.
31 You can use a certificate as a keychain item in most functions.
55 @abstract Create a certificate given it's DER representation as a CFData.
56 @param allocator CFAllocator to allocate the certificate with.
57 @param certificate DER encoded X.509 certificate.
59 X.509 certificate, return a SecCertificateRef otherwise.
66 @abstract Return the DER representation of an X.509 certificate
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecCertificateInternalP.h40 CFDataRef SecCertificateGetAuthorityKeyID(SecCertificateRefP certificate);
41 CFDataRef SecCertificateGetSubjectKeyID(SecCertificateRefP certificate);
44 this certificate. */
45 CFArrayRef SecCertificateGetCRLDistributionPoints(SecCertificateRefP certificate);
48 certificate. */
49 CFArrayRef SecCertificateGetOCSPResponders(SecCertificateRefP certificate);
52 certificate. */
53 CFArrayRef SecCertificateGetCAIssuers(SecCertificateRefP certificate);
55 /* Dump certificate for debugging. */
56 void SecCertificateShow(SecCertificateRefP certificate);
[all...]
H A DSecCertificatePrivP.h27 type of keychain item that represents a certificate. You can store a
28 certificate in a keychain, but a certificate can also be a transient
31 You can use a certificate as a keychain item in most functions.
67 /* Return a certificate for the DER representation of this certificate.
69 certificate. */
73 /* Return the length of the DER representation of this certificate. */
74 CFIndex SecCertificateGetLengthP(SecCertificateRefP certificate);
76 /* Return the bytes of the DER representation of this certificate
[all...]
H A DSecCertificatePriv.h49 /* Return a certificate for the DER representation of this certificate.
51 certificate. */
55 /* Return the length of the DER representation of this certificate. */
56 CFIndex SecCertificateGetLength(SecCertificateRef certificate);
58 /* Return the bytes of the DER representation of this certificate. */
59 const UInt8 *SecCertificateGetBytePtr(SecCertificateRef certificate);
61 /* Return the SHA-1 hash of this certificate. */
62 CFDataRef SecCertificateGetSHA1Digest(SecCertificateRef certificate);
65 OSStatus SecCertificateGetCommonName(SecCertificateRef certificate, CFStringRe
[all...]
H A DSecCertificateP.h28 certificate. You can store a certificate in a keychain, but a
29 certificate can also be a transient object.
31 You can use a certificate as a keychain item in most functions.
55 @abstract Create a certificate given it's DER representation as a CFData.
56 @param allocator CFAllocator to allocate the certificate with.
57 @param certificate DER encoded X.509 certificate.
59 X.509 certificate, return a SecCertificateRef otherwise.
66 @abstract Return the DER representation of an X.509 certificate
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecCertificateInternalP.h40 CFDataRef SecCertificateGetAuthorityKeyID(SecCertificateRefP certificate);
41 CFDataRef SecCertificateGetSubjectKeyID(SecCertificateRefP certificate);
44 this certificate. */
45 CFArrayRef SecCertificateGetCRLDistributionPoints(SecCertificateRefP certificate);
48 certificate. */
49 CFArrayRef SecCertificateGetOCSPResponders(SecCertificateRefP certificate);
52 certificate. */
53 CFArrayRef SecCertificateGetCAIssuers(SecCertificateRefP certificate);
55 /* Dump certificate for debugging. */
56 void SecCertificateShow(SecCertificateRefP certificate);
[all...]
H A DSecCertificatePrivP.h27 type of keychain item that represents a certificate. You can store a
28 certificate in a keychain, but a certificate can also be a transient
31 You can use a certificate as a keychain item in most functions.
67 /* Return a certificate for the DER representation of this certificate.
69 certificate. */
73 /* Return the length of the DER representation of this certificate. */
74 CFIndex SecCertificateGetLengthP(SecCertificateRefP certificate);
76 /* Return the bytes of the DER representation of this certificate
[all...]
H A DSecCertificatePriv.h49 /* Return a certificate for the DER representation of this certificate.
51 certificate. */
55 /* Return the length of the DER representation of this certificate. */
56 CFIndex SecCertificateGetLength(SecCertificateRef certificate);
58 /* Return the bytes of the DER representation of this certificate. */
59 const UInt8 *SecCertificateGetBytePtr(SecCertificateRef certificate);
61 /* Return the SHA-1 hash of this certificate. */
62 CFDataRef SecCertificateGetSHA1Digest(SecCertificateRef certificate);
65 OSStatus SecCertificateGetCommonName(SecCertificateRef certificate, CFStringRe
[all...]
H A DSecCertificateP.h28 certificate. You can store a certificate in a keychain, but a
29 certificate can also be a transient object.
31 You can use a certificate as a keychain item in most functions.
55 @abstract Create a certificate given it's DER representation as a CFData.
56 @param allocator CFAllocator to allocate the certificate with.
57 @param certificate DER encoded X.509 certificate.
59 X.509 certificate, return a SecCertificateRef otherwise.
66 @abstract Return the DER representation of an X.509 certificate
[all...]
/macosx-10.9.5/Heimdal-323.92.1/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
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/security/
H A Dtrust_dir.rb18 # Returns the path to the trusted +certificate+
20 def cert_path certificate
21 name_path certificate.subject
34 certificate = load_certificate certificate_file
36 yield certificate, certificate_file
44 # Returns the issuer certificate of the given +certificate+ if it exists in
47 def issuer_of certificate
48 path = name_path certificate.issuer
56 # Returns the path to the trusted certificate wit
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/securityd/
H A DSecOCSPRequest.h45 SecCertificateRef certificate; // Nonretained member in struct:__SecOCSPRequest
53 @param certificate The certificate for which we want a OCSP request created.
54 @param issuer The parent of certificate.
57 SecOCSPRequestRef SecOCSPRequestCreate(SecCertificateRef certificate,
H A DSecCAIssuerRequest.h14 bool SecCAIssuerCopyParents(SecCertificateRef certificate,
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dcert.h4 * Authentication certificate definitions for the CUPS scheduler.
22 struct cupsd_cert_s *next; /* Next certificate in list */
23 int pid; /* Process ID (0 for root certificate) */
24 char certificate[33]; /* 32 hex characters, or 128 bits */ member in struct:cupsd_cert_s
36 VAR time_t RootCertTime /* Root certificate update time */
47 extern cupsd_cert_t *cupsdFindCert(const char *certificate);
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/rdata/generic/
H A Dcert_37.h31 unsigned char *certificate; member in struct:dns_rdata_cert

Completed in 312 milliseconds

123456789