nss: create checksum files for the nss libraries
authorHongxu Jia <hongxu.jia@windriver.com>
Wed, 10 Jul 2013 07:54:17 +0000 (15:54 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 13 Jul 2013 17:23:35 +0000 (18:23 +0100)
commita0aff17966c1cbe8c27bf6a0661db0668523f109
treeafac6a5474db479a05ed5b57cd7ea72ee53dff74
parent363515e0163dfd0e51ab36477548a66b0fa960ff
nss: create checksum files for the nss libraries

Add checksum files required for the NSS softoken to operate in FIPS 140 mode.
The shlibsign is invoked to sign the libraries, and it is built for the target
architecture and doesn't support cross-compiling so far.

Invoke shlibsign at target's first boot time to generate checksum files.

https://developer.mozilla.org/en-US/docs/NSS/NSS_Tech_Notes/nss_tech_note6
http://en.wikipedia.org/wiki/FIPS_140
https://bugzilla.mozilla.org/show_bug.cgi?id=681624

(From OE-Core rev: a4580f967c8064294a06d406acf5deb24aee2acc)

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/nss/files/signlibs.sh [new file with mode: 0644]
meta/recipes-support/nss/nss.inc