diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-08-27 23:31:26 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-29 10:42:48 +0100 |
commit | 7eb2ead27a256699cd3158d7a1c98f5aab87f841 (patch) | |
tree | 3e7d1ac8201042b849526d8c702da5ba89198501 /meta/recipes-connectivity/bind | |
parent | 855e73c613620a188984db69ad780add7bc04eb4 (diff) | |
download | poky-7eb2ead27a256699cd3158d7a1c98f5aab87f841.tar.gz |
nss :improve reproducibility
- Explicitly requests the newer database `sql:' rather than
retrieved from NSS_DEFAULT_DB_TYPE
- Removes build path prefix from pkcs11.txt
Refers certutil manual:
[certutil manual]
-d [prefix]directory
Specify the database directory containing the certificate and key database files.
certutil supports two types of databases: the legacy security databases (cert8.db,
key3.db, and secmod.db) and new SQLite databases (cert9.db, key4.db, and pkcs11.txt).
NSS recognizes the following prefixes:
sql: requests the newer database
dbm: requests the legacy database
If no prefix is specified the default type is retrieved from NSS_DEFAULT_DB_TYPE.
If NSS_DEFAULT_DB_TYPE is not set then dbm: is the default.
[certutil manual]
(From OE-Core rev: e9b99efe4b5cf7e810156f7bb55736e01be36a45)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bind')
0 files changed, 0 insertions, 0 deletions