]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'keys-next-20200602' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 4 Jun 2020 17:27:07 +0000 (10:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 4 Jun 2020 17:27:07 +0000 (10:27 -0700)
commitb3fda68f959b346f2a106a19115fc0a9ef9ca0ce
tree2236437e31f5e84398b767d4d1c571bd7c7538fc
parentba6f6cb47e2b7237c6bcf5dd753dc0fa5ca7eb25
parent0551cb35eb302a796d8ccc88a1ac17809ea9a591
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