Skip to content

Dtls13GetRnMask: Correctly get chacha counter on BE systems#6641

Merged
JacobBarthelmeh merged 4 commits intowolfSSL:masterfrom
julek-wolfssl:gh/6555
Jul 26, 2023
Merged

Dtls13GetRnMask: Correctly get chacha counter on BE systems#6641
JacobBarthelmeh merged 4 commits intowolfSSL:masterfrom
julek-wolfssl:gh/6555

Conversation

@julek-wolfssl
Copy link
Copy Markdown
Member

The issue was that BIG_ENDIAN is defined in endian.h (on linux). Our define is BIG_ENDIAN_ORDER.

Tested on a big endian Debian running on qemu-system-mips.

Fixes issue reported in #6555.

Comment thread src/dtls13.c Outdated
rizlik
rizlik previously approved these changes Jul 24, 2023
@JacobBarthelmeh JacobBarthelmeh merged commit 3e5e16f into wolfSSL:master Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

How to set client ciphersuites TLS_CHACHA20_POLY1305_SHA256?

4 participants