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
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
> 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