Implement -description for X509Certificate
This commit is contained in:
parent
3b0fbe7868
commit
165ee6acca
2 changed files with 26 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
|||
#include <openssl/x509.h>
|
||||
|
||||
#import <ObjFW/OFObject.h>
|
||||
#import <ObjFW/OFString.h>
|
||||
@class OFDictionary;
|
||||
|
||||
/* OIDs: */
|
||||
|
@ -65,3 +66,6 @@
|
|||
- (OFString*)X509_stringFromASN1Object: (ASN1_OBJECT*)obj;
|
||||
- (OFString*)X509_stringFromASN1String: (ASN1_STRING*)str;
|
||||
@end
|
||||
|
||||
@interface X509OID: OFString {}
|
||||
@end
|
||||
|
|
Reference in a new issue