Currently, there's no public function for processing of AlgorithmDataset in FIPS, but a boolean flag that invokes the private calls instead. As the only thing that happens with algorithm dataset is get_certs_from_web(), they should be processed in similar fashion to CC Maintenance updates. In exact, there should be no boolean flags not_download_algs but a single public function process_algorithms() that handles the logic and assigns to dset.algorithms.
The public function should be invoked by separate action algorithms from fips_cli.
Currently, there's no public function for processing of
AlgorithmDataset
in FIPS, but a boolean flag that invokes the private calls instead. As the only thing that happens with algorithm dataset isget_certs_from_web()
, they should be processed in similar fashion to CC Maintenance updates. In exact, there should be no boolean flagsnot_download_algs
but a single public functionprocess_algorithms()
that handles the logic and assigns todset.algorithms
.The public function should be invoked by separate action
algorithms
fromfips_cli
.