Robert Brown

Results 15 comments of Robert Brown

Hi [martinerikwerner-aac](https://github.com/martinerikwerner-aac). Thanks for bringing this to our attention. We have not yet worked on Extended procedures at this time - so the tests are currently broken. This is on...

``` /** * @brief Function: sadb_sa_setASRN * @return int32: Success/Failure **/ static int32_t sadb_sa_setARSN(void) { // Local variables uint16_t spi = 0x0000; int x; // Read ingest spi = ((uint8_t)sdls_frame.pdu.data[0]...

This is valid. The shivf and iv variables should all be changed to shsnf and arsn, and then validated.

3 KEY TYPES AND KEY LIFECYCLE 3.1 KEY TYPES 3.1.1 GENERAL All symmetric key management instances that are used in CCSDS missions shall use only two categories of cryptographic keys:...

https://public.ccsds.org/Lists/CCSDS%203540R1/354x0r1.pdf - Section 3 https://public.ccsds.org/Pubs/355x1b1.pdf Between the two books above. It appears that a security association should have up to two keys associated within. Encryption/Authentication. These keys should follow typical...

Currently no controls to restrict this in the SA, or Key management. Should this be something that SA's control, or should there be a new parameter that is added to...

This is now setup, and able to be enabled, but is off by default. May require one more pass in the future.

Actual data needs to be extracted from the SA, rather than the hard-coding happening above.

Currently attached to #147 Donnie-Ice is currently working this now.