diff -r 16454d63d4c2 -r de59ce19f42e TCP/TCP_Internal.h --- a/TCP/TCP_Internal.h Mon Jun 23 14:02:31 2008 -0700 +++ b/TCP/TCP_Internal.h Tue Jun 23 11:44:30 2009 -0700 @@ -30,3 +30,8 @@ - (void) _unclose; @end + +@interface TCPEndpoint () ++ (NSString*) describeCert: (SecCertificateRef)cert; ++ (NSString*) describeIdentity: (SecIdentityRef)identity; +@end