Consider using ssl_log_secret to export the keylog? #263
blaisewang
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From its definition,
Client random can be obtained from
SSL *
struct.Label and secret are already provided.
This will save eCapture the efforts to calculate all secrets, including the copy of a lot of data from kernel space.
ssl_log_secret
will be called every time a secret is calculated, seehttps://github.com/openssl/openssl/blob/OpenSSL_1_1_1-stable/ssl/tls13_enc.c#L702
and
https://github.com/openssl/openssl/blob/OpenSSL_1_1_1-stable/ssl/statem/statem_lib.c#L583
Beta Was this translation helpful? Give feedback.
All reactions