Re: openssl-users Digest, Vol 77, Issue 36

2021-04-21 Thread κîηğ ròóτ‹¹‹
else if ((privKey->type == EVP_PKEY_EC) && (pubKey->type == >> EVP_PKEY_EC)) > > You can use EVP_PKEY_base_id(key) to get the type however it would be > even better to use > EVP_PKEY_is_a(privKey, "EC") && EVP_PKEY_is_a(pubKey, "EC"

Documentation on openssl 1.0.2 / FIPS module version support for PPC LE

2021-04-21 Thread Kenneth Goldman
> From: "Bhadri Madapusi" > > Is there any documentation on which version of openssl are supported > on PPC LE. I am trying to figure out which version of 1.0.2 source > and FIPS module to use to compile my nginx with openssl and FIPS. Thank you. Not documentation, but my power machines run

Documentation on openssl 1.0.2 / FIPS module version support for PPC LE

2021-04-21 Thread Bhadri Madapusi
Hi, Is there any documentation on which version of openssl are supported on PPC LE. I am trying to figure out which version of 1.0.2 source and FIPS module to use to compile my nginx with openssl and FIPS. Thank you. regards, Bhadri