Overview
Comment: | X509Certificate: Fix typo |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ad16b8498ff559afed38f1a93f2e9ed3 |
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 | 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | - + | OFDictionary *_issuer; OFDictionary *_subject; OFDictionary *_subjectAlternativeName; } @property (readonly, nonatomic) OFDictionary *issuer; @property (readonly, nonatomic) OFDictionary *subject; |
︙ |