Files
wolfssl/tests
Daniel Pouzzner cf95fdc071 Globally remap & refactor conflicting symbols to allow -DOPENSSL_EXTRA -DOPENSSL_COEXIST, or equivalently, --enable-opensslextra --enable-opensslcoexist.
No functional changes.

Several compat symbols that were formerly enums are now macros.

All library source is refactored to use only native symbols in all code gated in with --enable-all-crypto --enable-opensslextra.

wolfcrypt/test/test.c is similarly refactored to use only native symbols.

examples/ and tests/ are unmodified except for header setup to disable OPENSSL_COEXIST and TEST_OPENSSL_COEXIST.
2024-10-31 00:10:21 -05:00
..
2023-11-08 10:29:35 +01:00
2022-12-14 12:46:24 -05:00
2024-01-16 15:18:05 -08:00
2024-07-15 15:46:05 +10:00
2024-01-16 15:18:05 -08:00
2024-09-18 10:35:29 +02:00

Before creating any new configure files (.conf) read the CONF_FILES_README.md