[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] LUKS2 cleanups
From: |
Patrick Steinhardt |
Subject: |
[PATCH 0/2] LUKS2 cleanups |
Date: |
Tue, 7 Apr 2020 18:02:18 +0200 |
Hi,
here's two small improvements for LUKS2 support:
- The first patch introduces better error reporting, as I've noticed
it's quite hard to determine why decryption failed in case there's any
misconfiguration.
- The second is a result of my upstream pull request in jsmn, which got
accepted last week. As a result, we can now remove all the `jmntok_t`
casts in our json library.
Patrick
Patrick Steinhardt (2):
luks2: Improve error reporting when decrypting/verifying key
json: Update jsmn library to get rid of casts
grub-core/disk/luks2.c | 8 +++++---
grub-core/lib/json/jsmn.h | 7 +++++--
grub-core/lib/json/json.c | 8 ++++----
grub-core/lib/json/json.h | 4 +++-
4 files changed, 17 insertions(+), 10 deletions(-)
--
2.26.0
signature.asc
Description: PGP signature
- [PATCH 0/2] LUKS2 cleanups,
Patrick Steinhardt <=
[PATCH 2/2] json: Update jsmn library to get rid of casts, Patrick Steinhardt, 2020/04/07