X-Git-Url: https://git.saurik.com/apple/ipsec.git/blobdiff_plain/65c257469f746e64364e5df94f3ed8c6698a9d0a..HEAD:/ipsec-tools/racoon/crypto_cssm.h diff --git a/ipsec-tools/racoon/crypto_cssm.h b/ipsec-tools/racoon/crypto_cssm.h index aa17d59..2b2c5ce 100644 --- a/ipsec-tools/racoon/crypto_cssm.h +++ b/ipsec-tools/racoon/crypto_cssm.h @@ -34,6 +34,7 @@ #include +extern cert_status_t crypto_cssm_check_x509cert_dates (SecCertificateRef certificateRef); extern int crypto_cssm_check_x509cert (cert_t *hostcert, cert_t *certchain, CFStringRef hostname, SecKeyRef *publicKeyRef); extern int crypto_cssm_verify_x509sign(SecKeyRef publicKeyRef, vchar_t *hash, vchar_t *signature, Boolean useSHA1); extern SecCertificateRef crypto_cssm_x509cert_CreateSecCertificateRef (vchar_t *cert);