Home
last modified time | relevance | path

Searched refs:openssl (Results 1 – 25 of 34) sorted by relevance

12

/curl/tests/unit/
H A Dunit3205.c43 const char *openssl; member
711 if(test->openssl) {
712 id = Curl_cipher_suite_lookup_id(test->openssl, strlen(test->openssl));
716 test->openssl, id, test->id);
723 expect = test->rfc ? test->rfc : test->openssl;
736 expect = test->openssl ? test->openssl : test->rfc;
/curl/m4/
H A Dcurl-openssl.m4100 dnl via --with-openssl
168 #include <openssl/err.h>
185 #include <openssl/err.h>
227 AC_CHECK_HEADERS(openssl/x509.h openssl/rsa.h openssl/crypto.h \
228 openssl/pem.h openssl/ssl.h openssl/err.h,
266 #include <openssl/base.h>
283 #include <openssl/base.h>
300 #include <openssl/opensslv.h>
316 #include <openssl/opensslv.h>
373 #include <openssl/ssl.h>
[all …]
H A Dcurl-amissl.m433 #include <openssl/opensslv.h>
55 AC_CHECK_HEADERS(openssl/x509.h openssl/rsa.h openssl/crypto.h \
56 openssl/pem.h openssl/ssl.h openssl/err.h)
/curl/.github/workflows/
H A Dlinux.yml53 openssl-version: 3.4.0
150 - name: openssl default
159 - name: openssl
177 - name: openssl !ipv6
200 - name: openssl i686
237 --with-openssl=$HOME/openssl --enable-debug
268 - name: IntelC openssl
438 id: cache-openssl-tsan
448 …git clone --quiet --depth=1 -b openssl-${{ env.openssl-version }} https://github.com/openssl/opens…
449 cd openssl
[all …]
H A Dhttp3-linux.yml46 openssl-version: 3.4.0
295 - name: openssl-quic
301 --with-openssl=$HOME/openssl/build --with-openssl-quic
401 - name: cache openssl
404 id: cache-openssl
406 cache-name: cache-openssl
411 - name: 'install openssl'
412 if: matrix.build.name == 'openssl-quic' && steps.cache-openssl.outputs.cache-hit != 'true'
414 …git clone --quiet --depth=1 -b openssl-${{ env.openssl-version }} https://github.com/openssl/opens…
415 cd openssl
[all …]
H A Dmacos.yml91 … configure: --enable-debug --with-libssh --with-openssl=$(brew --prefix openssl) --enable-ares
96 configure: --enable-debug --with-libssh --with-openssl=$(brew --prefix openssl)
129 configure: --enable-debug --with-openssl=$(brew --prefix libressl)
133 configure: --enable-debug --with-openssl=$(brew --prefix openssl)
137 configure: --enable-debug --with-openssl=$(brew --prefix openssl)
142 configure: --enable-debug --disable-ldap --with-openssl=$(brew --prefix openssl)
147 … generate: -DOPENSSL_ROOT_DIR=$(brew --prefix openssl) -DCURL_USE_GSASL=ON -DUSE_APPLE_IDN=ON
204 - name: 'brew unlink openssl'
206 if test -d $(brew --prefix)/include/openssl; then
207 brew unlink openssl
[all …]
H A Dconfigure-vs-cmake.yml37 - name: run configure --with-openssl
41 …mkdir bld-am && cd bld-am && ../configure --enable-static=no --with-openssl --without-libpsl --wit…
75 - name: run configure --with-openssl
79 …mkdir bld-am && cd bld-am && ../configure --enable-static=no --with-openssl --without-libpsl --dis…
H A Dnon-native.yml40 name: 'NetBSD (cmake, openssl, clang)'
117 name: 'FreeBSD (${{ matrix.build }}, openssl, ${{ matrix.compiler }}, ${{ matrix.arch }})'
144 --with-openssl \
191 name: 'OmniOS (autotools, openssl, gcc, amd64)'
208 --with-openssl \
H A Dwindows.yml51 … - { build: 'automake', platform: 'x86_64', tflags: 'skiprun', config: '', name: 'openssl R' }
52 …config: '-DENABLE_DEBUG=ON -DCURL_USE_OPENSSL=ON -DENABLE_THREADED_RESOLVER=OFF', name: 'openssl' }
86 --with-openssl \
222 openssl-devel
237 mingw-w64-${{ matrix.env }}-openssl
253 --with-openssl \
629 … install: 'brotli zlib zstd libpsl nghttp2 libssh2[core,zlib] pkgconf gsasl openssl mbedtls'
639 - name: 'openssl'
640 … install: 'brotli zlib zstd libpsl nghttp2 nghttp3 openssl libssh2 pkgconf gsasl c-ares libuv krb5'
650 - name: 'openssl'
[all …]
/curl/.circleci/
H A Dconfig.yml84 --with-openssl \
87 configure-openssl-no-verbose:
111 --with-openssl --with-libssh \
171 - configure-openssl-no-verbose
237 x86-openssl:
241 openssl-c-ares:
245 openssl-libssh:
249 openssl-no-proxy:
253 openssl-no-verbose:
261 arm-openssl:
[all …]
/curl/tests/certs/scripts/
H A Dgenroot.sh29 OPENSSL=openssl
30 if [ -f /usr/local/ssl/bin/openssl ]; then
31 OPENSSL=/usr/local/ssl/bin/openssl
H A Dgenserv.sh29 OPENSSL=openssl
30 if [ -f /usr/local/ssl/bin/openssl ]; then
31 OPENSSL=/usr/local/ssl/bin/openssl
/curl/tests/data/
H A Dtest30736 simple HTTPS GET with openssl engine
39 --engine openssl -k https://%HOSTIP:%HTTPSPORT/%TESTNUMBER
/curl/
H A DMakefile.dist30 ./configure --with-openssl
50 ./configure --with-openssl
H A DGIT-INFO.md17 ./configure --with-openssl
H A DMakefile.am65 projects/build-openssl.bat \
H A DCMakeLists.txt635 list(APPEND LIBCURL_PC_REQUIRES_PRIVATE "openssl")
637 if(CURL_DEFAULT_SSL_BACKEND AND CURL_DEFAULT_SSL_BACKEND STREQUAL "openssl")
645 check_symbol_exists("OPENSSL_IS_BORINGSSL" "openssl/base.h" HAVE_BORINGSSL)
648 check_symbol_exists("OPENSSL_IS_AWSLC" "openssl/base.h" HAVE_AWSLC)
841 …openssl_check_symbol_exists("SSL_CTX_set_quic_method" "openssl/ssl.h" HAVE_SSL_CTX_SET_QUIC_METHOD…
843 … openssl_check_symbol_exists("wolfSSL_set_quic_method" "wolfssl/options.h;wolfssl/openssl/ssl.h"
853 …openssl_check_symbol_exists("wolfSSL_DES_ecb_encrypt" "wolfssl/openssl/des.h" HAVE_WOLFSSL_DES_ECB…
860 openssl_check_symbol_exists("SSL_set0_wbio" "openssl/ssl.h" HAVE_SSL_SET0_WBIO "")
863 openssl_check_symbol_exists("SSL_CTX_set_srp_username" "openssl/ssl.h" HAVE_OPENSSL_SRP "")
874 openssl_check_symbol_exists("SSL_set1_ech_config_list" "openssl/ssl.h" HAVE_ECH "")
[all …]
/curl/docs/libcurl/opts/
H A DCURLOPT_PINNEDPUBLICKEY.md100 openssl s_client -servername www.example.com -connect www.example.com:443 \
104 openssl x509 -in www.example.com.pem -pubkey -noout > www.example.com.pubkey.pem
107 openssl asn1parse -noout -inform pem -in www.example.com.pubkey.pem \
111 openssl dgst -sha256 -binary www.example.com.pubkey.der | openssl base64
H A DCURLOPT_PROXY_PINNEDPUBLICKEY.md97 openssl s_client -servername www.example.com -connect www.example.com:443 \
101 openssl x509 -in www.example.com.pem -pubkey -noout > www.example.com.pubkey.pem
104 openssl asn1parse -noout -inform pem -in www.example.com.pubkey.pem \
108 openssl dgst -sha256 -binary www.example.com.pubkey.der | openssl base64
H A DCURLOPT_SSL_CTX_DATA.md49 #include <openssl/ssl.h>
/curl/scripts/
H A Dmk-ca-bundle.pl66 my $openssl = 'openssl';
255 $result = `"$openssl" dgst -r -sha256 "$_[0]"`;
626 $pipe = "|$openssl x509 -" . $hash . " -fingerprint -noout -inform PEM";
638 $pipe = "|$openssl x509 -text -inform PEM";
/curl/lib/
H A DMakefile.mk134 OPENSSL_PATH ?= $(PROOT)/../openssl
145 ifneq ($(wildcard $(OPENSSL_INCLUDE)/openssl/srp.h),)
201 ifneq ($(wildcard $(OPENSSL_INCLUDE)/openssl/aead.h),)
H A DMakefile.inc53 vtls/openssl.c \
70 vtls/openssl.h \
/curl/packages/vms/
H A Dbuild_vms.com276 $ openssl = 0
589 $ openssl = 2
/curl/projects/
H A Dbuild-openssl.bat163 if not defined START_DIR set START_DIR=..\..\openssl
255 rem https://github.com/openssl/openssl/issues/10005
657 …echo Usage: build-openssl ^<compiler^> [platform] [configuration] [directory] [-VSpath] ["VSpath"]…

Completed in 50 milliseconds

12