Re: Set custom bn_mod_exp functions in openssl 1.1.1

2020-12-21 Thread prudvi raj
Thanks for the Reply!!. I have a doubt , is it necessary to create a duplicate method ?? , Actually in my case this custom "set" function would be called only once during system initialization & we need to use those hardware accelerator functions for all the crypto operations to be done later. So

openssl-users@openssl.org

2020-12-21 Thread Narayana, Sunil Kumar
Dear Openssl team, While migrating from 1.0.2 to 3.0 we are stuck in replacing DH_compute_key() with its equivalent EVP_PKEY_derive() The input we have is of type (BIGNUM *bn_peer_publicKey / bn_privateKey). But the example showed in the man page EVP_PKEY_derive_init ... require

RE: How to rotate cert when only first matching cert been verified

2020-12-21 Thread Michael Wojcik
> From: openssl-users On Behalf Of ??? > Sent: Saturday, 19 December, 2020 17:59 > 1. Generate a new cert, and append it to the cert file Why are you appending it to the file containing the existing certificate? > (at this point, there are 2 certs in the file, first is old cert, second is > new