OpenSSL bindings for ObjFW.
This repository has been archived on 2025-06-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
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
ObjOpenSSL.xcodeproj Add ObjOpenSSL.h so it can be properly used as a MacOS X framework. 2011-06-08 23:20:49 +02:00
src Add support for fetching some SAN types from X509 certificates 2011-10-08 05:44:36 +02:00
.hgignore Add .hgignore. 2011-06-08 23:23:21 +02:00
Info.plist Add Xcode project. 2011-03-28 22:41:36 +02:00
Makefile Ignore deprecation warnings as OpenSSL is deprecated as a whole on OS X. 2011-09-10 22:41:45 +02:00