Re: Why does 'SSL_export_keying_material' return a different value than whats printed to the NSS keylog file?

2022-05-17 Thread Hubert Kario
On Tuesday, 17 May 2022 02:33:29 CEST, Ian Spence via openssl-users wrote: I am trying to wrap my head around the keying material I can access within my TLS client application using OpenSSL 3.0.3 I have `SSL_CTX_set_keylog_callback` set to just printf() the lines. I also have the following

Why does 'SSL_export_keying_material' return a different value than whats printed to the NSS keylog file?

2022-05-16 Thread Ian Spence via openssl-users
I am trying to wrap my head around the keying material I can access within my TLS client application using OpenSSL 3.0.3 I have `SSL_CTX_set_keylog_callback` set to just printf() the lines. I also have the following code to extract the client random: unsigned char * keymat = malloc(48); const