aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-03-11 09:40:04 -0400
committerNick Mathewson <nickm@torproject.org>2020-03-11 10:35:17 -0400
commit5721ec22d8be99a6f24fa69d51d0cbdc4ff21739 (patch)
tree90902ecae014677c19b1fa20428c95a421b64371 /changes
parentb9c7c61ea5233854ff83257a8bc530b7e0a50351 (diff)
downloadtor-5721ec22d8be99a6f24fa69d51d0cbdc4ff21739.tar.gz
tor-5721ec22d8be99a6f24fa69d51d0cbdc4ff21739.zip
pem_decode(): Tolerate CRLF line endings
Fixes bug 33032; bugfix on 0.3.5.1-alpha when we introduced our own PEM decoder.
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.