Re: PEM to EVP_PKEY

2022-09-25 Thread Viktor Dukhovni
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-

PEM to EVP_PKEY

2022-09-25 Thread Kory Hamzeh
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