https://github.com/torvalds/linux
Revision 9cfe5212745a41fbe7cba1a74289f5c66fc45c1f authored by Linus Torvalds on 05 December 2015, 18:46:44 UTC, committed by Linus Torvalds on 05 December 2015, 18:46:44 UTC
Pull crypto fixes from Herbert Xu:
 "This fixes a couple of crypto drivers that were using memcmp to verify
  authentication tags.  They now use crypto_memneq instead"

* 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  crypto: talitos - Fix timing leak in ESP ICV verification
  crypto: nx - Fix timing leak in GCM and CCM decryption
2 parent s 849ee3d + 7996094
Raw File
Tip revision: 9cfe5212745a41fbe7cba1a74289f5c66fc45c1f authored by Linus Torvalds on 05 December 2015, 18:46:44 UTC
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Tip revision: 9cfe521
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top