crocs-muni / sec-certs

Tool for analysis of security certificates and their security targets (Common Criteria, NIST FIPS140-2...).
https://sec-certs.org
MIT License
9 stars 7 forks source link

Parse more information from FIPS module html page #289

Open adamjanovsky opened 1 year ago

adamjanovsky commented 1 year ago

Currently, not all field from FIPS HTML module page (for example, see https://csrc.nist.gov/projects/cryptographic-module-validation-program/certificate/4231) are being parsed. See https://github.com/crocs-muni/sec-certs/pull/275#discussion_r1038871970 for details.

At the moment we for sure miss Allowed algorithms field and possibly more. We should search for all fields that we miss throughout the dataset and evaluate if parsing those would be benefitial. If yes, such functionality should be implemented.