diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-03-29 13:38:14 -0400 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-04-06 11:06:22 +1000 |
commit | 680fd3f8fb7157432398a3552ee9c98c72bd7397 (patch) | |
tree | 6959ab895666bf16e2c09b33fb171d6d523d0ff5 /changes/29241_diagnostic | |
parent | 3b9e3cca94dbeb083bfd64dfd4eb22a905cd2748 (diff) | |
download | tor-680fd3f8fb7157432398a3552ee9c98c72bd7397.tar.gz tor-680fd3f8fb7157432398a3552ee9c98c72bd7397.zip |
NSS: Log an error message when SSL_ExportKeyingMaterial() fails
Diagnostic for 29241.
Diffstat (limited to 'changes/29241_diagnostic')
-rw-r--r-- | changes/29241_diagnostic | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/29241_diagnostic b/changes/29241_diagnostic new file mode 100644 index 0000000000..1e38654957 --- /dev/null +++ b/changes/29241_diagnostic @@ -0,0 +1,4 @@ + o Minor features (NSS, diagnostic): + - Try to log an error from NSS (if there is any) and a more useful + description of our situation if we are using NSS and a call to + SSL_ExportKeyingMaterial() fails. Diagnostic for ticket 29241. |