-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an option to support QUIC protocol to wolfssl #19490
Conversation
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @cjbradfield thank you for your contribution.
We've tuned a little bit the changes to make it more "conanic"!
This comment has been minimized.
This comment has been minimized.
@perseoGI Thanks for the tweaks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successful compilation logs:
$ conan create . --version=5.7.0 -b=missing -o="&:with_quic=True"
======== Exporting recipe to the cache ========
wolfssl/5.7.0: Exporting package recipe: /Users/ruben/coding/conan-center-index/recipes/wolfssl/all/conanfile.py
wolfssl/5.7.0: exports: File 'conandata.yml' found. Exporting it...
wolfssl/5.7.0: Copied 1 '.py' file: conanfile.py
wolfssl/5.7.0: Copied 1 '.yml' file: conandata.yml
wolfssl/5.7.0: Exported to cache folder: /Users/ruben/.conan2/p/wolfse83f0820bdab4/e
wolfssl/5.7.0: Exported: wolfssl/5.7.0#4a85c321bc3f0f7c76f81e88c146ccc7 (2024-06-22 21:53:59 UTC)
======== Input profiles ========
Profile host:
[settings]
arch=armv8
build_type=Release
compiler=apple-clang
compiler.cppstd=gnu17
compiler.libcxx=libc++
compiler.version=15
os=Macos
[options]
&:with_quic=True
[platform_tool_requires]
cmake/3.29.1
[conf]
Profile build:
[settings]
arch=armv8
build_type=Release
compiler=apple-clang
compiler.cppstd=gnu17
compiler.libcxx=libc++
compiler.version=15
os=Macos
[platform_tool_requires]
cmake/3.29.1
[conf]
======== Computing dependency graph ========
Graph root
cli
Requirements
wolfssl/5.7.0#4a85c321bc3f0f7c76f81e88c146ccc7 - Cache
Build requirements
autoconf/2.71#f9307992909d7fb3df459340f1932809 - Cache
automake/1.16.5#058bda3e21c36c9aa8425daf3c1faf50 - Cache
gnu-config/cci.20210814#dc430d754f465e8c74463019672fb97b - Cache
libtool/2.4.7#08316dad5c72c541ed21e039e4cf217b - Cache
m4/1.4.19#b38ced39a01e31fef5435bc634461fd2 - Cache
======== Computing necessary packages ========
Requirements
wolfssl/5.7.0#4a85c321bc3f0f7c76f81e88c146ccc7:733627afde5ab3f21989117de9821a5ef6f3687a - Build
Build requirements
autoconf/2.71#f9307992909d7fb3df459340f1932809:da39a3ee5e6b4b0d3255bfef95601890afd80709#5b77f70c17ad1741f5845d4e468a347e - Cache
automake/1.16.5#058bda3e21c36c9aa8425daf3c1faf50:9e5323c65b94ae38c3c733fe12637776db0119a5#53e724e4596a55dd2b2a3931d36256dc - Cache
libtool/2.4.7#08316dad5c72c541ed21e039e4cf217b:2ee39e692ca4177b4b689b15bc1f2cfdf8f83706#0cc3761c3a78f0ff97c096d3c8db7075 - Cache
m4/1.4.19#b38ced39a01e31fef5435bc634461fd2:617cae191537b47386c088e07b1822d8606b7e67#af3bb664b82c4f616d3146625c5b4bd5 - Cache
Skipped binaries
gnu-config/cci.20210814
======== Installing packages ========
m4/1.4.19: Already installed! (1 of 5)
autoconf/2.71: Already installed! (2 of 5)
automake/1.16.5: Already installed! (3 of 5)
libtool/2.4.7: Already installed! (4 of 5)
libtool/2.4.7: WARN: The use of 'unix_path_legacy_compat' is deprecated in Conan 2.0 and does not perform path conversions. This is retained for compatibility with Conan 1.x and will be removed in a future version.
libtool/2.4.7: WARN: The use of 'unix_path_legacy_compat' is deprecated in Conan 2.0 and does not perform path conversions. This is retained for compatibility with Conan 1.x and will be removed in a future version.
wolfssl/5.7.0: Calling source() in /Users/ruben/.conan2/p/wolfse83f0820bdab4/s/src
wolfssl/5.7.0: Source https://github.com/wolfSSL/wolfssl/archive/v5.7.0-stable.tar.gz retrieved from local download cache
-------- Installing package wolfssl/5.7.0 (5 of 5) --------
wolfssl/5.7.0: Building from source
wolfssl/5.7.0: Package wolfssl/5.7.0:733627afde5ab3f21989117de9821a5ef6f3687a
wolfssl/5.7.0: Copying sources to build folder
wolfssl/5.7.0: Building your package in /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b
wolfssl/5.7.0: Calling generate()
wolfssl/5.7.0: Generators folder: /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/build-release/conan
wolfssl/5.7.0: Generating aggregated env files
wolfssl/5.7.0: Generated aggregated env files: ['conanbuild.sh', 'conanrun.sh']
wolfssl/5.7.0: Calling build()
wolfssl/5.7.0: RUN: autoreconf --force --install
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:22: installing 'build-aux/compile'
configure.ac:24: installing 'build-aux/config.guess'
configure.ac:24: installing 'build-aux/config.sub'
configure.ac:28: installing 'build-aux/install-sh'
configure.ac:28: installing 'build-aux/missing'
Makefile.am: installing 'build-aux/depcomp'
parallel-tests: installing 'build-aux/test-driver'
wolfssl/5.7.0: RUN: "/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/configure" --disable-shared --enable-static --prefix=/ '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' --disable-examples --disable-crypttests --enable-harden --enable-debug=no --enable-opensslall=no --enable-opensslextra=no --enable-sslv3=no --enable-alpn=no --enable-des3=no --enable-tls13=yes --enable-certgen=no --enable-dsa=no --enable-ripemd=no --enable-sessioncerts=no --enable-sni=no --enable-testcert=no --enable-shared=no --enable-static=yes --enable-quic
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking build system type... aarch64-apple-darwin23.5.0
checking host system type... aarch64-apple-darwin23.5.0
checking target system type... aarch64-apple-darwin23.5.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking whether UID '501' is supported by ustar format... yes
checking whether GID '20' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking dependency style of gcc... gcc3
checking whether make supports nested variables... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 786432
checking how to convert aarch64-apple-darwin23.5.0 file names to aarch64-apple-darwin23.5.0 format... func_convert_file_noop
checking how to convert aarch64-apple-darwin23.5.0 file names to toolchain format... func_convert_file_noop
checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... ld: warning: -single_module is obsolete
no
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin23.5.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking whether the -Werror option is usable... yes
checking for simple visibility declarations... yes
checking size of long long... 8
checking size of long... 8
checking size of time_t... 8
checking for __uint128_t... yes
checking for arpa/inet.h... yes
checking for fcntl.h... yes
checking for limits.h... yes
checking for netdb.h... yes
checking for netinet/in.h... yes
checking for stddef.h... yes
checking for time.h... yes
checking for sys/ioctl.h... yes
checking for sys/socket.h... yes
checking for sys/time.h... yes
checking for errno.h... yes
checking for sys/un.h... yes
checking for socket in -lnetwork... yes
checking whether byte ordering is bigendian... no
checking for __atomic... yes
checking for stdatomic.h... yes
checking for gethostbyname... yes
checking for getaddrinfo... yes
checking for gettimeofday... yes
checking for gmtime_r... yes
checking for gmtime_s... no
checking for inet_ntoa... yes
checking for memset... yes
checking for socket... yes
checking for strftime... yes
checking for atexit... yes
checking for gcc options needed to detect all undeclared functions... none needed
checking whether gethostbyname is declared... yes
checking whether getaddrinfo is declared... yes
checking whether gettimeofday is declared... yes
checking whether gmtime_r is declared... yes
checking whether gmtime_s is declared... no
checking whether inet_ntoa is declared... yes
checking whether memset is declared... yes
checking whether socket is declared... yes
checking whether strftime is declared... yes
checking whether atexit is declared... yes
checking for size_t... yes
checking for uint8_t... yes
checking for uintptr_t... yes
checking dependency style of gcc... gcc3
checking for thread local storage (TLS) class... _Thread_local
checking for debug... no
checking how to run the C preprocessor... gcc -E
checking whether gcc is Clang... yes
checking whether pthreads work with "-pthread" and "-lpthread"... yes
checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread... no
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for Security/SecTrustSettings.h... yes
checking for Security/SecCertificate.h... yes
checking for Security/SecTrust.h... yes
checking for Security/SecPolicy.h... yes
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking for vcs system... none
checking for vcs checkout... no
checking whether the linker accepts -Werror... yes
checking whether the linker accepts -z relro -z now... no
checking whether the linker accepts -pie... no
checking whether C compiler accepts -Werror... yes
checking whether C compiler accepts -Wno-pragmas... yes
checking whether C compiler accepts -Wall... yes
checking whether C compiler accepts -Wextra... yes
checking whether C compiler accepts -Wunknown-pragmas... yes
checking whether C compiler accepts -Wthis-test-should-fail... no
checking whether C compiler accepts --param=ssp-buffer-size=1... yes
checking whether C compiler accepts -Waddress... yes
checking whether C compiler accepts -Warray-bounds... yes
checking whether C compiler accepts -Wbad-function-cast... yes
checking whether C compiler accepts -Wchar-subscripts... yes
checking whether C compiler accepts -Wcomment... yes
checking whether C compiler accepts -Wfloat-equal... yes
checking whether C compiler accepts -Wformat-security... yes
checking whether C compiler accepts -Wformat=2... yes
checking whether C compiler accepts -Wmaybe-uninitialized... no
checking whether C compiler accepts -Wmissing-field-initializers... yes
checking whether C compiler accepts -Wmissing-noreturn... yes
checking whether C compiler accepts -Wmissing-prototypes... yes
checking whether C compiler accepts -Wnested-externs... yes
checking whether C compiler accepts -Wnormalized=id... no
checking whether C compiler accepts -Woverride-init... yes
checking whether C compiler accepts -Wpointer-arith... yes
checking whether C compiler accepts -Wpointer-sign... yes
checking whether C compiler accepts -Wshadow... yes
checking whether C compiler accepts -Wshorten-64-to-32... yes
checking whether C compiler accepts -Wsign-compare... yes
checking whether C compiler accepts -Wstrict-overflow=1... yes
checking whether C compiler accepts -Wstrict-prototypes... yes
checking whether C compiler accepts -Wswitch-enum... yes
checking whether C compiler accepts -Wundef... yes
checking whether C compiler accepts -Wunused... yes
checking whether C compiler accepts -Wunused-result... yes
checking whether C compiler accepts -Wunused-variable... yes
checking whether C compiler accepts -Wwrite-strings... yes
checking whether C compiler accepts -fwrapv... yes
creating wolfssl-config - generic 5.7.0 for -lwolfssl -lnetwork -lpthread
checking the number of available CPUs... 12
configure: adding automake macro support
configure: creating aminclude.am
configure: added jobserver support to make for 13 jobs
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating stamp-h
config.status: creating Makefile
config.status: creating wolfssl/version.h
config.status: creating wolfssl/options.h
config.status: creating support/wolfssl.pc
config.status: creating debian/control
config.status: creating debian/changelog
config.status: creating rpm/spec
config.status: creating wolfcrypt/test/test_paths.h
config.status: creating scripts/unit.test
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing wolfssl/wolfcrypt/async.h commands
config.status: executing wolfssl/wolfcrypt/fips.h commands
config.status: executing wolfssl/wolfcrypt/port/cavium/cavium_nitrox.h commands
config.status: executing wolfssl/wolfcrypt/port/intel/quickassist.h commands
config.status: executing wolfssl/wolfcrypt/port/intel/quickassist_mem.h commands
configure: ---
configure: Running make clean...
configure: ---
configure: Generating user options header...
checking for wolfssl/openssl/aes.h... yes
checking for wolfssl/openssl/asn1.h... yes
checking for wolfssl/openssl/asn1t.h... yes
checking for wolfssl/openssl/bio.h... yes
checking for wolfssl/openssl/bn.h... yes
checking for wolfssl/openssl/buffer.h... yes
checking for wolfssl/openssl/camellia.h... yes
checking for wolfssl/openssl/cmac.h... yes
checking for wolfssl/openssl/cms.h... yes
checking for wolfssl/openssl/compat_types.h... yes
checking for wolfssl/openssl/conf.h... yes
checking for wolfssl/openssl/crypto.h... yes
checking for wolfssl/openssl/des.h... yes
checking for wolfssl/openssl/dh.h... yes
checking for wolfssl/openssl/dsa.h... yes
checking for wolfssl/openssl/ec.h... yes
checking for wolfssl/openssl/ec25519.h... yes
checking for wolfssl/openssl/ec448.h... yes
checking for wolfssl/openssl/ecdh.h... yes
checking for wolfssl/openssl/ecdsa.h... yes
checking for wolfssl/openssl/ed25519.h... yes
checking for wolfssl/openssl/ed448.h... yes
checking for wolfssl/openssl/engine.h... yes
checking for wolfssl/openssl/err.h... yes
checking for wolfssl/openssl/evp.h... yes
checking for wolfssl/openssl/fips_rand.h... yes
checking for wolfssl/openssl/hmac.h... yes
checking for wolfssl/openssl/kdf.h... yes
checking for wolfssl/openssl/lhash.h... yes
checking for wolfssl/openssl/md4.h... yes
checking for wolfssl/openssl/md5.h... yes
checking for wolfssl/openssl/modes.h... yes
checking for wolfssl/openssl/obj_mac.h... yes
checking for wolfssl/openssl/objects.h... yes
checking for wolfssl/openssl/ocsp.h... yes
checking for wolfssl/openssl/opensslconf.h... yes
checking for wolfssl/openssl/opensslv.h... yes
checking for wolfssl/openssl/ossl_typ.h... yes
checking for wolfssl/openssl/pem.h... yes
checking for wolfssl/openssl/pkcs12.h... yes
checking for wolfssl/openssl/pkcs7.h... yes
checking for wolfssl/openssl/rand.h... yes
checking for wolfssl/openssl/rc4.h... yes
checking for wolfssl/openssl/ripemd.h... yes
checking for wolfssl/openssl/rsa.h... yes
checking for wolfssl/openssl/sha.h... yes
checking for wolfssl/openssl/sha3.h... yes
checking for wolfssl/openssl/srp.h... yes
checking for wolfssl/openssl/ssl.h... yes
checking for wolfssl/openssl/ssl23.h... yes
checking for wolfssl/openssl/stack.h... yes
checking for wolfssl/openssl/tls1.h... yes
checking for wolfssl/openssl/txt_db.h... yes
checking for wolfssl/openssl/ui.h... yes
checking for wolfssl/openssl/x509.h... yes
checking for wolfssl/openssl/x509_vfy.h... yes
checking for wolfssl/openssl/x509v3.h... yes
---
Configuration summary for wolfssl version 5.7.0
* Installation prefix: /
* System type: apple-darwin23.5.0
* Host CPU: aarch64
* C Compiler: gcc
* C Flags: -fPIC -O3 -Wno-pragmas -Wall -Wextra -Wunknown-pragmas --param=ssp-buffer-size=1 -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Woverride-init -Wpointer-arith -Wpointer-sign -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wwrite-strings -fwrapv
* C++ Compiler:
* C++ Flags: -fPIC -O3
* CPP Flags: -DNDEBUG
* CCAS Flags: -fPIC -O3
* LD Flags: -framework CoreFoundation -framework Security
* LIB Flags:
* Library Suffix:
* Debug enabled: no
* Coverage enabled:
* Warnings as failure: no
* make -j: 13
* VCS checkout: no
Features
* Experimental settings: Forbidden
* FIPS: no
* Single threaded: no
* Filesystem: yes
* OpenSSH Build: no
* OpenSSL Extra API: yes
* OpenSSL Coexist: no
* Old Names: yes
* Max Strength Build: no
* Distro Build: no
* Reproducible Build: no
* Side-channel Hardening: yes
* Single Precision Math: no
* SP implementation: all
* Fast Math: no
* Heap Math: no
* Assembly Allowed: yes
* sniffer: no
* snifftest: no
* ARC4: no
* AES: yes
* AES-NI: no
* AES-CBC: yes
* AES-CBC length checks: no
* AES-GCM: yes
* AES-GCM streaming: no
* AES-CCM: no
* AES-CTR: yes
* AES-CFB: no
* AES-OFB: no
* AES-XTS: no
* AES-SIV: no
* AES-EAX: no
* AES Bitspliced: no
* ARIA: no
* DES3: no
* Camellia: no
* SM4-ECB: no
* SM4-CBC: no
* SM4-CTR: no
* SM4-GCM: no
* SM4-CCM: no
* NULL Cipher: no
* MD2: no
* MD4: no
* MD5: yes
* RIPEMD: no
* SHA: yes
* SHA-224: yes
* SHA-384: yes
* SHA-512: yes
* SHA3: yes
* SHAKE128: no
* SHAKE256: no
* SM3: no
* BLAKE2: no
* BLAKE2S: no
* SipHash: no
* CMAC: no
* keygen: no
* certgen: no
* certreq: no
* certext: no
* certgencache: no
* CHACHA: yes
* XCHACHA: no
* Hash DRBG: yes
* MmemUse Entropy: no
* PWDBASED: yes
* Encrypted keys: yes
* scrypt: no
* wolfCrypt Only: no
* HKDF: yes
* HPKE: no
* X9.63 KDF: no
* SRTP-KDF: no
* PSK: no
* Poly1305: yes
* LEANPSK: no
* LEANTLS: no
* RSA: yes
* RSA-PSS: yes
* DSA: no
* DH: yes
* DH Default Parameters: yes
* ECC: yes
* ECC Custom Curves: no
* ECC Minimum Bits: 224
* FPECC: no
* ECC_ENCRYPT: no
* Brainpool: no
* SM2: no
* CURVE25519: yes
* ED25519: no
* ED25519 streaming: no
* CURVE448: no
* ED448: no
* ED448 streaming: no
* LMS: no
* LMS wolfSSL impl: no
* XMSS: no
* XMSS wolfSSL impl: no
* KYBER: no
* KYBER wolfSSL impl: no
* ECCSI no
* SAKKE no
* ASN: yes
* Anonymous cipher: no
* CODING: yes
* MEMORY: yes
* I/O POOL: no
* wolfSentry: no
* LIGHTY: no
* WPA Supplicant: no
* HAPROXY: no
* STUNNEL: no
* tcpdump: no
* libssh2: no
* ntp: no
* rsyslog: no
* Apache httpd: no
* NGINX: no
* OpenResty: no
* ASIO: no
* LIBWEBSOCKETS: no
* Qt: no
* Qt Unit Testing: no
* SIGNAL: no
* chrony: no
* strongSwan: no
* OpenLDAP: no
* hitch: no
* memcached: no
* ERROR_STRINGS: yes
* DTLS: no
* DTLS v1.3: no
* SCTP: no
* SRTP: no
* Indefinite Length: no
* Multicast: no
* SSL v3.0 (Old): no
* TLS v1.0 (Old): no
* TLS v1.1 (Old): no
* TLS v1.2: yes
* TLS v1.3: yes
* Post-handshake Auth: no
* Early Data: no
* QUIC: yes
* Send State in HRR Cookie: undefined
* OCSP: no
* OCSP Stapling: no
* OCSP Stapling v2: no
* CRL: no
* CRL-MONITOR: no
* Persistent session cache: no
* Persistent cert cache: no
* Atomic User Record Layer: no
* Public Key Callbacks: no
* libxmss: no
* liblms: no
* liboqs: no
* Whitewood netRandom: no
* Server Name Indication: yes
* ALPN: yes
* Maximum Fragment Length: no
* Trusted CA Indication: no
* Truncated HMAC: no
* Supported Elliptic Curves: yes
* FFDHE only in client: no
* Session Ticket: no
* Extended Master Secret: yes
* Renegotiation Indication: no
* Secure Renegotiation: no
* Fallback SCSV: no
* Keying Material Exporter: no
* All TLS Extensions: no
* S/MIME: no
* PKCS#7: no
* PKCS#8: yes
* PKCS#11: no
* PKCS#12: yes
* wolfSSH: no
* wolfEngine: no
* wolfTPM: no
* wolfCLU: no
* wolfSCEP: no
* Secure Remote Password: no
* Small Stack: no
* Linux Kernel Module: no
* valgrind unit tests: no
* LIBZ: no
* Examples: no
* Crypt tests: no
* Stack sizes in tests: no
* Heap stats in tests: no
* Asynchronous Crypto: no
* Asynchronous Crypto (sim): no
* Cavium Nitrox: no
* Cavium Octeon (Sync): no
* Intel Quick Assist: no
* ARM ASM: no
* ARM ASM SHA512/SHA3 Crypto no
* ARM ASM SM3/SM4 Crypto no
* AES Key Wrap: no
* Write duplicate: no
* Xilinx Hardware Acc.: no
* Inline Code: yes
* Linux AF_ALG: no
* Linux KCAPI: no
* Linux devcrypto: no
* PK callbacks: no
* Crypto callbacks: no
* i.MX CAAM: no
* IoT-Safe: no
* IoT-Safe HWRNG: no
* NXP SE050: no
* Maxim Integrated MAXQ10XX: no
* PSA: no
* System CA certs: yes
* Dual alg cert support: no
* ERR Queues per Thread: yes
* rwlock: no
* keylog export: no
* AutoSAR : no
---
./configure flags: --disable-shared --enable-static --prefix=/ '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' --disable-examples --disable-crypttests --enable-harden --enable-debug=no --enable-opensslall=no --enable-opensslextra=no --enable-sslv3=no --enable-alpn=no --enable-des3=no --enable-tls13=yes --enable-certgen=no --enable-dsa=no --enable-ripemd=no --enable-sessioncerts=no --enable-sni=no --enable-testcert=no --enable-shared=no --enable-static=yes --enable-quic 'CFLAGS= -fPIC -O3' LDFLAGS= 'CPPFLAGS= -DNDEBUG'
wolfssl/5.7.0: RUN: make -j12
/Library/Developer/CommandLineTools/usr/bin/make -j13 all-recursive
make[1]: warning: -jN forced in submake: disabling jobserver mode.
make[2]: warning: -jN forced in submake: disabling jobserver mode.
CC src/libwolfssl_la-internal.lo
CC src/libwolfssl_la-wolfio.lo
CC src/libwolfssl_la-keys.lo
CC src/libwolfssl_la-quic.lo
CC wolfcrypt/src/src_libwolfssl_la-random.lo
CC wolfcrypt/src/src_libwolfssl_la-kdf.lo
CC wolfcrypt/src/src_libwolfssl_la-sha256.lo
CC src/libwolfssl_la-tls13.lo
CC wolfcrypt/src/src_libwolfssl_la-hmac.lo
CC src/libwolfssl_la-tls.lo
CC wolfcrypt/src/src_libwolfssl_la-cpuid.lo
CC src/libwolfssl_la-ssl.lo
CC wolfcrypt/src/src_libwolfssl_la-hash.lo
CC wolfcrypt/src/src_libwolfssl_la-rsa.lo
CC wolfcrypt/src/src_libwolfssl_la-sp_int.lo
CC wolfcrypt/src/src_libwolfssl_la-aes.lo
CC wolfcrypt/src/src_libwolfssl_la-sha.lo
CC wolfcrypt/src/src_libwolfssl_la-sha512.lo
CC wolfcrypt/src/src_libwolfssl_la-sha3.lo
CC wolfcrypt/src/src_libwolfssl_la-logging.lo
CC wolfcrypt/src/src_libwolfssl_la-wc_port.lo
CC wolfcrypt/src/src_libwolfssl_la-error.lo
CC wolfcrypt/src/src_libwolfssl_la-wc_encrypt.lo
CC wolfcrypt/src/src_libwolfssl_la-signature.lo
CC wolfcrypt/src/src_libwolfssl_la-wolfmath.lo
CC wolfcrypt/src/src_libwolfssl_la-memory.lo
CC wolfcrypt/src/src_libwolfssl_la-dh.lo
CC wolfcrypt/src/src_libwolfssl_la-asn.lo
CC wolfcrypt/src/src_libwolfssl_la-coding.lo
CC wolfcrypt/src/src_libwolfssl_la-poly1305.lo
CC wolfcrypt/src/src_libwolfssl_la-md5.lo
CC wolfcrypt/src/src_libwolfssl_la-pwdbased.lo
CC wolfcrypt/src/src_libwolfssl_la-pkcs12.lo
CC wolfcrypt/src/src_libwolfssl_la-chacha.lo
CC wolfcrypt/src/src_libwolfssl_la-chacha20_poly1305.lo
CC wolfcrypt/src/src_libwolfssl_la-ecc.lo
CC wolfcrypt/src/src_libwolfssl_la-curve25519.lo
CC wolfcrypt/src/src_libwolfssl_la-fe_operations.lo
CCLD src/libwolfssl.la
wolfssl/5.7.0: Package '733627afde5ab3f21989117de9821a5ef6f3687a' built
wolfssl/5.7.0: Build folder /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/build-release
wolfssl/5.7.0: Generating the package
wolfssl/5.7.0: Packaging in folder /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p
wolfssl/5.7.0: Calling package()
wolfssl/5.7.0: RUN: make install DESTDIR=/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p -j12
/Library/Developer/CommandLineTools/usr/bin/make -j13 install-recursive
make[1]: warning: -jN forced in submake: disabling jobserver mode.
make[2]: warning: -jN forced in submake: disabling jobserver mode.
make[3]: warning: -jN forced in submake: disabling jobserver mode.
/bin/sh /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/build-aux/install-sh -d /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p//bin
/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/build-aux/install-sh -c -d '/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p//lib'
/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/build-aux/install-sh -c -d '/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p//share/doc/wolfssl/example'
/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/build-aux/install-sh -c -d '/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p//share/doc/wolfssl'
/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/build-aux/install-sh -c -d '/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p//lib/pkgconfig'
/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/build-aux/install-sh -c -d '/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p//include'
/usr/bin/install -c wolfssl-config /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p//bin
/usr/bin/install -c -m 644 /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/examples/async/async_server.c /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/examples/async/async_client.c /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/examples/benchmark/tls_bench.c /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/examples/client/client.c /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/examples/echoclient/echoclient.c /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/examples/echoserver/echoserver.c /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/examples/server/server.c /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/examples/sctp/sctp-server.c /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/examples/sctp/sctp-server-dtls.c /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/examples/sctp/sctp-client.c /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/examples/sctp/sctp-client-dtls.c '/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p//share/doc/wolfssl/example'
/bin/sh ./libtool --mode=install /usr/bin/install -c src/libwolfssl.la '/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p//lib'
/usr/bin/install -c -m 644 /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/certs/taoCert.txt /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/doc/README.txt /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/doc/QUIC.md '/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p//share/doc/wolfssl'
/usr/bin/install -c -m 644 support/wolfssl.pc '/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p//lib/pkgconfig'
/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/build-aux/install-sh -c -d '/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p//include/wolfssl/wolfcrypt'
libtool: install: /usr/bin/install -c src/.libs/libwolfssl.lai /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p//lib/libwolfssl.la
libtool: install: /usr/bin/install -c src/.libs/libwolfssl.a /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p//lib/libwolfssl.a
libtool: install: chmod 644 /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p//lib/libwolfssl.a
/usr/bin/install -c -m 644 /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/aes.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/arc4.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/asn.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/asn_public.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/poly1305.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/camellia.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/cmac.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/coding.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/compress.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/des3.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/dh.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/dsa.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/ecc.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/curve25519.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/ed25519.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/fe_operations.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/ge_operations.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/curve448.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/ed448.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/falcon.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/dilithium.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/sphincs.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/fe_448.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/ge_448.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/eccsi.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/sakke.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/error-crypt.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/fips_test.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/hash.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/hmac.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/hpke.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/kdf.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/integer.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/md2.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/md4.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/md5.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/misc.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/pkcs7.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/wc_encrypt.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/wc_port.h '/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p//include/wolfssl/wolfcrypt'
libtool: install: ranlib /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p//lib/libwolfssl.a
/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/build-aux/install-sh -c -d '/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p//include/wolfssl/wolfcrypt'
/usr/bin/install -c -m 644 /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/pwdbased.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/chacha.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/chacha20_poly1305.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/random.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/ripemd.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/rsa.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/rc2.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/settings.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/sha256.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/sha512.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/sha.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/signature.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/blake2.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/blake2-int.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/blake2-impl.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/tfm.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/srp.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/types.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/visibility.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/logging.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/memory.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/mpi_class.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/mpi_superclass.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/mem_track.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/wolfevent.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/pkcs12.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/wolfmath.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/sha3.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/siphash.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/cpuid.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/cryptocb.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/kyber.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/wc_kyber.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/ext_kyber.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/sm2.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/sm3.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/sm4.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/lms.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/wc_lms.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/ext_lms.h '/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p//include/wolfssl/wolfcrypt'
/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/build-aux/install-sh -c -d '/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p//include/wolfssl/openssl'
/usr/bin/install -c -m 644 /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/asn1.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/asn1t.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/aes.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/bio.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/bn.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/buffer.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/camellia.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/cmac.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/cms.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/compat_types.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/conf.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/crypto.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/des.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/dh.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/dsa.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/ecdsa.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/ecdh.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/ec.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/ec25519.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/ed25519.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/ec448.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/ed448.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/engine.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/err.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/evp.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/fips_rand.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/hmac.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/kdf.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/lhash.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/md4.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/md5.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/modes.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/ripemd.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/obj_mac.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/objects.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/ocsp.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/opensslconf.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/opensslv.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/ossl_typ.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/pem.h '/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p//include/wolfssl/openssl'
/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/build-aux/install-sh -c -d '/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p//include/wolfssl/openssl'
/usr/bin/install -c -m 644 /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/pkcs12.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/pkcs7.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/rand.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/rsa.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/sha.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/sha3.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/srp.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/ssl23.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/ssl.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/stack.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/tls1.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/txt_db.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/ui.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/x509.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/x509_vfy.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/x509v3.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/openssl/rc4.h '/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p//include/wolfssl/openssl'
libtool: warning: remember to run 'libtool --finish //lib'
/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/build-aux/install-sh -c -d '/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p//include/wolfssl/wolfcrypt'
/usr/bin/install -c -m 644 /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/xmss.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/wc_xmss.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/ext_xmss.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfcrypt/sp_int.h '/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p//include/wolfssl/wolfcrypt'
/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/build-aux/install-sh -c -d '/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p//include/wolfssl'
/usr/bin/install -c -m 644 /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/error-ssl.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/ssl.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/sniffer_error.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/sniffer.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/callbacks.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/certs_test.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/test.h wolfssl/version.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/ocsp.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/quic.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/crl.h /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/b/src/wolfssl/wolfio.h wolfssl/options.h '/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p//include/wolfssl'
wolfssl/5.7.0: package(): Packaged 1 file: LICENSING
wolfssl/5.7.0: package(): Packaged 154 '.h' files
wolfssl/5.7.0: package(): Packaged 1 '.a' file: libwolfssl.a
wolfssl/5.7.0: Created package revision 48c02bb7821d518251d396eebef3b9a5
wolfssl/5.7.0: Package '733627afde5ab3f21989117de9821a5ef6f3687a' created
wolfssl/5.7.0: Full package reference: wolfssl/5.7.0#4a85c321bc3f0f7c76f81e88c146ccc7:733627afde5ab3f21989117de9821a5ef6f3687a#48c02bb7821d518251d396eebef3b9a5
wolfssl/5.7.0: Package folder /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p
WARN: deprecated: Usage of deprecated Conan 1.X features that will be removed in Conan 2.X:
WARN: deprecated: 'env_info' used in: libtool/2.4.7, m4/1.4.19, automake/1.16.5, autoconf/2.71
WARN: deprecated: 'user_info' used in: automake/1.16.5
======== Launching test_package ========
======== Computing dependency graph ========
Graph root
wolfssl/5.7.0 (test package): /Users/ruben/coding/conan-center-index/recipes/wolfssl/all/test_package/conanfile.py
Requirements
wolfssl/5.7.0#4a85c321bc3f0f7c76f81e88c146ccc7 - Cache
Build requirements
autoconf/2.71#f9307992909d7fb3df459340f1932809 - Cache
automake/1.16.5#058bda3e21c36c9aa8425daf3c1faf50 - Cache
gnu-config/cci.20210814#dc430d754f465e8c74463019672fb97b - Cache
libtool/2.4.7#08316dad5c72c541ed21e039e4cf217b - Cache
m4/1.4.19#b38ced39a01e31fef5435bc634461fd2 - Cache
======== Computing necessary packages ========
Requirements
wolfssl/5.7.0#4a85c321bc3f0f7c76f81e88c146ccc7:733627afde5ab3f21989117de9821a5ef6f3687a#48c02bb7821d518251d396eebef3b9a5 - Cache
Build requirements
Skipped binaries
autoconf/2.71, automake/1.16.5, gnu-config/cci.20210814, libtool/2.4.7, m4/1.4.19
======== Installing packages ========
wolfssl/5.7.0: Already installed! (1 of 1)
======== Testing the package ========
Removing previously existing 'test_package' build folder: /Users/ruben/coding/conan-center-index/recipes/wolfssl/all/test_package/build/apple-clang-15-armv8-gnu17-release
wolfssl/5.7.0 (test package): Test package build: build/apple-clang-15-armv8-gnu17-release
wolfssl/5.7.0 (test package): Test package build folder: /Users/ruben/coding/conan-center-index/recipes/wolfssl/all/test_package/build/apple-clang-15-armv8-gnu17-release
wolfssl/5.7.0 (test package): Writing generators to /Users/ruben/coding/conan-center-index/recipes/wolfssl/all/test_package/build/apple-clang-15-armv8-gnu17-release/generators
wolfssl/5.7.0 (test package): Generator 'CMakeToolchain' calling 'generate()'
wolfssl/5.7.0 (test package): CMakeToolchain generated: conan_toolchain.cmake
wolfssl/5.7.0 (test package): CMakeToolchain generated: /Users/ruben/coding/conan-center-index/recipes/wolfssl/all/test_package/build/apple-clang-15-armv8-gnu17-release/generators/CMakePresets.json
wolfssl/5.7.0 (test package): CMakeToolchain generated: /Users/ruben/coding/conan-center-index/recipes/wolfssl/all/test_package/CMakeUserPresets.json
wolfssl/5.7.0 (test package): Generator 'CMakeDeps' calling 'generate()'
wolfssl/5.7.0 (test package): CMakeDeps necessary find_package() and targets for your CMakeLists.txt
find_package(wolfssl)
target_link_libraries(... wolfssl::wolfssl)
wolfssl/5.7.0 (test package): Generator 'VirtualRunEnv' calling 'generate()'
wolfssl/5.7.0 (test package): Generating aggregated env files
wolfssl/5.7.0 (test package): Generated aggregated env files: ['conanrun.sh', 'conanbuild.sh']
======== Testing the package: Building ========
wolfssl/5.7.0 (test package): Calling build()
wolfssl/5.7.0 (test package): Running CMake.configure()
wolfssl/5.7.0 (test package): RUN: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/Users/ruben/coding/conan-center-index/recipes/wolfssl/all/test_package" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/Users/ruben/coding/conan-center-index/recipes/wolfssl/all/test_package"
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- Using Conan toolchain: /Users/ruben/coding/conan-center-index/recipes/wolfssl/all/test_package/build/apple-clang-15-armv8-gnu17-release/generators/conan_toolchain.cmake
-- Conan toolchain: C++ Standard 17 with extensions ON
-- The C compiler identification is AppleClang 15.0.0.15000309
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Conan: Target declared 'wolfssl::wolfssl'
-- Configuring done (0.3s)
-- Generating done (0.0s)
-- Build files have been written to: /Users/ruben/coding/conan-center-index/recipes/wolfssl/all/test_package/build/apple-clang-15-armv8-gnu17-release
wolfssl/5.7.0 (test package): Running CMake.build()
wolfssl/5.7.0 (test package): RUN: cmake --build "/Users/ruben/coding/conan-center-index/recipes/wolfssl/all/test_package/build/apple-clang-15-armv8-gnu17-release" -- -j12
[ 50%] Building C object CMakeFiles/test_package.dir/test_package.c.o
In file included from /Users/ruben/coding/conan-center-index/recipes/wolfssl/all/test_package/test_package.c:1:
In file included from /Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p/include/wolfssl/ssl.h:33:
/Users/ruben/.conan2/p/b/wolfsbbe6b715b6fca/p/include/wolfssl/wolfcrypt/settings.h:2955:14: warning: "For timing resistance / side-channel attack prevention consider using harden options" [-W#warnings]
#warning "For timing resistance / side-channel attack prevention consider using harden options"
^
1 warning generated.
[100%] Linking C executable test_package
[100%] Built target test_package
======== Testing the package: Executing test ========
wolfssl/5.7.0 (test package): Running test()
wolfssl/5.7.0 (test package): RUN: ./test_package
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ✔️All green in build 4 (
Conan v2 pipeline ✔️
All green in build 5 (
|
Specify library name and version: wolfssl/[>=5.5.0]
WolfSSL supports the QUIC protocol (a dependency of http3) for all versions above and including 5.5.0. Expose an option to enable it.