Files
poky/meta/recipes-support
Kai Kang 9e958c9023 nss: fix non-determinism when create a blank certificate
It uses certutil from nss to create a blank certificate. But the
checksum of database file key4.db changes every time:

$ certutil -N -d sql:. --empty-password
$ md5sum *
f9dac2cfcb07cc8ca6db442a9a570906  cert9.db
b892c5ff7c1977d4728240b0cf628377  key4.db
7b9136cb03f07ae62eb213a5239fda71  pkcs11.txt
$ rm *

$ certutil -N -d sql:. --empty-password
$ md5sum *
f9dac2cfcb07cc8ca6db442a9a570906  cert9.db
405d55178e866a115c1aa975fccfa764  key4.db
7b9136cb03f07ae62eb213a5239fda71  pkcs11.txt

Provide pre-created databases with a blank certificate to fix
non-determinism issue. And these database files are from nss qemux86-64
build.

(From OE-Core rev: e64a30f7af87fa960b012ace92c51b88e8abae68)

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-10-12 16:57:21 +01:00
..
2018-09-13 17:38:07 +01:00
2018-06-29 11:07:44 +01:00
2018-09-10 12:13:06 +01:00
2018-09-21 18:45:47 -07:00
2018-09-10 12:13:06 +01:00
2018-01-02 17:24:38 +00:00
2018-09-10 12:13:06 +01:00
2018-05-04 13:28:01 +01:00
2018-08-29 10:42:48 +01:00
2018-03-09 09:17:02 -08:00
2018-05-08 16:14:14 +01:00
2018-03-09 09:17:02 -08:00
2018-03-04 11:35:40 +00:00
2018-02-06 11:06:29 +00:00
2018-05-04 13:28:02 +01:00
2018-10-09 19:04:02 +01:00
2018-07-15 16:16:16 +01:00
2018-07-24 11:52:26 +01:00
2018-05-29 21:07:15 +01:00
2017-12-10 22:45:18 +00:00
2017-03-10 14:50:11 +00:00
2018-08-16 22:40:27 +01:00
2018-08-08 10:51:59 +01:00
2018-09-21 18:45:47 -07:00
2018-06-15 17:56:24 +01:00
2018-08-16 22:40:28 +01:00
2018-06-18 11:07:57 +01:00
2018-06-18 11:07:57 +01:00