]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 8 Jan 2021 20:05:11 +0000 (12:05 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 8 Jan 2021 20:05:11 +0000 (12:05 -0800)
commit6acd22358a58509f98f123890f2a7669e650bde2
tree84a8227bbcc316a022f3d58d09ac1a165b0c76e2
parentfe76f4de5aa40ae262a8c1de1c79d73adae1e03f
parentb0f1b041c185da2de7104bbdf4875659a41ceeb4
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6

Pull crypto fixes from Herbert Xu:
 "This fixes a functional bug in arm/chacha-neon as well as a potential
  buffer overflow in ecdh"

* 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  crypto: ecdh - avoid buffer overflow in ecdh_set_secret()
  crypto: arm/chacha-neon - add missing counter increment