Move FIPS indicator structures out of fips_algorithms.h
Categories
(NSS :: Libraries, enhancement, P3)
Tracking
(nss 3.122)
| Tracking | Status | |
|---|---|---|
| nss | --- | 3.122 |
People
(Reporter: rrelyea, Assigned: rrelyea)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
Details |
fips_algorithms.h is a vendor specific file that is based on each vendor's evaluation. Data structures in the file are used by the actual indicator code and need to be updated periodically moving the data structures out of fips_algorithms.h means vendors don't need to update their fips_algorithms.h when a new version of NSS is picked up, even if it supports more fine grain indicators, It only needs to be updated when the vendor does a new validation.
| Assignee | ||
Comment 1•2 months ago
|
||
fips_algorithms.h is a vendor specific file that is based on each vendor's evaluation. Data structures in the file are used by the actual indicator code and need to be updated periodically moving the data structures out of fips_algorithms.h means vendors don't need to update their fips_algorithms.h when a new version of NSS is picked up, even if it supports more fine grain indicators, It only needs to be updated when the vendor does a new validation.
Updated•2 months ago
|
Pushed by rrelyea@redhat.com:
https://hg.mozilla.org/projects/nss/rev/2b8cd5ad561c
Move FIPS indicator structures out of fips_algorithms.h
Updated•1 month ago
|
Description
•