CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/06/24 11:55:40
Modified files: regress/lib/libcrypto/chacha: chachatest.c Log message: Extend the chacha regress to cover the ChaCha interface, in addition to the single-shot CRYPTO_chacha_20() interface (the ChaCha interface was already tested via the EVP regress, but not extensively). The additional ChaCha tests include single-shot writes, along with partial/single-byte writes that currently fail due to a bug in the underlying implementation.