Searched +full:wolfssl +full:- +full:version (Results 1 – 25 of 111) sorted by relevance
12345
| /external/curl/.github/workflows/ |
| D | ngtcp2-linux.yml | 3 # SPDX-License-Identifier: curl 5 name: ngtcp2-linux 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '**/CMakeLists.txt' 15 - '.azure-pipelines.yml' 16 - '.circleci/**' 17 - '.cirrus.yml' [all …]
|
| /external/curl/m4/ |
| D | curl-wolfssl.m4 | 21 # SPDX-License-Identifier: curl 26 dnl ---------------------------------------------------- 27 dnl check for wolfSSL 28 dnl ---------------------------------------------------- 51 dnl try pkg-config magic 52 CURL_CHECK_PKGCONFIG(wolfssl, [$wolfpkg]) 60 $PKGCONFIG --libs-only-l wolfssl` 62 $PKGCONFIG --libs-only-L wolfssl` 64 $PKGCONFIG --cflags-only-I wolfssl` 65 version=`CURL_EXPORT_PCDIR([$wolfpkg]) [all …]
|
| /external/curl/projects/ |
| D | wolfssl_override.props | 1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 We use this file to override some properties of the wolfSSL project files. 5 In build-wolfssl when we call msbuild to build wolfSSL we pass in this props 7 --> 12 <!-- 13 Our options file wolfssl_options.h is copied by build-wolfssl to 14 $(SolutionDir)\wolfssl\options.h. It includes all the options we need 15 to build wolfSSL for compatibility. See wolfssl_options.h for more info. 16 --> [all …]
|
| D | README.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 11 from sources using legacy versions of Visual Studio 2010 - 2013. 14 "generate -help" for usage details. 17 cmake. Refer to INSTALL-CMAKE in the docs directory. 31 This structure allows for side-by-side compilation of curl on the same machine 36 Note: Typically this side-by-side compilation is generally only required when 42 dependencies such as OpenSSL, wolfSSL and libssh2. If you wish to support 61 | |_VC <version> [all …]
|
| /external/oss-fuzz/projects/wolfssl/ |
| D | Dockerfile | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM gcr.io/oss-fuzz-base/base-builder 19 RUN apt-get update && apt-get install -y make autoconf automake libtool zip wget python 20 RUN git clone https://github.com/wolfssl/wolfssl --depth 1 $SRC/wolfssl 21 RUN git clone --depth 1 https://github.com/wolfSSL/wolfssh.git 22 RUN git clone --depth 1 https://github.com/guidovranken/fuzzing-headers.git 23 RUN git clone --depth 1 https://github.com/guidovranken/wolf-ssl-ssh-fuzzers 24 RUN git clone --depth 1 https://github.com/guidovranken/cryptofuzz 25 RUN git clone --depth 1 https://github.com/randombit/botan.git [all …]
|
| D | build.sh | 1 #!/bin/bash -eu 4 # Licensed under the Apache License, Version 2.0 (the "License"); 8 # http://www.apache.org/licenses/LICENSE-2.0 20 …--enable-static --enable-md2 --enable-md4 --enable-ripemd --enable-blake2 --enable-blake2s --enabl… 23 WOLFCRYPT_CONFIGURE_PARAMS="$WOLFCRYPT_CONFIGURE_PARAMS --disable-asm" 32 cp -R boost/ /usr/include/ 34 export CXXFLAGS="$CXXFLAGS -DCRYPTOFUZZ_BOTAN_IS_ORACLE" 41 sed -i 's/kNegativeIntegers = false/kNegativeIntegers = true/g' config.h 42 cp -R $SRC/cryptofuzz/ $SRC/cryptofuzz-openssl-api/ 43 cd $SRC/cryptofuzz-openssl-api/ [all …]
|
| /external/curl/projects/Windows/VC10/src/ |
| D | curl.sln | 1 Microsoft Visual Studio Solution File, Format Version 11.00 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curl", "curl.vcxproj", "{5228E9CE-A216-422F-A5… 7 DLL Debug - DLL OpenSSL - DLL LibSSH2|Win32 = DLL Debug - DLL OpenSSL - DLL LibSSH2|Win32 8 DLL Debug - DLL OpenSSL - DLL LibSSH2|x64 = DLL Debug - DLL OpenSSL - DLL LibSSH2|x64 9 DLL Debug - DLL OpenSSL|Win32 = DLL Debug - DLL OpenSSL|Win32 10 DLL Debug - DLL OpenSSL|x64 = DLL Debug - DLL OpenSSL|x64 11 DLL Debug - DLL Windows SSPI - DLL WinIDN|Win32 = DLL Debug - DLL Windows SSPI - DLL WinIDN|Win32 12 DLL Debug - DLL Windows SSPI - DLL WinIDN|x64 = DLL Debug - DLL Windows SSPI - DLL WinIDN|x64 13 DLL Debug - DLL Windows SSPI|Win32 = DLL Debug - DLL Windows SSPI|Win32 14 DLL Debug - DLL Windows SSPI|x64 = DLL Debug - DLL Windows SSPI|x64 [all …]
|
| /external/curl/projects/Windows/VC11/lib/ |
| D | libcurl.sln | 1 Microsoft Visual Studio Solution File, Format Version 12.00 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcurl", "libcurl.vcxproj", "{DA6F56B4-06A4-4… 7 DLL Debug - DLL OpenSSL - DLL LibSSH2|Win32 = DLL Debug - DLL OpenSSL - DLL LibSSH2|Win32 8 DLL Debug - DLL OpenSSL - DLL LibSSH2|x64 = DLL Debug - DLL OpenSSL - DLL LibSSH2|x64 9 DLL Debug - DLL OpenSSL|Win32 = DLL Debug - DLL OpenSSL|Win32 10 DLL Debug - DLL OpenSSL|x64 = DLL Debug - DLL OpenSSL|x64 11 DLL Debug - DLL Windows SSPI - DLL WinIDN|Win32 = DLL Debug - DLL Windows SSPI - DLL WinIDN|Win32 12 DLL Debug - DLL Windows SSPI - DLL WinIDN|x64 = DLL Debug - DLL Windows SSPI - DLL WinIDN|x64 13 DLL Debug - DLL Windows SSPI|Win32 = DLL Debug - DLL Windows SSPI|Win32 14 DLL Debug - DLL Windows SSPI|x64 = DLL Debug - DLL Windows SSPI|x64 [all …]
|
| /external/curl/projects/Windows/VC12/lib/ |
| D | libcurl.sln | 1 Microsoft Visual Studio Solution File, Format Version 12.00 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcurl", "libcurl.vcxproj", "{DA6F56B4-06A4-4… 7 DLL Debug - DLL OpenSSL - DLL LibSSH2|Win32 = DLL Debug - DLL OpenSSL - DLL LibSSH2|Win32 8 DLL Debug - DLL OpenSSL - DLL LibSSH2|x64 = DLL Debug - DLL OpenSSL - DLL LibSSH2|x64 9 DLL Debug - DLL OpenSSL|Win32 = DLL Debug - DLL OpenSSL|Win32 10 DLL Debug - DLL OpenSSL|x64 = DLL Debug - DLL OpenSSL|x64 11 DLL Debug - DLL Windows SSPI - DLL WinIDN|Win32 = DLL Debug - DLL Windows SSPI - DLL WinIDN|Win32 12 DLL Debug - DLL Windows SSPI - DLL WinIDN|x64 = DLL Debug - DLL Windows SSPI - DLL WinIDN|x64 13 DLL Debug - DLL Windows SSPI|Win32 = DLL Debug - DLL Windows SSPI|Win32 14 DLL Debug - DLL Windows SSPI|x64 = DLL Debug - DLL Windows SSPI|x64 [all …]
|
| /external/curl/projects/Windows/VC12/src/ |
| D | curl.sln | 1 Microsoft Visual Studio Solution File, Format Version 12.00 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curl", "curl.vcxproj", "{5228E9CE-A216-422F-A5… 7 DLL Debug - DLL OpenSSL - DLL LibSSH2|Win32 = DLL Debug - DLL OpenSSL - DLL LibSSH2|Win32 8 DLL Debug - DLL OpenSSL - DLL LibSSH2|x64 = DLL Debug - DLL OpenSSL - DLL LibSSH2|x64 9 DLL Debug - DLL OpenSSL|Win32 = DLL Debug - DLL OpenSSL|Win32 10 DLL Debug - DLL OpenSSL|x64 = DLL Debug - DLL OpenSSL|x64 11 DLL Debug - DLL Windows SSPI - DLL WinIDN|Win32 = DLL Debug - DLL Windows SSPI - DLL WinIDN|Win32 12 DLL Debug - DLL Windows SSPI - DLL WinIDN|x64 = DLL Debug - DLL Windows SSPI - DLL WinIDN|x64 13 DLL Debug - DLL Windows SSPI|Win32 = DLL Debug - DLL Windows SSPI|Win32 14 DLL Debug - DLL Windows SSPI|x64 = DLL Debug - DLL Windows SSPI|x64 [all …]
|
| /external/curl/projects/Windows/VC10/lib/ |
| D | libcurl.sln | 1 Microsoft Visual Studio Solution File, Format Version 11.00 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcurl", "libcurl.vcxproj", "{DA6F56B4-06A4-4… 7 DLL Debug - DLL OpenSSL - DLL LibSSH2|Win32 = DLL Debug - DLL OpenSSL - DLL LibSSH2|Win32 8 DLL Debug - DLL OpenSSL - DLL LibSSH2|x64 = DLL Debug - DLL OpenSSL - DLL LibSSH2|x64 9 DLL Debug - DLL OpenSSL|Win32 = DLL Debug - DLL OpenSSL|Win32 10 DLL Debug - DLL OpenSSL|x64 = DLL Debug - DLL OpenSSL|x64 11 DLL Debug - DLL Windows SSPI - DLL WinIDN|Win32 = DLL Debug - DLL Windows SSPI - DLL WinIDN|Win32 12 DLL Debug - DLL Windows SSPI - DLL WinIDN|x64 = DLL Debug - DLL Windows SSPI - DLL WinIDN|x64 13 DLL Debug - DLL Windows SSPI|Win32 = DLL Debug - DLL Windows SSPI|Win32 14 DLL Debug - DLL Windows SSPI|x64 = DLL Debug - DLL Windows SSPI|x64 [all …]
|
| /external/curl/projects/Windows/VC11/src/ |
| D | curl.sln | 1 Microsoft Visual Studio Solution File, Format Version 12.00 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curl", "curl.vcxproj", "{5228E9CE-A216-422F-A5… 7 DLL Debug - DLL OpenSSL - DLL LibSSH2|Win32 = DLL Debug - DLL OpenSSL - DLL LibSSH2|Win32 8 DLL Debug - DLL OpenSSL - DLL LibSSH2|x64 = DLL Debug - DLL OpenSSL - DLL LibSSH2|x64 9 DLL Debug - DLL OpenSSL|Win32 = DLL Debug - DLL OpenSSL|Win32 10 DLL Debug - DLL OpenSSL|x64 = DLL Debug - DLL OpenSSL|x64 11 DLL Debug - DLL Windows SSPI - DLL WinIDN|Win32 = DLL Debug - DLL Windows SSPI - DLL WinIDN|Win32 12 DLL Debug - DLL Windows SSPI - DLL WinIDN|x64 = DLL Debug - DLL Windows SSPI - DLL WinIDN|x64 13 DLL Debug - DLL Windows SSPI|Win32 = DLL Debug - DLL Windows SSPI|Win32 14 DLL Debug - DLL Windows SSPI|x64 = DLL Debug - DLL Windows SSPI|x64 [all …]
|
| /external/curl/docs/ |
| D | ECH.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 7 # Building curl with HTTPS-RR and ECH support 12 WolfSSL or boringssl as the TLS provider, depending on how you build curl. 16 This should however provide enough of a proof-of-concept to prompt an informed 22 To build our ECH-enabled OpenSSL fork: 26 git clone https://github.com/defo-project/openssl 28 ./config --libdir=lib --prefix=$HOME/code/openssl-local-inst 30 make -j8 [all …]
|
| /external/curl/projects/Windows/VC11/ |
| D | curl-all.sln | 1 Microsoft Visual Studio Solution File, Format Version 12.00 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curl", "src\curl.vcxproj", "{5228E9CE-A216-422… 5 {DA6F56B4-06A4-441D-AD70-AC5A7D51FADB} = {DA6F56B4-06A4-441D-AD70-AC5A7D51FADB} 8 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcurl", "lib\libcurl.vcxproj", "{DA6F56B4-06… 12 DLL Debug - DLL OpenSSL - DLL LibSSH2|Win32 = DLL Debug - DLL OpenSSL - DLL LibSSH2|Win32 13 DLL Debug - DLL OpenSSL - DLL LibSSH2|x64 = DLL Debug - DLL OpenSSL - DLL LibSSH2|x64 14 DLL Debug - DLL OpenSSL|Win32 = DLL Debug - DLL OpenSSL|Win32 15 DLL Debug - DLL OpenSSL|x64 = DLL Debug - DLL OpenSSL|x64 16 DLL Debug - DLL Windows SSPI - DLL WinIDN|Win32 = DLL Debug - DLL Windows SSPI - DLL WinIDN|Win32 17 DLL Debug - DLL Windows SSPI - DLL WinIDN|x64 = DLL Debug - DLL Windows SSPI - DLL WinIDN|x64 [all …]
|
| /external/curl/projects/Windows/VC12/ |
| D | curl-all.sln | 1 Microsoft Visual Studio Solution File, Format Version 12.00 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curl", "src\curl.vcxproj", "{5228E9CE-A216-422… 5 {DA6F56B4-06A4-441D-AD70-AC5A7D51FADB} = {DA6F56B4-06A4-441D-AD70-AC5A7D51FADB} 8 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcurl", "lib\libcurl.vcxproj", "{DA6F56B4-06… 12 DLL Debug - DLL OpenSSL - DLL LibSSH2|Win32 = DLL Debug - DLL OpenSSL - DLL LibSSH2|Win32 13 DLL Debug - DLL OpenSSL - DLL LibSSH2|x64 = DLL Debug - DLL OpenSSL - DLL LibSSH2|x64 14 DLL Debug - DLL OpenSSL|Win32 = DLL Debug - DLL OpenSSL|Win32 15 DLL Debug - DLL OpenSSL|x64 = DLL Debug - DLL OpenSSL|x64 16 DLL Debug - DLL Windows SSPI - DLL WinIDN|Win32 = DLL Debug - DLL Windows SSPI - DLL WinIDN|Win32 17 DLL Debug - DLL Windows SSPI - DLL WinIDN|x64 = DLL Debug - DLL Windows SSPI - DLL WinIDN|x64 [all …]
|
| /external/curl/projects/Windows/VC10/ |
| D | curl-all.sln | 1 Microsoft Visual Studio Solution File, Format Version 11.00 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curl", "src\curl.vcxproj", "{5228E9CE-A216-422… 5 {DA6F56B4-06A4-441D-AD70-AC5A7D51FADB} = {DA6F56B4-06A4-441D-AD70-AC5A7D51FADB} 8 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcurl", "lib\libcurl.vcxproj", "{DA6F56B4-06… 12 DLL Debug - DLL OpenSSL - DLL LibSSH2|Win32 = DLL Debug - DLL OpenSSL - DLL LibSSH2|Win32 13 DLL Debug - DLL OpenSSL - DLL LibSSH2|x64 = DLL Debug - DLL OpenSSL - DLL LibSSH2|x64 14 DLL Debug - DLL OpenSSL|Win32 = DLL Debug - DLL OpenSSL|Win32 15 DLL Debug - DLL OpenSSL|x64 = DLL Debug - DLL OpenSSL|x64 16 DLL Debug - DLL Windows SSPI - DLL WinIDN|Win32 = DLL Debug - DLL Windows SSPI - DLL WinIDN|Win32 17 DLL Debug - DLL Windows SSPI - DLL WinIDN|x64 = DLL Debug - DLL Windows SSPI - DLL WinIDN|x64 [all …]
|
| /external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/TPMDevice/include/ |
| D | user_settings.h | 3 * Copyright (C) 2006-2017 wolfSSL Inc. 5 * This file is part of wolfSSL. 7 * wolfSSL is free software; you can redistribute it and/or modify 9 * the Free Software Foundation; either version 2 of the License, or 10 * (at your option) any later version. 12 * wolfSSL is distributed in the hope that it will be useful, 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
|
| /external/curl/lib/vtls/ |
| D | wolfssl.c | 21 * SPDX-License-Identifier: curl 26 * Source file for all wolfSSL specific code for the TLS/SSL layer. No code 36 #include <wolfssl/version.h> 37 #include <wolfssl/options.h> 40 - the user's options.h generated by wolfSSL 41 - the symbols detected by curl's configure 45 /* HAVE_ALPN is wolfSSL's build time symbol for enabling ALPN in options.h. */ 68 #include <wolfssl/openssl/ssl.h> 69 #include <wolfssl/ssl.h> 70 #include <wolfssl/error-ssl.h> [all …]
|
| /external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/ |
| D | .project | 1 <?xml version="1.0" encoding="UTF-8"?> 3 <name>Nucleo-L476RG</name> 34 <value>${workspace_loc:/STM32100B-EVAL/Debug}</value> 77 <locationURI>PARENT-1-PROJECT_LOC/Shared/Platform/include</locationURI> 82 <locationURI>PARENT-3-PROJECT_LOC/TPMCmd/tpm/include</locationURI> 87 <locationURI>PARENT-1-PROJECT_LOC/Shared/TPMDevice/include</locationURI> 92 <locationURI>PARENT-1-PROJECT_LOC/Shared/Platform/src</locationURI> 97 <locationURI>PARENT-3-PROJECT_LOC/TPMCmd/tpm/src</locationURI> 102 <locationURI>PARENT-1-PROJECT_LOC/Shared/TPMDevice/src</locationURI> 107 <locationURI>PARENT-1-PROJECT_LOC../Shared/syscalls.c</locationURI> [all …]
|
| /external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/ |
| D | .project | 1 <?xml version="1.0" encoding="UTF-8"?> 3 <name>Nucleo-L4A6RG</name> 34 <value>${workspace_loc:/STM32100B-EVAL/Debug}</value> 77 <locationURI>PARENT-1-PROJECT_LOC/Shared/Platform/include</locationURI> 82 <locationURI>PARENT-3-PROJECT_LOC/TPMCmd/tpm/include</locationURI> 87 <locationURI>PARENT-1-PROJECT_LOC/Shared/TPMDevice/include</locationURI> 92 <locationURI>PARENT-1-PROJECT_LOC/Shared/Platform/src</locationURI> 97 <locationURI>PARENT-3-PROJECT_LOC/TPMCmd/tpm/src</locationURI> 102 <locationURI>PARENT-1-PROJECT_LOC/Shared/TPMDevice/src</locationURI> 112 <locationURI>$%7BPARENT-1-PROJECT_LOC%7D/Shared/syscalls.c</locationURI> [all …]
|
| /external/curl/.github/scripts/ |
| D | VERSIONS | 3 # SPDX-License-Identifier: curl 5 # renovate: datasource=github-tags depName=wolfSSL/wolfssl versioning=semver extractVersion=^v?(?<v… 8 # renovate: datasource=github-tags depName=wolfSSL/wolfssh versioning=semver extractVersion=^v?(?<v…
|
| /external/oss-fuzz/projects/wolfmqtt/ |
| D | build.sh | 1 #!/bin/bash -eu 4 # Licensed under the Apache License, Version 2.0 (the "License"); 8 # http://www.apache.org/licenses/LICENSE-2.0 18 # Build wolfSSL (dependency of wolfMQTT) 19 cd $SRC/wolfssl/ 20 autoreconf -ivf 23 ./configure --enable-static --disable-crypttests --disable-examples --disable-asm 24 elif [[ $CFLAGS = *-m32* ]] 26 ./configure --enable-static --disable-crypttests --disable-examples --disable-fastmath 28 ./configure --enable-static --disable-crypttests --disable-examples [all …]
|
| D | Dockerfile | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM gcr.io/oss-fuzz-base/base-builder 18 RUN apt-get update && apt-get install -y make autoconf automake libtool 19 RUN git clone --depth 1 https://github.com/wolfSSL/wolfssl.git 20 RUN git clone --depth 1 https://github.com/wolfSSL/wolfMQTT.git wolfmqtt 21 RUN git clone --depth 1 https://github.com/guidovranken/wolfmqtt-fuzzers.git 22 RUN git clone --depth 1 https://github.com/guidovranken/fuzzing-headers.git
|
| /external/curl/.circleci/ |
| D | config.yml | 21 # SPDX-License-Identifier: curl 28 # See https://circleci.com/docs/configuration-reference/#macos-execution-environment 30 # Use the latest 2.1 version of CircleCI pipeline process engine. See: https://circleci.com/docs/2.… 31 version: 2.1 36 - run: 38 autoreconf -fi 39 … ./configure --enable-warnings --enable-werror --with-openssl || { tail -1000 config.log; false; } 41 configure-openssl-no-verbose: 43 - run: 45 autoreconf -fi [all …]
|
| /external/libwebsockets/lib/tls/ |
| D | CMakeLists.txt | 2 # libwebsockets - small server side websockets and web server implementation 4 # Copyright (C) 2010 - 2020 Andy Green <andy@warmcat.com> 27 # - entries on SOURCES (modifications set back in PARENT_SCOPE) 28 # - entries on LIB_LIST (modifications set back in PARENT_SCOPE) 29 # - include_directories() 30 # - Api build-time discovery results set in PARENT_SCOPE 36 # Allow the user to use the old CyaSSL options/library in stead of wolfSSL 42 # Copy CyaSSL options to the wolfSSL options 43 …set(LWS_WITH_WOLFSSL ${LWS_WITH_CYASSL} CACHE BOOL "Use wolfSSL/CyaSSL instead of OpenSSL" FORCE P… 44 …set(LWS_WOLFSSL_LIBRARIES ${LWS_CYASSL_LIBRARIES} CACHE PATH "Path to wolfSSL/CyaSSL libraries" FO… [all …]
|
12345