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...
Update CodeCov App being used in CI... either need fixed or a better solution. Currently not getting full coverage of all of the code because of the way our build...
Needs added per standard. Blocking for SDLS-EP closed loop testing I believe
Should a single key only map to a specific security association? Document this per the standard as well as how it's currently implemented.
* Should configurations be a part of the "Monitoring and Control" or separate? * Cody suggested in https://github.com/nasa/CryptoLib/pull/166#pullrequestreview-1482136077 breaking apart the existing Crypto_Config_CryptoLib function into two calls: Crypto_Config_Interfaces and Crypto_Config_Behavior....
Currently, the Crypto_Key_OTAR works only with an IV with length 12 bytes. As you can see below, the value 30 is calculating by summing the Session Key ID (2 bytes),...
This function should set the Anti-Replay Counter, but it sets the Initialization Vector.
These checks may not be present in all three 'flavors' of SDLS at present. Per CCSDS 3550b2: 4.1.1.4.4 If authentication or authenticated encryption is not selected for an SA, the...