]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_ssl/lib/sslCrypto.h
Security-59306.61.1.tar.gz
[apple/security.git] / OSX / libsecurity_ssl / lib / sslCrypto.h
index 007fa969a65f4c70bbd534a9b39634afb32cd899..e4dd9e65d3320e085f1b236307b4bf77b0ffe9bf 100644 (file)
@@ -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
  */