]> code.ossystems Code Review - openembedded-core.git/commit
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)
committerSaul Wold <sgw@linux.intel.com>
Fri, 12 Jul 2013 17:12:11 +0000 (10:12 -0700)
commita4580f967c8064294a06d406acf5deb24aee2acc
tree27fe2c0c8b9e4b97e7a655e72bf3a31fb71f850f
parent22c146fd3e829b89c07a2019005e180e93fece5d
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

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