Commit graph

3 commits

Author SHA1 Message Date
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