wycheproof icon indicating copy to clipboard operation
wycheproof copied to clipboard

Separate tests by component

Open SalusaSecondus opened this issue 7 years ago • 1 comments

Not only separate tests by algorithm, but also by component. This will make it easier to test providers which only supply some Services (such as Cipher or Signature) but not others (such as KeyFactory).

SalusaSecondus avatar Dec 21 '16 05:12 SalusaSecondus

If I'm not wrong, this could be fixed by explicitly passing the target provider to Cipher.getInstance and Signature.getInstance.

Let me see what I can do.

thaidn avatar Jan 12 '17 01:01 thaidn