Got runtime error when getting keying_material #11
-
Hi, I am testing the fantastic sslkeylog module. I am able to get things like clientRandom, serverRandom, but not the keying_material with an runtime error. I think the provided parameters may have problem, but I am not sure what need to provide.
Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
OpenSSL doesn't allow using certain reserved labels with |
Beta Was this translation helpful? Give feedback.
OpenSSL doesn't allow using certain reserved labels with
SSL_export_keying_material
: https://github.com/openssl/openssl/blob/cac250755efd0c40cc6127a0e4baceb8d226c7e3/ssl/t1_enc.c#L697-L699