CryptoLib
CryptoLib copied to clipboard
Provide a software-only solution using the CCSDS Space Data Link Security Protocol - Extended Procedures (SDLS-EP) to secure communications between a spacecraft running the core Flight System (cFS) an...
#198 #255 Continue update on KMC Interface side. Should just require a new query to return all of the associations by SPI, ekid, and akid. The same logic (plus sql...
Testing to check for auto-PR comments
There are lots of places we've kept commented out code for reference or reversion. At this point they can all be removed.
Remove all references to hard coded values. Utilize defines as much as possible.
Can just leverage other clang format setups, but ought to have it in the project and if possible have commits get formatted.
Revisit the ignore file for CodeCov https://github.com/nasa/CryptoLib/blob/main/codecov.yml When open source containers are available, and these builds can successfully be ran, these can be re-enabled for more accurate total coverage maps.
Rerun Cryptolib v1.3.1 through Static Analysis within IVV CAP Tool Ideally pull direct from open-source or JSTAR AETD group
Create a table to map supported configs. May allow for a function call inside of the CryptoLib config to verify setup before proceeding, effectively reducing cyclomatic complexity of the other...
### Description Currently keyv just increments a counter, research this a little further and likely need to use the active SA IV (either SA 0 or max for EPs) ...