vapor / open-crypto

🔑 Hashing (BCrypt, SHA2, HMAC), encryption (AES), public-key (RSA), and random data generation.
MIT License
134 stars 34 forks source link

Support for DER encoded x509 certificate. #85

Closed emarashliev closed 4 years ago

emarashliev commented 5 years ago

Hey Guys I need support for DER encoded x509 certificate. Here is the implementation I made #86 .

emarashliev commented 5 years ago

Also it would be great if the design of RSAKey and CRSAKey be more opened so it's easy to extend them in the app code base. I have some ideas about this as well.

0xTim commented 4 years ago

Closing as Swift Crypto is now used instead of this library