Crypto/509 compatibility with secp256k1 curve

Hi everyone, I need to know if somebody knows how to solve this: I’m using the crypto/x509 library to parse my .der certificates and obtain the certificate information. The thing it’s that I have certificates created with a key type of secp256k1 that as I see it’s not supported by the elliptic curves of the crypto/x509 so I want to know if somebody knows how to work around this and if there is any type of solution, better than copying all the library and changing the core code. Really aprecciate any answer about this

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.