#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.
*/
OSStatus sslVerifySelectedCipher(
SSLContext *ctx);
-/* Convert DER certs to SecCertificateRefs */
-CFArrayRef tls_get_peer_certs(const SSLCertificate *certs);
-
/*
* Set the pubkey after receiving the certificate
*/