https://bugs.linaro.org/show_bug.cgi?id=2895
--- Comment #4 from Dmitry Eremin-Solenikov <[email protected]> --- While working on this issue, I have hit an OpenSSL bug (see https://github.com/openssl/openssl/issues/3516). Basically that means that it is not possible to properly decode packets segment-by-segment. OpenSSL will lie about amount of data it has decoded. In our case we can do one of the following things: - Copy packet data to temp buffer then decode it in single pass. - Or switch to another crypto library. The bug is present at least in both 1.0.x and 1.1.x branches. I suspect it it will take ages to get all systems to be upgraded, after OpenSSL will provide fix. -- You are receiving this mail because: You are on the CC list for the bug.
