summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2018-10-23 19:31:09 +0200
committerPeter Wu <peter@lekensteyn.nl>2018-10-23 19:31:09 +0200
commit4388526d2c91d3e4ea98b5040cb0d386a1d7e3e5 (patch)
tree42bed76ede68d25310ce637afc647c9938fa3ef8 /lua
parent9fa13901cd459ea71543753a68fbf75c4f35c51e (diff)
downloadwireshark-notes-4388526d2c91d3e4ea98b5040cb0d386a1d7e3e5.tar.gz
sslkeylog.c: fix OpenSSL 1.1.1 support when library is not loaded
When libssl.so.1.1.1 was not yet loaded, it would assume that an older library was already loaded and avoid the new API. That assumption is not correct, it is also possible that no library was loaded at all as is the case with Python. Test: ./sslkeylog.sh python -c \ 'import requests;print(requests.head("https://wireshark.org"))' Before this fix it would output all zeroes as secret (a sign that something is wrong).
Diffstat (limited to 'lua')
0 files changed, 0 insertions, 0 deletions