changeset 51 | de59ce19f42e |
parent 19 | 16454d63d4c2 |
1.1 --- a/TCP/TCP_Internal.h Mon Jun 23 14:02:31 2008 -0700 1.2 +++ b/TCP/TCP_Internal.h Tue Jun 23 11:44:30 2009 -0700 1.3 @@ -30,3 +30,8 @@ 1.4 - (void) _unclose; 1.5 @end 1.6 1.7 + 1.8 +@interface TCPEndpoint () 1.9 ++ (NSString*) describeCert: (SecCertificateRef)cert; 1.10 ++ (NSString*) describeIdentity: (SecIdentityRef)identity; 1.11 +@end