Lines Matching +full:wolfssl +full:- +full:configure
21 * SPDX-License-Identifier: curl
25 By default wolfSSL has a very conservative configuration that can result in
28 build-wolfssl will copy to the wolfSSL include directories and will result in
31 These are the configure options that were used to build wolfSSL v5.1.1 in
35 -Wno-attributes \
36 -Wno-unused-but-set-variable \
37 -DFP_MAX_BITS=16384 \
38 -DHAVE_SECRET_CALLBACK \
39 -DTFM_TIMING_RESISTANT \
40 -DUSE_WOLF_STRTOK \
41 -DWOLFSSL_DES_ECB \
42 -DWOLFSSL_STATIC_DH \
43 -DWOLFSSL_STATIC_RSA \
45 ./configure --prefix=/usr/local \
46 --disable-jobserver \
47 --enable-aesgcm \
48 --enable-alpn \
49 --enable-altcertchains \
50 --enable-certgen \
51 --enable-des3 \
52 --enable-dh \
53 --enable-dsa \
54 --enable-ecc \
55 --enable-eccshamir \
56 --enable-fastmath \
57 --enable-opensslextra \
58 --enable-ripemd \
59 --enable-sessioncerts \
60 --enable-sha512 \
61 --enable-sni \
62 --enable-tlsv10 \
63 --enable-supportedcurves \
64 --enable-tls13 \
65 --enable-testcert \
72 thread local storage is not available. wolfSSL is using __declspec(thread) to
78 https://www.yassl.com/forums/topic423-cacertorgs-ca-cert-verify-failed-but-withdisablefastmath-it-w…
79 "Since root.crt uses a 4096-bit RSA key, you'll need to increase the fastmath
84 Build wolfSSL with wolfSSL_set_tls13_secret_cb which allows saving TLS 1.3
88 https://wolfssl.com/wolfSSL/Docs-wolfssl-manual-2-building-wolfssl.html
94 Build wolfSSL to always use its internal strtok instead of C runtime strtok.
97 Build wolfSSL with wolfSSL_DES_ecb_encrypt which is needed by libcurl for NTLM.
101 https://github.com/wolfSSL/wolfssl/blob/v3.6.6/README.md#note-1
105 /* wolfssl options.h
106 * generated from configure options
108 * Copyright (C) 2006-2022 wolfSSL Inc.
110 * This file is part of wolfSSL. (formerly known as CyaSSL)