CryptoLib icon indicating copy to clipboard operation
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...

Results 97 CryptoLib issues
Sort by recently updated
recently updated
newest added

Draft baseline requirements that CryptoLib has.

cmp

This support needs added per standard

enhancement

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...

bug

Needs added per standard. Blocking for SDLS-EP closed loop testing I believe

enhancement

Should a single key only map to a specific security association? Document this per the standard as well as how it's currently implemented.

cmp

* 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....

cmp

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),...

bug

This function should set the Anti-Replay Counter, but it sets the Initialization Vector.

bug

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...