This website requires JavaScript.
Explore
Help
Sign In
Cyclic0007
/
wolfssl
Watch
1
Star
0
Fork
0
You've already forked wolfssl
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
56fc5bbf879dc21e60c3366ea69268e46005b60f
wolfssl
/
wolfcrypt
History
Juliusz Sosinowicz
56fc5bbf87
Dtls13GetRnMask: Correctly get chacha counter on BE systems
...
The issue was that BIG_ENDIAN is defined in endian.h (on linux). Our define is BIG_ENDIAN_ORDER.
2023-07-24 09:13:10 +02:00
..
benchmark
Merge pull request
#6620
from douzzer/20230714-WC_DO_NOTHING
2023-07-18 17:04:02 -06:00
src
Dtls13GetRnMask: Correctly get chacha counter on BE systems
2023-07-24 09:13:10 +02:00
test
Merge pull request
#6620
from douzzer/20230714-WC_DO_NOTHING
2023-07-18 17:04:02 -06:00
user-crypto
add WC_DO_NOTHING macro to wolfssl/wolfcrypt/types.h, with default expansion "do {} while (0)", and globally refactor to use the macro where appropriate, annotating intended-null macros-with-args with "/* null expansion */";
2023-07-14 09:50:01 -05:00