diff --git a/components/ssl/Kconfig b/components/ssl/Kconfig index 52fee4f0..c08f79e3 100644 --- a/components/ssl/Kconfig +++ b/components/ssl/Kconfig @@ -13,7 +13,7 @@ config SSL_USING_MBEDTLS config SSL_USING_AXTLS bool "axTLS" config SSL_USING_WOLFSSL - bool "wolfSSL" + bool "wolfSSL (License info in wolfssl subdirectory README)" endchoice menu "wolfSSL" diff --git a/components/ssl/wolfssl/README b/components/ssl/wolfssl/README new file mode 100644 index 00000000..429dd11a --- /dev/null +++ b/components/ssl/wolfssl/README @@ -0,0 +1,8 @@ +Espressif has a license to distribute wolfSSL royalty-free in binary form on all Espressif MCU products. +You can use the binary wolfSSL library on Espressif devices in products, without additional royalty costs. +The binary library does not include wolfSSL features for TLS 1.3, FIPS or DTLS 1.2. + +Updates to these wolfSSL binary libraries will be available until at least March 2021. + +To discuss additional features, additional support and updates, or to obtain a quote for +other individual licensing options then please contact licensing@wolfssl.com diff --git a/components/ssl/wolfssl/include/user_settings.h b/components/ssl/wolfssl/include/user_settings.h index a20a8221..a4488ff0 100644 --- a/components/ssl/wolfssl/include/user_settings.h +++ b/components/ssl/wolfssl/include/user_settings.h @@ -5,7 +5,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * http://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/openssl/asn1.h b/components/ssl/wolfssl/wolfssl/wolfssl/openssl/asn1.h index f0a36538..6d22c4b1 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/openssl/asn1.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/openssl/asn1.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/openssl/bn.h b/components/ssl/wolfssl/wolfssl/wolfssl/openssl/bn.h index 7521c3e5..dc6f1271 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/openssl/bn.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/openssl/bn.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/openssl/crypto.h b/components/ssl/wolfssl/wolfssl/wolfssl/openssl/crypto.h index 4e987e5a..0f195b1c 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/openssl/crypto.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/openssl/crypto.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/openssl/dsa.h b/components/ssl/wolfssl/wolfssl/wolfssl/openssl/dsa.h index 978e8ecf..16fd2d33 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/openssl/dsa.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/openssl/dsa.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/openssl/ec.h b/components/ssl/wolfssl/wolfssl/wolfssl/openssl/ec.h index 832ea3d6..e3497143 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/openssl/ec.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/openssl/ec.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/openssl/evp.h b/components/ssl/wolfssl/wolfssl/wolfssl/openssl/evp.h index a4fa59e4..67495173 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/openssl/evp.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/openssl/evp.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/openssl/hmac.h b/components/ssl/wolfssl/wolfssl/wolfssl/openssl/hmac.h index da32fed4..31702f7c 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/openssl/hmac.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/openssl/hmac.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/openssl/md5.h b/components/ssl/wolfssl/wolfssl/wolfssl/openssl/md5.h index 80e58df9..8eab49a1 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/openssl/md5.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/openssl/md5.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/openssl/opensslv.h b/components/ssl/wolfssl/wolfssl/wolfssl/openssl/opensslv.h index 15cbe51f..9955bf38 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/openssl/opensslv.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/openssl/opensslv.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/openssl/ripemd.h b/components/ssl/wolfssl/wolfssl/wolfssl/openssl/ripemd.h index 3b5422e0..22dfcc57 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/openssl/ripemd.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/openssl/ripemd.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/openssl/rsa.h b/components/ssl/wolfssl/wolfssl/wolfssl/openssl/rsa.h index a135fc06..1b406e50 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/openssl/rsa.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/openssl/rsa.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/openssl/sha.h b/components/ssl/wolfssl/wolfssl/wolfssl/openssl/sha.h index 6712585e..63bd5e72 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/openssl/sha.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/openssl/sha.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/openssl/ssl.h b/components/ssl/wolfssl/wolfssl/wolfssl/openssl/ssl.h index b3da6dac..2fb088c8 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/openssl/ssl.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/openssl/ssl.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/ssl.h b/components/ssl/wolfssl/wolfssl/wolfssl/ssl.h index 8dc69351..fffefc82 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/ssl.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/ssl.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/version.h b/components/ssl/wolfssl/wolfssl/wolfssl/version.h index 3f636b3f..19377a21 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/version.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/version.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/aes.h b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/aes.h index 0361beab..60d3467f 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/aes.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/aes.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/arc4.h b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/arc4.h index df9a6180..cbb9b198 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/arc4.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/arc4.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/asn_public.h b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/asn_public.h index b1971f7c..7199ce29 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/asn_public.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/asn_public.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/des3.h b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/des3.h index e125c71d..95254c34 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/des3.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/des3.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/ecc.h b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/ecc.h index 9dbf0e02..0048968b 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/ecc.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/ecc.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/hash.h b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/hash.h index 43760ca5..9435b8f7 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/hash.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/hash.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/hmac.h b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/hmac.h index 6272da31..a539e571 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/hmac.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/hmac.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/integer.h b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/integer.h index e5330de8..cd677bb6 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/integer.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/integer.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/logging.h b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/logging.h index acfafed7..0a2d7f6b 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/logging.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/logging.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/md5.h b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/md5.h index d43a89bd..9386b388 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/md5.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/md5.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/mpi_class.h b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/mpi_class.h index 6f1c4379..2d5b23e1 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/mpi_class.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/mpi_class.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/mpi_superclass.h b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/mpi_superclass.h index 173ce0e3..049d9001 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/mpi_superclass.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/mpi_superclass.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/pwdbased.h b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/pwdbased.h index 26982335..132d8d2b 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/pwdbased.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/pwdbased.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/random.h b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/random.h index 513317f0..36153272 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/random.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/random.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/settings.h b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/settings.h index 7f7a1167..e8a0085f 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/settings.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/settings.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/sha.h b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/sha.h index 9d506570..d9814d67 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/sha.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/sha.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/sha256.h b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/sha256.h index 73c9578d..9565652e 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/sha256.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/sha256.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/types.h b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/types.h index f49161a4..4fe68a41 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/types.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/types.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/visibility.h b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/visibility.h index 9cf925a0..905d44c5 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/visibility.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/visibility.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/wc_port.h b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/wc_port.h index 8492fccf..aac872b5 100755 --- a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/wc_port.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/wc_port.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/wolfmath.h b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/wolfmath.h index 8be26bc6..5699be6f 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/wolfmath.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/wolfmath.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */ diff --git a/components/ssl/wolfssl/wolfssl/wolfssl/wolfio.h b/components/ssl/wolfssl/wolfssl/wolfssl/wolfio.h index 322225df..6993bd07 100644 --- a/components/ssl/wolfssl/wolfssl/wolfssl/wolfio.h +++ b/components/ssl/wolfssl/wolfssl/wolfssl/wolfio.h @@ -4,7 +4,8 @@ * * This file is part of wolfSSL. * - * Contact licensing@wolfssl.com with any questions or comments. + * wolfSSL is distributed in binary form as licensed by Espressif Systems. + * See README file or contact licensing@wolfssl.com with any questions or comments. * * https://www.wolfssl.com */