mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-29 14:22:13 +01:00
1. Add a blank #define WOLFSSL_ABI to tag functions as part of the ABI to remind developers there are rules about those functions specifically. 2. Added allocators and deallocators for WC_RNG objects and ecc_key objects so they don't have to be used on the stack. 3. Add tests for the new allocators.