Branch: refs/heads/master Home: https://github.com/openssl/openssl Commit: 0bfd744f8d2b593455b11066cff59f3764bd313c https://github.com/openssl/openssl/commit/0bfd744f8d2b593455b11066cff59f3764bd313c Author: Veronika Hanulíková <vhanu...@redhat.com> Date: 2024-05-06 (Mon, 06 May 2024)
Changed paths: M test/evp_test.c Log Message: ----------- Add option for setting size of processed data chunks For tests in `evp_test`, which support processing in batches. When not set or set to 0, data are processed with default sizes (as before). Reviewed-by: Dmitry Belyavskiy <beld...@gmail.com> Reviewed-by: Paul Dale <pa...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21727) Commit: 2c8dc43bff22e0ce221157738cc1d6d31f3125f5 https://github.com/openssl/openssl/commit/2c8dc43bff22e0ce221157738cc1d6d31f3125f5 Author: Veronika Hanulíková <vhanu...@redhat.com> Date: 2024-05-06 (Mon, 06 May 2024) Changed paths: M test/evp_test.c Log Message: ----------- Add processing by chunks to cipher tests in evp_test When cipher does not support variable fragmentation, the test is skipped. Reviewed-by: Dmitry Belyavskiy <beld...@gmail.com> Reviewed-by: Paul Dale <pa...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21727) Commit: 1208d526d340b5869d5369d0d4930cc3576aabbb https://github.com/openssl/openssl/commit/1208d526d340b5869d5369d0d4930cc3576aabbb Author: Veronika Hanulíková <vhanu...@redhat.com> Date: 2024-05-06 (Mon, 06 May 2024) Changed paths: M test/evp_test.c Log Message: ----------- 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 <beld...@gmail.com> Reviewed-by: Paul Dale <pa...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21727) Commit: 5f4983f99b50b02392336da93ada70ea4f77b1eb https://github.com/openssl/openssl/commit/5f4983f99b50b02392336da93ada70ea4f77b1eb Author: Veronika Hanulíková <vhanu...@redhat.com> Date: 2024-05-06 (Mon, 06 May 2024) Changed paths: M test/evp_test.c Log Message: ----------- Add processing by chunks to encoding tests Reviewed-by: Dmitry Belyavskiy <beld...@gmail.com> Reviewed-by: Paul Dale <pa...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21727) Commit: fedbfff42d790c7b7824351c35b4823c75da6417 https://github.com/openssl/openssl/commit/fedbfff42d790c7b7824351c35b4823c75da6417 Author: Veronika Hanulíková <vhanu...@redhat.com> Date: 2024-05-06 (Mon, 06 May 2024) Changed paths: M test/evp_test.c Log Message: ----------- Add processing by chunks to mac tests Reviewed-by: Dmitry Belyavskiy <beld...@gmail.com> Reviewed-by: Paul Dale <pa...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21727) Compare: https://github.com/openssl/openssl/compare/067fbc01b9e8...fedbfff42d79 To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications