smuellerDD / acvpparser

ACVP Parser for invocation of cryptographic implementations using the ACVP JSON test vectors
https://www.chronox.de/acvpparser
Other
36 stars 27 forks source link

dh key verification and key generation are not supported by the parser #42

Closed DanielOjalvo closed 3 years ago

DanielOjalvo commented 3 years ago

When attempting to implement DH keygen and keyver tests, it was found that parser support was not implemented. A change is needed to support parsing of keygen and keyver tests. An openssl backend implementation is included as well with the fix for this issue.

smuellerDD commented 3 years ago

Patch upstreamed. Thanks.