Skip to content

Commit

Permalink
SafePrimes KeyVer - Clarification on testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kritner committed Aug 24, 2020
1 parent de44415 commit 1cfb1f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/safe-primes/sections/04-testtypes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ The ACVP server performs a set of tests on the specified SafePrimes algorithm in

=== Test Types

* SafePrimes / keyGen / 1.0 "AFT" - Algorithm Functional Test. The IUT is *REQUIRED* for each test case provided, to generate a key pair based on a SafePrime group. This information is then communicated to the ACVP server and validated.
* SafePrimes / keyGen / 1.0 "AFT" - Algorithm Functional Test. The IUT is *REQUIRED* for each test case provided, to generate a key pair based on a SafePrime group. The IUT generated key pairs are sent to the ACVP server and are checked for validity against the group.

* SafePrimes / keyVer / 1.0 "AFT" - Algorithm Functional Test. The ACVP server generates a series of keys to communicate to the IUT. The IUT is *REQUIRED* to determine the validity of the given the key pair, and safe prime group.
* SafePrimes / keyVer / 1.0 "AFT" - Algorithm Functional Test. The ACVP server generates a series of key-pairs to communicate to the IUT per safe prime group. The IUT is *REQUIRED* to validate the key-pair satisfies `0 < x < q` and `y = g^x mod p`.

=== Test Coverage

Expand Down

0 comments on commit 1cfb1f8

Please sign in to comment.