smuellerDD/acvpparser

OpenSSL safePrimes not working with ffdhe groups

Closed this issue · 2 comments

An OpenSSL safePrimes test works with the MODP groups, but not the ffdhe groups. Adding the ffdhe groups to the switch statement at https://github.com/smuellerDD/acvpparser/blob/master/backends/backend_openssl.c#L2682 seems to work. Is this the right solution?

I added PR #43 for this.