NSS: Log an error message when SSL_ExportKeyingMaterial() fails

Diagnostic for 29241.
This commit is contained in:
Nick Mathewson
2019-03-29 13:38:14 -04:00
committed by teor
parent 3b9e3cca94
commit 680fd3f8fb
2 changed files with 12 additions and 0 deletions
+4
View File
@@ -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.