dccutrig
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...
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
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...
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.
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...
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...
### 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) ...