Works beautifully. Thanks very much Matt!
On Fri, Feb 16, 2018 at 11:49 AM, Matt Caswell wrote:
>
>
> On 16/02/18 17:24, Gelareh Taban wrote:
> > Hi all,
> >
> > I need to convert a Json Web Key (JWK) to PEM PKCS#8 format.
> >
> > I am using creating an RSA key using the parameters in JWK and th
On 16/02/18 17:24, Gelareh Taban wrote:
> Hi all,
>
> I need to convert a Json Web Key (JWK) to PEM PKCS#8 format.
>
> I am using creating an RSA key using the parameters in JWK and then
> using i2d_RSAPublicKey() to encode the RSA key to PEM PKCS#1.
>
> Are there any OpenSSL functions that
Hi all,
I need to convert a Json Web Key (JWK) to PEM PKCS#8 format.
I am using creating an RSA key using the parameters in JWK and then using
i2d_RSAPublicKey() to encode the RSA key to PEM PKCS#1.
Are there any OpenSSL functions that programmatically convert the key (both
public and private)