Commit graph

15 commits

Author SHA1 Message Date
7c85e21d8f
Change webkeks.org -> heap.zone
While at it, also update the copyright years where they were incomplete.
2016-07-09 22:19:20 +02:00
24e8ee8a50
Adjust to ObjFW changes 2016-03-06 18:48:01 +01:00
89c705d9ed Replace BOOL with bool. 2013-03-04 18:37:09 +01:00
bb240ea8aa Prefix all ivars with an underscore. 2013-02-12 18:49:20 +01:00
c089411ad3 Change URL in copyright to Git repository. 2012-03-20 22:45:01 +01:00
Florian Zeitz
820f0a04d1 Store objects in variables of proper type 2011-12-21 21:02:32 +01:00
Florian Zeitz
bb74e6cfd8 Update to work with OFString changes 2011-11-20 21:27:34 +01:00
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