diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-01-16 14:33:40 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-01-16 14:35:30 -0500 |
commit | 0981ac4c59f04a9de76224abf75a94a6fcc0542c (patch) | |
tree | 4b090e8c342d19e3df801688298b0437145fc3dc /changes | |
parent | efe55b88987c2539c218fdf1f46f16f9bdc3a8eb (diff) | |
download | tor-0981ac4c59f04a9de76224abf75a94a6fcc0542c.tar.gz tor-0981ac4c59f04a9de76224abf75a94a6fcc0542c.zip |
Log more messages when failing to decode RSA keys
We log these messages at INFO level, except when we are reading a
private key from a file, in which case we log at WARN.
This fixes a regression from when we re-wrote our PEM code to be
generic between nss and openssl.
Fixes bug 29042, bugfix on 0.3.5.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug29042 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug29042 b/changes/bug29042 new file mode 100644 index 0000000000..ecbcdeeec0 --- /dev/null +++ b/changes/bug29042 @@ -0,0 +1,5 @@ + o Minor bugfixes (logging): + - Log more information at "warning" level when unable to read a private + key; log more information ad "info" level when unable to read a public + key. We had warnings here before, but they were lost during our + NSS work. Fixes bug 28981; bugfix on 0.3.5.1-alpha. |