Results 2 comments of Oleg Bulkin

Running into this issue as well. We have a stored key generated using `openssl ecparam -name prime256v1`, but when we ingest it into `OpenSSL` in code, the resulting key object...

According to https://tools.ietf.org/search/rfc4492#appendix-A, `secp256k1` is a separate curve, but `secp256r1` and `prime256v1` are just aliases. I don't really know enough about cryptography and what this library is doing to confidently...