430bde693e
Don't access isa directly.
2012-07-12 05:09:43 +02:00
edadc4878b
Adjust to latest ObjFW API changes.
2012-06-10 15:34:06 +02:00
935b6558f3
Fix copyright.
2012-03-20 22:53:57 +01:00
c089411ad3
Change URL in copyright to Git repository.
2012-03-20 22:45:01 +01:00
Florian Zeitz
8c3b57e107
Restore ObjC1 compatibility
2012-01-16 23:26:46 +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
22ce8a2a8c
Cleanup and fix X509Certificate.
2011-11-04 20:45:26 +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
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