File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 strategy :
1818 matrix :
1919 config : [
20- ' --enable-all CFLAGS=-DWOLFSSL_API_PREFIX_MAP'
20+ ' --enable-all --enable-mlkem --enable-mldsa --enable-xmss --enable-lms --enable-acert --with-sys-crypto-policy CFLAGS=-DWOLFSSL_API_PREFIX_MAP'
2121 ]
2222 name : make and analyze
2323 if : github.repository_owner == 'wolfssl'
Original file line number Diff line number Diff line change 4545#include "wolfssl/wolfcrypt/asn.h"
4646#endif
4747
48+ #if defined(NO_TLS ) && !defined(WOLFSSL_NO_TLS12 )
49+ /* in NO_TLS builds, WOLFSSL_NO_TLS12 must be defined in the TLS layer, but
50+ * must not be defined in the crypto layer, to allow building the TLS12
51+ * KDFs.
52+ */
53+ #define WOLFSSL_NO_TLS12
54+ #endif
55+
4856/* For the types */
4957#if defined(OPENSSL_EXTRA ) || defined(OPENSSL_EXTRA_X509_SMALL )
5058#include <wolfssl/openssl/compat_types.h>
You can’t perform that action at this time.
0 commit comments