Re: Generating NTS keys for tests

2019-06-30 Thread Gary E. Miller via devel
Yo Ian! On Sun, 30 Jun 2019 12:35:40 -0500 Ian Bruene via devel wrote: > I have been trying to write tests for the NTS packet extension code > in nts_extens.c. Almost all of the functions end up needing to > encrypt or decrypt something. It is simple enough to feed in random > data for encryptio

Re: Generating NTS keys for tests

2019-06-30 Thread Ian Bruene via devel
Question obsolete; I was mixing up some details. On 6/30/19 12:35 PM, Ian Bruene wrote: I have been trying to write tests for the NTS packet extension code in nts_extens.c. Almost all of the functions end up needing to encrypt or decrypt something. It is simple enough to feed in random data

Generating NTS keys for tests

2019-06-30 Thread Ian Bruene via devel
I have been trying to write tests for the NTS packet extension code in nts_extens.c. Almost all of the functions end up needing to encrypt or decrypt something. It is simple enough to feed in random data for encryption, but for decryption the various keys and other data needs to match up. T