X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/fa7225c82381bac4432a6edf16f53b5370238d85..7e6b461318c8a779d91381531435a68ee4e8b6ed:/OSX/libsecurity_ssl/lib/sslCrypto.h?ds=sidebyside diff --git a/OSX/libsecurity_ssl/lib/sslCrypto.h b/OSX/libsecurity_ssl/lib/sslCrypto.h index 007fa969..e4dd9e65 100644 --- a/OSX/libsecurity_ssl/lib/sslCrypto.h +++ b/OSX/libsecurity_ssl/lib/sslCrypto.h @@ -42,16 +42,6 @@ extern void stPrintCdsaError(const char *op, OSStatus crtn); #define stPrintCdsaError(o, cr) #endif -/* - * Get algorithm id for a SSLPubKey object. - */ -CFIndex sslPubKeyGetAlgorithmID(SecKeyRef pubKey); - -/* - * Get algorithm id for a SSLPrivKey object. - */ -CFIndex sslPrivKeyGetAlgorithmID(SecKeyRef privKey); - /* * Create a new SecTrust object and return it. */ @@ -63,9 +53,6 @@ sslCreateSecTrust( OSStatus sslVerifySelectedCipher( SSLContext *ctx); -/* Convert DER certs to SecCertificateRefs */ -CFArrayRef tls_get_peer_certs(const SSLCertificate *certs); - /* * Set the pubkey after receiving the certificate */