Add processing by chunks to digest, sign, verify tests
authorVeronika Hanulíková <vhanulik@redhat.com>
Fri, 28 Jul 2023 10:35:37 +0000 (12:35 +0200)
committerPauli <ppzgs1@gmail.com>
Sun, 5 May 2024 22:57:51 +0000 (08:57 +1000)
commit1208d526d340b5869d5369d0d4930cc3576aabbb
treea9417c11c150af071febdc1e7e03e75cfdc78ac3
parent2c8dc43bff22e0ce221157738cc1d6d31f3125f5
Add processing by chunks to digest, sign, verify tests

Input value is parsed into chunks, which are separately
stored in the buffer stack. When chunk size is set,
"Count" and "Copy" parameters are skipped.

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21727)
test/evp_test.c