Proposal to include additional cryptographic algorithms in the NTPSec implementation

2025-03-04 Thread Sarath _Msft_ via devel
My colleague Mitchell Schmidt has published a pull request on the ntpsec repo on GitLab, with changes to include support for the previously mentioned GCM/CCM algorithms in ntpd server and client. The code changes are relatively well contained, IMO. I would defer to the pull request for the speci

Proposal to include additional cryptographic algorithms in the NTPSec implementation

2025-01-28 Thread Sarath _Msft_ via devel
(Apologies for this duplicate mail... I am still trying to figure out this mailing list usage) Thank you for your response. I am not a cryptography expert either - so perhaps crypto experts even from Microsoft may have a different take on this. >The RFC does specifically say that "Server impleme

Re: Proposal to include additional cryptographic algorithms in the NTPSec implementation (Richard Laager)

2025-01-28 Thread Sarath _Msft_ via devel
Thank you for your response. I am not a cryptography expert either - so perhaps crypto experts even from Microsoft may have a different take on this. >The RFC does specifically say that "Server implementations... MUST support >AEAD_AES_SIV_CMAC_256." (RFC 8915, section 4.1. This is a requiremen

Proposal to include additional cryptographic algorithms in the NTPSec implementation

2025-01-24 Thread Sarath _Msft_ via devel
Hello, I am a software engineer with Microsoft Corporation. I am reaching out with the proposal to extend the list of supported cryptographic algorithms in NTPSec's NTS-NTP implementation. As I understand it, the current NTPSec implementation supports only the AEAD_AES_SIV_CMAC algorithms