Merge tag 'keys-next-20200602' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Pull keyring updates from David Howells: - Fix a documentation warning. - Replace a zero-length array with a flexible one - Make the big_key key type use ChaCha20Poly1305 and use the crypto algorithm directly rather than going through the crypto layer. - Implement the update op for the big_key type. * tag 'keys-next-20200602' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs: keys: Implement update for the big_key type security/keys: rewrite big_key crypto to use library interface KEYS: Replace zero-length array with flexible-array Documentation: security: core.rst: add missing argument
No related branches found
No related tags found
Showing
- Documentation/security/keys/core.rst 6 additions, 2 deletionsDocumentation/security/keys/core.rst
- include/keys/big_key-type.h 1 addition, 0 deletionsinclude/keys/big_key-type.h
- include/keys/user-type.h 1 addition, 1 deletioninclude/keys/user-type.h
- security/keys/Kconfig 1 addition, 3 deletionssecurity/keys/Kconfig
- security/keys/big_key.c 51 additions, 206 deletionssecurity/keys/big_key.c
Please register or sign in to comment