ricmoo / GMEllipticCurveCrypto

Elliptic Curve Cryptography library for iOS (ECDSA and ECDH)
BSD 2-Clause "Simplified" License
122 stars 46 forks source link

Looking for CSR from ecdsa #14

Open aleemrazzaq opened 7 years ago

aleemrazzaq commented 7 years ago

Hi, I'm looking for CSR with ecdsawithsha256 and I followed this library this is only for signature from EC so could you help me that how can I generate CSR (PEM format) certificate via using this library?

aleemrazzaq commented 7 years ago

I've generated CSR with elliptic curve 256, and uploaded on github https://github.com/aleemrazzaq/CSR_EC_256 Thanks.

ricmoo commented 7 years ago

Heya!

Looks great! If you get around to adding usage and examples to the readme, and add test cases, let me know and I'll create a "Projects Using..." section on my readme, and link to it.

aleemrazzaq commented 7 years ago

Ricmoo, it would be great if you'll. Thanks