Fix ZFS crypto error types.
* grub-core/fs/zfs/zfscrypt.c (grub_ccm_decrypt): Fix return type. (grub_gcm_decrypt): Likewise. (grub_zfs_load_key_real): Fix error code type. Handle possible error from PBKDF2.
This commit is contained in:
parent
958ee22168
commit
4a19b6017d
2 changed files with 26 additions and 11 deletions
|
@ -1,3 +1,12 @@
|
|||
2011-11-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Fix ZFS crypto error types.
|
||||
|
||||
* grub-core/fs/zfs/zfscrypt.c (grub_ccm_decrypt): Fix return type.
|
||||
(grub_gcm_decrypt): Likewise.
|
||||
(grub_zfs_load_key_real): Fix error code type. Handle possible error
|
||||
from PBKDF2.
|
||||
|
||||
2011-11-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Illumos support.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue