On Sun, Sep 25, 2022 at 04:12:57PM -0700, Kory Hamzeh wrote:
> So I have a PEM formatted file that contains an EC certificate and a
> private key. I need to load that PEM file and converted to an
> EVP_PKEY. The goal of this exercise is so that I can do an ECDH
> pairwise consistency test (SP 800-
Hello,
So I have a PEM formatted file that contains an EC certificate and a private
key. I need to load that PEM file and converted to an EVP_PKEY. The goal of
this exercise is so that I can do an ECDH pairwise consistency test (SP
800-56Ar3 Section 5.6.2.1.4) on the key pair by calling
EVP_PK