Revision 8f3603a210970d665e7cecf6623331ce6b24f713 authored by Linus Torvalds on 29 April 2016, 02:54:50 UTC, committed by Linus Torvalds on 29 April 2016, 02:54:50 UTC
Pull EFI fix from Ingo Molnar:
 "This fixes a bug in the efivars code"

* 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  efi: Fix out-of-bounds read in variable_matches()
2 parent s ba14e96 + ede85e9
Raw File
rsaprivkey.asn1
RsaPrivKey ::= SEQUENCE {
	version		INTEGER,
	n		INTEGER ({ rsa_get_n }),
	e		INTEGER ({ rsa_get_e }),
	d		INTEGER ({ rsa_get_d }),
	prime1		INTEGER,
	prime2		INTEGER,
	exponent1	INTEGER,
	exponent2	INTEGER,
	coefficient	INTEGER
}
back to top