Commit graph

8 commits

Author SHA1 Message Date
Florian Zeitz
165ee6acca Implement -description for X509Certificate 2011-11-02 01:25:36 +01:00
Florian Zeitz
3b0fbe7868 Add methods for easier certificate verification 2011-11-01 16:09:29 +01:00
Florian Zeitz
53932c0acb Cache subject, issuer and SANs 2011-11-01 15:36:17 +01:00
Florian Zeitz
38d625a887 Add defines for some common OIDs 2011-10-30 00:50:58 +02:00
Florian Zeitz
4852272bcf Rename initWithStruct: to initWithX509Struct: to avoid potential conflicts 2011-10-24 02:06:41 +02:00
Florian Zeitz
6ed58f5e6e Add support for fetching some SAN types from X509 certificates
Note: valgrind complains about uninitialized data when UTF8Strings are passed to
ASN1_STRING_to_UTF8(), however the result is fine. Accessing the same data by
other means does not yield the error, I therefore suspect it a false positive.
2011-10-08 05:44:36 +02:00
Florian Zeitz
cf45a92e0b Break out some ASN.1 to OFString conversion functionality 2011-10-08 01:56:55 +02:00
Florian Zeitz
c804feb98b Very basic X509 class 2011-10-08 01:13:14 +02:00