Hello,

I'm trying to use the TLS key logging with version 3.7.3, but I can't get
it to work.
Is it supposed to be supported in this release?

I built SIPp with "OpenSSL 1.1.1d".

Before running SIPp, I set the SSLKEYLOGFILE environment variable as
follows:
$ export SSLKEYLOGFILE=/home/<myAccount>/ssl_keys.log

However, the ssl_keys.log is never created...

Any idea?

---

*To enable TLS key logging pass -DUSE_SSL=KL to cmake.*

*TLS key logging records the TLS Session Keys to a key log file when
the SSLKEYLOGFILE environment variable is set. It allows to decrypt SIPS
traffic generated or received by SIPp using Wireshark. For more details
see: https://wiki.wireshark.org/TLS <https://wiki.wireshark.org/TLS>*

*You need to compile with OpenSSL>=1.1.1 in order to use TLS key logging.*
Olivier T.
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to