summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2020-03-23 16:56:59 +0200
committerGeorge Kadianakis <desnacked@riseup.net>2020-03-23 16:56:59 +0200
commit29420ab396cffb4b3c062b76fc859cc01f2206b7 (patch)
tree56497cdf4e786cf3e85a11b774fcb5a8731814f6 /changes
parente380396d423deded74e6c0e6f6f767a1cc93df04 (diff)
parenteed196f122bc83d77a86a3d15659aac1201ed219 (diff)
downloadtor-29420ab396cffb4b3c062b76fc859cc01f2206b7.tar.gz
tor-29420ab396cffb4b3c062b76fc859cc01f2206b7.zip
Merge branch 'tor-github/pr/1788' into maint-0.4.3
Diffstat (limited to 'changes')
-rw-r--r--changes/bug330326
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.