hohl / MIHCrypto

OpenSSL wrapper for Objective-C [cryptography]
MIT License
341 stars 68 forks source link

can i create a self-signed certificate? #52

Closed ikzjfr0 closed 7 years ago

ikzjfr0 commented 7 years ago

as titled, can i create a self-signed certificate?

hohl commented 7 years ago

No, this isn't supported yet due to missing X509 support. You can use MIHCrypto to sign anything, but there is no X509 support (see issue #16), which would be required to handle certifacte files.