Break out some ASN.1 to OFString conversion functionality
This commit is contained in:
parent
c804feb98b
commit
cf45a92e0b
2 changed files with 32 additions and 16 deletions
|
@ -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
|
||||
|
|
Reference in a new issue