Update evp_test to make sure passing partial block to "Update" is ok
authorMatt Caswell <matt@openssl.org>
Mon, 23 Jan 2017 12:45:33 +0000 (12:45 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 25 Jan 2017 15:02:44 +0000 (15:02 +0000)
commit0b96d77a62d8ac9a45ac1dda47560ced676b5b8d
tree6de9a3eb60c829acf7c505a1d577b23c57023a47
parent7c12c7b61c5b37c9dff930ccc68421fb7de00271
Update evp_test to make sure passing partial block to "Update" is ok

The previous commit fixed a bug where a partial block had been passed to
an "Update" function and it wasn't properly handled. We should catch this
type of error in evp_test.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2275)
test/evp_test.c