I writing an OS X application that must use security framework, and not OpenSSL, To load the certificate files i have found SecCertificateCreateWithData that can be used for (DER) and SecPKCS12Import that can be used for (PKCS #12), but i have not found anything to work with PEM format.
Does exit a method to load PEM certificate using just the OS X security framework, without using OpenSSL?