ObjOpenSSL  Check-in [ad16b8498f]

Overview
Comment:X509Certificate: Fix typo
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ad16b8498ff559afed38f1a93f2e9ed3220cd0c6fbf557142438edb79174eb7f
User & Date: js on 2017-07-22 23:32:37
Other Links: manifest | tags
Context
2017-07-22
23:34
SSLSocket: Re-add verifyPeerCertificate check-in: ecf34717f0 user: js tags: trunk
23:32
X509Certificate: Fix typo check-in: ad16b8498f user: js tags: trunk
23:09
Adjust to ObjFW changes check-in: 586a59246a user: js tags: trunk
Changes

Modified src/X509Certificate.h from [4c448ff73c] to [9035c49839].

58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
	OFDictionary *_issuer;
	OFDictionary *_subject;
	OFDictionary *_subjectAlternativeName;
}

@property (readonly, nonatomic) OFDictionary *issuer;
@property (readonly, nonatomic) OFDictionary *subject;
@property (readonly, nonatomic) OFDictionary *subjectAlternateName;

- init OF_UNAVAILABLE;
- initWithFile: (OFString *)file;
- initWithX509Struct: (X509 *)cert;
- (bool)hasCommonNameMatchingDomain: (OFString *)domain;
- (bool)hasDNSNameMatchingDomain: (OFString *)domain;
- (bool)hasSRVNameMatchingDomain: (OFString *)domain
			 service: (OFString *)service;
@end

OF_ASSUME_NONNULL_END







|











58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
	OFDictionary *_issuer;
	OFDictionary *_subject;
	OFDictionary *_subjectAlternativeName;
}

@property (readonly, nonatomic) OFDictionary *issuer;
@property (readonly, nonatomic) OFDictionary *subject;
@property (readonly, nonatomic) OFDictionary *subjectAlternativeName;

- init OF_UNAVAILABLE;
- initWithFile: (OFString *)file;
- initWithX509Struct: (X509 *)cert;
- (bool)hasCommonNameMatchingDomain: (OFString *)domain;
- (bool)hasDNSNameMatchingDomain: (OFString *)domain;
- (bool)hasSRVNameMatchingDomain: (OFString *)domain
			 service: (OFString *)service;
@end

OF_ASSUME_NONNULL_END