Home
last modified time | relevance | path

Searched +full:openssl +full:- +full:dev (Results 1 – 25 of 414) sorted by relevance

12345678910>>...17

/external/curl/.github/workflows/
Dlinux.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.azure-pipelines.yml'
15 - '.circleci/**'
16 - '.cirrus.yml'
17 - 'appveyor.*'
18 - 'packages/**'
[all …]
Dosslq-linux.yml3 # SPDX-License-Identifier: curl
5 name: osslq-linux
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '**/CMakeLists.txt'
15 - '.azure-pipelines.yml'
16 - '.circleci/**'
17 - '.cirrus.yml'
[all …]
Dquiche-linux.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '**/CMakeLists.txt'
15 - '.azure-pipelines.yml'
16 - '.circleci/**'
17 - '.cirrus.yml'
18 - 'appveyor.*'
[all …]
/external/libwebsockets/scripts/
Dtravis_install.sh7 sudo apt-get update -qq
9 if [ "$LWS_METHOD" == "lwsws" -o "$LWS_METHOD" == "lwsws2" ];
11 …sudo apt-get install -y -qq realpath libjemalloc1 libev4 libuv-dev libdbus-1-dev valgrind mosquitto
12 sudo apt-get remove python-six
17 wget https://libwebsockets.org/openssl-1.1.0-trusty.tar.bz2 -O/tmp/openssl.tar.bz2
19 sudo tar xf /tmp/openssl.tar.bz2
21 sudo update-ca-certificates
24 if [ "$LWS_METHOD" == "mbedtls" -o "$LWS_METHOD" == "ss+mbedtls" ];
26 sudo apt-get install -y -qq realpath libjemalloc1 libev4 libuv-dev valgrind
27 wget https://libwebsockets.org/openssl-1.1.0-trusty.tar.bz2 -O/tmp/openssl.tar.bz2
[all …]
/external/protobuf/kokoro/linux/dockerfile/test/php/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
25 libsqlite3-dev \
26 && apt-get clean
29 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
31 libcurl4-openssl-dev \
[all …]
/external/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/php/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
25 libsqlite3-dev \
26 && apt-get clean
29 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
31 libcurl4-openssl-dev \
[all …]
/external/python/httplib2/script/
Dcompile-py3-openssl11.sh4 install_dir=$cache_dir/py3-openssl11
7 cpucount=$(nproc --all)
10 #rm -rf $cache_dir/* # uncomment to rebuild
12 if [[ $($install_dir/bin/python -V) != "Python $python_version" ]] ; then
14 mkdir -p /tmp/source
16 # Compile OpenSSL
17 curl -fLOsS "https://www.openssl.org/source/openssl-$openssl_version.tar.gz"
18 echo "Extracting OpenSSL..."
19 tar xf openssl-$openssl_version.tar.gz
20 cd ./openssl-$openssl_version
[all …]
/external/mbedtls/tests/
Dcompat.sh6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
10 # Test interoperbility with OpenSSL, GnuTLS as well as itself.
15 set -u
19 ulimit -f 20971520
35 : ${OPENSSL:=openssl}
36 : ${GNUTLS_CLI:=gnutls-cli}
37 : ${GNUTLS_SERV:=gnutls-serv}
39 # The OPENSSL variable used to be OPENSSL_CMD for historical reasons.
44 if [ "$OPENSSL_CMD" != "$OPENSSL" ]; then
45 echo "Please use OPENSSL instead of OPENSSL_CMD." >&2
[all …]
/external/curl/m4/
Dcurl-openssl.m421 # SPDX-License-Identifier: curl
29 dnl Check for OpenSSL libraries and headers
36 dnl backup the pre-ssl variables
43 *-*-msys* | *-*-mingw*)
46 LIBS="-lgdi32 $LIBS"
65 dnl --with-openssl (without path) used
70 dnl check the given --with-openssl spot
74 dnl Try pkg-config even when cross-compiling. Since we
78 if test -f "$OPENSSL_PCDIR/openssl.pc"; then
86 if test -f "$OPENSSL_PCDIR/openssl.pc"; then
[all …]
/external/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/php80/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
26 libonig-dev \
27 libsqlite3-dev \
28 && apt-get clean
31 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
[all …]
/external/protobuf/kokoro/linux/dockerfile/test/php80/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
26 libonig-dev \
27 libsqlite3-dev \
28 && apt-get clean
31 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
[all …]
/external/python/cpython3/.azure-pipelines/
Dposix-deps-apt.sh2 apt-get update
4 apt-get -yq install \
5 build-essential \
6 zlib1g-dev \
7 libbz2-dev \
8 liblzma-dev \
9 libncurses5-dev \
10 libreadline6-dev \
11 libsqlite3-dev \
12 libssl-dev \
[all …]
/external/oss-fuzz/projects/cryptofuzz/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
19 # https://github.com/google/oss-fuzz/issues/2336
23 if [[ $CFLAGS != *sanitize=memory* && $CFLAGS != *-m32* ]]
26 # It is required for building noble-bls12-381
28 tar Jxf node-v14.17.1-linux-x64.tar.xz
29 export PATH="$PATH:$SRC/node-v14.17.1-linux-x64/bin/"
33 $CC $SRC/xxd.c -o /usr/bin/xxd
36 rm -rf $SRC/cryptofuzz/modules/reference/xxHash/
37 cp -R $SRC/xxHash/ $SRC/cryptofuzz/modules/reference/
[all …]
/external/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/php_32bit/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
25 libsqlite3-dev \
26 && apt-get clean
29 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
32 libcurl4-openssl-dev \
[all …]
/external/protobuf/kokoro/linux/dockerfile/test/php_32bit/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
25 libsqlite3-dev \
26 && apt-get clean
29 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
32 libcurl4-openssl-dev \
[all …]
/external/oss-fuzz/projects/s2geometry/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && \
19 apt-get -y install \
20 libgflags-dev \
21 libgoogle-glog-dev \
22 libgtest-dev libssl-dev \
26 # OpenSSL
29 RUN set -ex \
30 && curl -s -O https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz \
[all …]
/external/openthread/third_party/mbedtls/repo/scripts/
Doutput_env.sh6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
13 # - architecture of the system
14 # - type and version of the operating system
15 # - version of make and cmake
16 # - version of armcc, clang, gcc-arm and gcc compilers
17 # - version of libc, clang, asan and valgrind if installed
18 # - version of gnuTLS and OpenSSL
29 if [ -n "$VARIANT" ]; then
33 if ! type "$BIN" > /dev/null 2>&1; then
42 while [ $# -gt 0 ]; do
[all …]
/external/mbedtls/scripts/
Doutput_env.sh6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
13 # - architecture of the system
14 # - type and version of the operating system
15 # - version of make and cmake
16 # - version of armcc, clang, gcc-arm and gcc compilers
17 # - version of libc, clang, asan and valgrind if installed
18 # - version of gnuTLS and OpenSSL
29 if [ -n "$VARIANT" ]; then
33 if ! type "$BIN" > /dev/null 2>&1; then
42 while [ $# -gt 0 ]; do
[all …]
/external/iperf3/config/
Dax_check_openssl.m42 # https://www.gnu.org/software/autoconf-archive/ax_check_openssl.html
7 # AX_CHECK_OPENSSL([action-if-found[, action-if-not-found]])
11 # Look for OpenSSL in a number of default spots, or in a user-selected
12 # spot (via --with-openssl). Sets
15 # OPENSSL_LIBS to the -l directives required
16 # OPENSSL_LDFLAGS to the -L or -R flags required
18 # and calls ACTION-IF-FOUND or ACTION-IF-NOT-FOUND appropriately
21 # openssl/ directory in include directives:
23 # #include <openssl/hmac.h>
32 # and this notice are preserved. This file is offered as-is, without any
[all …]
/external/curl/
D.azure-pipelines.yml21 # SPDX-License-Identifier: curl
24 # https://dev.azure.com/daniel0244/curl/_build?view=runs
32 - 'master'
33 - '*/ci'
36 - '.circleci/*'
37 - '.cirrus.yml'
38 - '.github/*'
39 - '.github/workflows/*'
40 - 'appveyor.*'
41 - 'packages/*'
[all …]
/external/oss-fuzz/projects/monero/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
20 FROM gcr.io/oss-fuzz-base/base-builder
22 RUN set -ex && \
23 apt-get update && \
24 apt-get --no-install-recommends --yes install \
25 ca-certificates \
29 pkg-config \
34 libtool-bin \
43 libsodium-dev \
44 libreadline-dev \
[all …]
/external/libevent/m4/
Dlibevent_openssl.m42 dnl OpenSSL support
13 OPENSSL_LIBS=`$PKG_CONFIG --libs openssl 2>/dev/null`
20 OPENSSL_INCS=`$PKG_CONFIG --cflags openssl 2>/dev/null`
34 OPENSSL_LIBS="$LIBS -l$lib $EV_LIB_GDI $EV_LIB_WS32 $OPENSSL_LIBADD"],
36 [-l$lib $EV_LIB_GDI $EV_LIB_WS32 $OPENSSL_LIBADD])
44 AC_CHECK_HEADERS([openssl/ssl.h], [], [have_openssl=no])
49 yes) AC_DEFINE(HAVE_OPENSSL, 1, [Define if the system has openssl]) ;;
50 *) AC_MSG_ERROR([openssl is a must but can not be found. You should add the \
51 directory containing `openssl.pc' to the `PKG_CONFIG_PATH' environment variable, \
52 or set `CFLAGS' and `LDFLAGS' directly for openssl, or use `--disable-openssl' \
[all …]
/external/openthread/third_party/mbedtls/repo/tests/
Dcompat.sh6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
10 # Test interoperbility with OpenSSL, GnuTLS as well as itself.
15 set -u
19 ulimit -f 20971520
35 : ${OPENSSL:=openssl}
36 : ${GNUTLS_CLI:=gnutls-cli}
37 : ${GNUTLS_SERV:=gnutls-serv}
39 # The OPENSSL variable used to be OPENSSL_CMD for historical reasons.
44 if [ "$OPENSSL_CMD" != "$OPENSSL" ]; then
45 echo "Please use OPENSSL instead of OPENSSL_CMD." >&2
[all …]
/external/curl/.circleci/
Dconfig.yml21 # SPDX-License-Identifier: curl
28 # See https://circleci.com/docs/configuration-reference/#macos-execution-environment
30 …ion of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference
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
46 … ./configure --disable-verbose --enable-werror --with-openssl || { tail -1000 config.log; false; }
[all …]
/external/oss-fuzz/projects/freeradius/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt install -y libtalloc-dev libkqueue-dev
20 # OpenSSL 1.1
23 RUN set -ex \
24 && curl -s -O https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz \
25 && echo "${OPENSSL_HASH} openssl-${OPENSSL_VERSION}.tar.gz" | sha256sum -c \
26 && tar -xzf openssl-${OPENSSL_VERSION}.tar.gz \
27 && cd openssl-${OPENSSL_VERSION} \
28 && ./Configure linux-x86_64 no-shared --static "$CFLAGS" \
[all …]

12345678910>>...17