Hi Bala,
> Can you please help to understand the use of the callback function that can
> be set during key generation ?
AFAI remember, nothing special except provide a way to show work is still
running (using a progress bar for example) and a mechanism to cancel the
generation if it lasts too
On Tue, Mar 29, 2022 at 3:40 PM Philip Prindeville
wrote:
>
> Hi,
>
> I'm trying to develop a newer replacement module for Asterisk's res_crypto
> that is (for now) 1.1.x compatible but can be easily updated to 3.0 (and
> maybe even easily add provider support for TPM escrowed secrets, etc).
Ju
On 29/03/2022 23:49, Kory Hamzeh wrote:
Hi,
I am using the TLS1_PRF KDF method to derive the master secret for TLS 1.0,
1.1, and 1.2. My code works with TLS 1.2, but for 1.0 and 1.1, the master
secret is not correct. I have a snippet of the code below. From what I
understand by reading RFC
Hi All,
Experienced an issue with Kamailio which presented with the below error
tls_pre_init(): Unable to set the memory allocation functions
I have two servers CentOS8 and RHEL8. CentOS8 runs as expected, RHEL8 shows
the errors
This forum suggested this was related to an OpenSSL is
Hi All,
Can you please help to understand the use of the callback function that can be
set during key generation?
1> For ex: In the OpenSSL 3.0 code, the callback "genrsa_cb" is defined in the
file "apps/genrsa.c" :
What exactly is being done in this callback function? What does
EVP_PKE