wolfssl/wolfssl
Daniel Pouzzner ffc07215a4 clean up wolfcrypt code base for -std=c89 -pedantic: add WC_BITFIELD macro to avoid -Wpedantics for "type of bit-field ... is a GCC extension", with overrideable default definition "byte", and replace parent types of all bitfields with WC_BITFIELD;
fix numerous trailing commas in enums, mostly by removing them, but one (in asn.h, enum Extensions_Sum) using WOLF_ENUM_DUMMY_LAST_ELEMENT();

rearrange bitfields in struct ed25519_key for contiguity;

always define WOLFSSL_SP_NO_DYN_STACK when defined(WOLF_C89).
2024-10-15 18:24:03 -05:00
..
openssl fixes, coddling, and suppressions for clang-tidy complaints: 2024-09-30 23:19:49 -05:00
wolfcrypt clean up wolfcrypt code base for -std=c89 -pedantic: add WC_BITFIELD macro to avoid -Wpedantics for "type of bit-field ... is a GCC extension", with overrideable default definition "byte", and replace parent types of all bitfields with WC_BITFIELD; 2024-10-15 18:24:03 -05:00
callbacks.h update copyright to 2024 2024-07-19 13:15:05 -06:00
certs_test.h Dilithium/ML-DSA: Implementation of ML-DSA-44/65/87 2024-06-19 21:27:01 +10:00
crl.h update copyright to 2024 2024-07-19 13:15:05 -06:00
error-ssl.h works OCSP Stapling with TLS1.3 like OCSPv2Multi 2024-10-05 15:25:03 +09:00
include.am add --enable-debug-trace-errcodes, WOLFSSL_DEBUG_TRACE_ERROR_CODES, WC_ERR_TRACE(), WC_NO_ERR_TRACE(), support/gen-debug-trace-error-codes.sh. also add numerous deployments of WC_NO_ERR_TRACE() to inhibit frivolous/misleading errcode traces when -DWOLFSSL_DEBUG_TRACE_ERROR_CODES. 2024-06-08 16:39:53 -05:00
internal.h Merge pull request #8050 from philljj/fix_acert_defines 2024-10-11 16:22:34 -05:00
ocsp.h init sssd support 2024-08-16 17:22:41 +02:00
options.h.in update copyright to 2024 2024-07-19 13:15:05 -06:00
quic.h update copyright to 2024 2024-07-19 13:15:05 -06:00
sniffer_error.h update copyright to 2024 2024-07-19 13:15:05 -06:00
sniffer_error.rc Initial sniffer keylog file support for TLS 1.2 2023-08-22 11:23:46 -06:00
sniffer.h update copyright to 2024 2024-07-19 13:15:05 -06:00
ssl.h acert: line length. 2024-10-08 20:47:49 -05:00
test.h Merge pull request #7995 from julek-wolfssl/dtls12-cid 2024-10-02 09:00:59 +10:00
version.h update copyright to 2024 2024-07-19 13:15:05 -06:00
version.h.in update copyright to 2024 2024-07-19 13:15:05 -06:00
wolfio.h misc cleanup: extra spaces, typos. 2024-09-25 09:51:48 -05:00