diff options
author | George Kadianakis <desnacked@riseup.net> | 2020-03-23 16:57:27 +0200 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2020-03-23 16:57:27 +0200 |
commit | a4d60ff8543e4d93d43bbc53d409215bf623ade8 (patch) | |
tree | ec5ea72265861da42ce432cda620f15492bd92d7 /changes | |
parent | a0efba9bd0af20e6588784a509f4d50dd5951876 (diff) | |
parent | 29420ab396cffb4b3c062b76fc859cc01f2206b7 (diff) | |
download | tor-a4d60ff8543e4d93d43bbc53d409215bf623ade8.tar.gz tor-a4d60ff8543e4d93d43bbc53d409215bf623ade8.zip |
Merge branch 'maint-0.4.3'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug33032 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug33032 b/changes/bug33032 new file mode 100644 index 0000000000..0c665f25df --- /dev/null +++ b/changes/bug33032 @@ -0,0 +1,6 @@ + o Minor bugfixes (key portability): + - When reading PEM-encoded key data, tolerate CRLF line-endings even if + we are not running on Windows. Previously, non-Windows hosts + would reject these line-endings in certain positions, making + certain key files hard to move from one host to another. + Fixes bug 33032; bugfix on 0.3.5.1-alpha. |