Branch: refs/heads/master Home: https://github.com/openssl/openssl Commit: 7c82a7a8f3a66f47f727d31691d6298d88ed158b https://github.com/openssl/openssl/commit/7c82a7a8f3a66f47f727d31691d6298d88ed158b Author: Matt Caswell <m...@openssl.org> Date: 2022-08-17 (Wed, 17 Aug 2022)
Changed paths: M test/sslapitest.c Log Message: ----------- Don't incorrectly skip the multiblock test sslapitest has a test for multiblock writes. Since multiblock writing is only available on some platforms the multiblock test checks whether we are on such a platform first, and skips the test if we are not. Unfortunately a bug in the check meant that we always skipped the test regardless of the platform. Reviewed-by: Dmitry Belyavskiy <beld...@gmail.com> Reviewed-by: Paul Dale <pa...@openssl.org> Reviewed-by: Hugo Landau <hlan...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18983) Commit: 17b94de3df327e6619e52529e345a340d4a0a100 https://github.com/openssl/openssl/commit/17b94de3df327e6619e52529e345a340d4a0a100 Author: Matt Caswell <m...@openssl.org> Date: 2022-08-17 (Wed, 17 Aug 2022) Changed paths: M .github/workflows/ci.yml Log Message: ----------- Ensure we build ub sanitizer builds with -DPEDANTIC Otherwise we may get spurious results from ub sanitizer. For example we assume we can tolerate some unaligned write without this define that ub sanitizer will complain about. Reviewed-by: Dmitry Belyavskiy <beld...@gmail.com> Reviewed-by: Paul Dale <pa...@openssl.org> Reviewed-by: Hugo Landau <hlan...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18983) Compare: https://github.com/openssl/openssl/compare/b7cf9dd2393d...17b94de3df32