dccutrig

Results 18 issues of dccutrig

**Describe the bug** When I use CyberChef for various encryption schemes, it seems to accurately calculate results when compared to several other calculators. Utilizing CMAC, it does not generate the...

bug

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

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

Identified a possible issue in TC_Apply if using an AEAD algorithm for encryption only. Need to assess further, deals with AAD not being generated for encryption only, but being freed...

bug

Originally layout made sense. Making issue for internal discussion of having just one return per function, perhaps utilizing gotoreturn labels. ISsue to be discussed / closed / modified as appropriate.

bug

In a FIPS mode the IV is randomly generated, which means it may not be in a rolling / counter mode. Will need to revisit the capability to allow unique...

enhancement

Wish to improve logic in scenarios such as follows in updated version of crypto_tm.c: ``` if((*(sa_ptr->acs) == CRYPTO_MAC_CMAC_AES256 || *(sa_ptr->acs) == CRYPTO_MAC_HMAC_SHA256 || *(sa_ptr->acs) == CRYPTO_MAC_HMAC_SHA512) && sa_ptr->iv_len > 0...

bug

### 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) ![Image](https://github.com/user-attachments/assets/b97f7fdc-f088-480b-9495-a30508d552a8)...

bug