Break out some ASN.1 to OFString conversion functionality

This commit is contained in:
Florian Zeitz 2011-10-08 01:56:55 +02:00
parent c804feb98b
commit cf45a92e0b
2 changed files with 32 additions and 16 deletions

View file

@ -39,4 +39,6 @@
- (OFDictionary*)issuer;
- (OFDictionary*)subject;
- (OFDictionary*)X509_dictionaryFromX509Name: (X509_NAME*)name;
- (OFString*)X509_stringFromASN1Object: (ASN1_OBJECT*)obj;
- (OFString*) X509_stringFromASN1String: (ASN1_STRING*)str;
@end