From 7d77fe09e86ef286ab3419282dc7afbb77d5ffd2 Mon Sep 17 00:00:00 2001 From: Lee Yarwood Date: Thu, 10 Nov 2016 14:03:07 +0000 Subject: [PATCH] Add a releasenote for bug#1633518 The code relating to this patch can be seen in: I7096463c5eba951dd6322ee6965435e877ca0371 Partial-bug: #1633518 Change-Id: I297e138aca52ae10fbfaa50c79cf001fadaf557e --- releasenotes/notes/bug-1633518-0646722faac1a4b9.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releasenotes/notes/bug-1633518-0646722faac1a4b9.yaml diff --git a/releasenotes/notes/bug-1633518-0646722faac1a4b9.yaml b/releasenotes/notes/bug-1633518-0646722faac1a4b9.yaml new file mode 100644 index 000000000000..f6ca94bbd739 --- /dev/null +++ b/releasenotes/notes/bug-1633518-0646722faac1a4b9.yaml @@ -0,0 +1,7 @@ +--- +fixes: + - Prior to Newton, volumes encrypted by the CryptsetupEncryptor and + LuksEncryptor encryption providers used a mangled passphrase stripped of + leading zeros per hexadecimal. When opening encrypted volumes, + LuksEncryptor now attempts to replace these mangled passphrases if detected + while CryptsetupEncryptor simply uses the mangled passphrase.