On Thu, Sep 03, 2015 at 04:20:01AM +0200, Stephan Mueller wrote:
> 
> while playing with the testmgr in FIPS mode, I see that ciphers with a 
> template are not tested even though test vectors exist.
> 
> For example, when allocating cbc(aes-generic) I see records of aes-generic 
> (aes) being tested, but I do not see a record of cbc(aes).
> 
> Is it intended that such combos of a template/cipher are not tested?

It's the same bug as gcm.  cbc should use the underlying cra_name
in its cra_name.

I plan on fixing them as part of the skcipher conversion.

Cheers,
-- 
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to