Home
last modified time | relevance | path

Searched +full:gnutls +full:- +full:version (Results 1 – 25 of 94) sorted by relevance

1234

/external/curl/m4/
Dcurl-gnutls.m421 # SPDX-License-Identifier: curl
25 dnl ----------------------------------------------------
26 dnl check for GnuTLS
27 dnl ----------------------------------------------------
38 version=""
43 CURL_CHECK_PKGCONFIG(gnutls)
46 addlib=`$PKGCONFIG --libs-only-l gnutls`
47 addld=`$PKGCONFIG --libs-only-L gnutls`
48 addcflags=`$PKGCONFIG --cflags-only-I gnutls`
49 version=`$PKGCONFIG --modversion gnutls`
[all …]
/external/curl/.github/workflows/
Dngtcp2-linux.yml3 # 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/wpa_supplicant_8/src/crypto/
Dtls_gnutls.c2 * SSL/TLS interface functions for GnuTLS
3 * Copyright (c) 2004-2017, Jouni Malinen <j@w1.fi>
10 #include <gnutls/gnutls.h>
11 #include <gnutls/x509.h>
13 #include <gnutls/pkcs12.h>
16 #include <gnutls/ocsp.h>
92 "gnutls<%d> %s", level, s); in tls_log_func()
103 "GnuTLS: Library version %s (runtime) - %s (build)", in tls_init()
122 global->event_cb = conf->event_cb; in tls_init()
123 global->cb_ctx = conf->cb_ctx; in tls_init()
[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
42 while [ $# -gt 0 ]; do
48 if [ -z "$VERSION_STR" ]; then
[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
42 while [ $# -gt 0 ]; do
48 if [ -z "$VERSION_STR" ]; then
[all …]
/external/curl/lib/vtls/
Dgtls.c21 * SPDX-License-Identifier: curl
26 * Source file for all GnuTLS-specific code for the TLS/SSL layer. No code
29 * Note: don't use the GnuTLS' *_t variable type names in this source code,
37 #include <gnutls/abstract.h>
38 #include <gnutls/gnutls.h>
39 #include <gnutls/x509.h>
40 #include <gnutls/crypto.h>
68 "NORMAL:-VERS-ALL:+VERS-TLS1.3:-CIPHER-ALL:+AES-128-GCM:+AES-256-GCM:" \
69 "+CHACHA20-POLY1305:+AES-128-CCM:-GROUP-ALL:+GROUP-SECP256R1:" \
70 "+GROUP-X25519:+GROUP-SECP384R1:+GROUP-SECP521R1:" \
[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.
12 # Check each common ciphersuite, with each version, both ways (client/server),
15 set -u
19 ulimit -f 20971520
36 : ${GNUTLS_CLI:=gnutls-cli}
37 : ${GNUTLS_SERV:=gnutls-serv}
50 # do we have a recent enough GnuTLS?
52 G_VER="$( $GNUTLS_CLI --version | head -n1 )"
53 if echo "$G_VER" | grep '@VERSION@' > /dev/null; then # git version
[all …]
Dssl-opt.sh3 # ssl-opt.sh
6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
12 # The goal is not to cover every ciphersuite/version, but instead to cover
21 set -u
25 ulimit -f 20971520
38 : ${GNUTLS_CLI:=gnutls-cli}
39 : ${GNUTLS_SERV:=gnutls-serv}
54 if git diff --quiet ../include/mbedtls/mbedtls_config.h 2>/dev/null; then
62 : ${MBEDTLS_TEST_PLATFORM:="$(uname -s | tr -c \\n0-9A-Za-z _)-$(uname -m | tr -c \\n0-9A-Za-z _)"}
64 O_SRV="$OPENSSL s_server -www -cert data_files/server5.crt -key data_files/server5.key"
[all …]
DDescriptions.txt14 GnuTLS (and ourselves!) for every common ciphersuite, in every TLS
15 version, both ways (client/server), using client authentication or not.
16 For each ciphersuite/version/side/authmode it performs a full handshake
20 The 'tests/ssl-opt.sh' script checks various options and/or operations not
/external/oss-fuzz/projects/gnutls/
DDockerfile3 # 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 \
20 pkg-config \
36 ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool
38 RUN git clone --depth=1 https://git.savannah.gnu.org/git/libunistring.git
39 RUN git clone --depth=1 https://gitlab.com/libidn/libidn2.git
41 RUN git clone https://gitlab.com/gnutls/libtasn1.git
42 RUN git clone --depth=1 https://git.lysator.liu.se/nettle/nettle.git
[all …]
/external/curl/tests/data/
Dtest3206 TLS-SRP
10 # Server-side
14 Content-type: text/html
18 <CENTER><H1>This is <a href="http://www.gnu.org/software/gnutls">GnuTLS</a></H1></CENTER>
25 <TABLE border=1><TR><TD>Protocol version:</TD><TD>TLS1.2</TD></TR>
28 <TR><TD>Cipher</TD><TD>AES-NNN-CBC</TD></TR>
32 User-Agent: curl-test-suite
41 # Client-side
47 TLS-SRP
50 simple TLS-SRP HTTPS GET, check user in response
[all …]
/external/bcc/tools/
Dsslsniff.py4 # GnuTLS and NSS
7 # USAGE: sslsniff.py [-h] [-p PID] [-u UID] [-x] [-c COMM] [-o] [-g] [-n] [-d]
8 # [--hexdump] [--max-buffer-size SIZE] [-l] [--handshake]
10 # Licensed under the Apache License, Version 2.0 (the "License")
12 # 12-Aug-2016 Adrian Lopez Created this.
13 # 13-Aug-2016 Mark Drayton Fix SSL_Read
14 # 17-Aug-2016 Adrian Lopez Capture GnuTLS and add options
26 ./sslsniff # sniff OpenSSL and GnuTLS functions
27 ./sslsniff -p 181 # sniff PID 181 only
28 ./sslsniff -u 1000 # sniff only UID 1000
[all …]
/external/curl/docs/
DHTTP3.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
11 [HTTP/3 Explained](https://http3-explained.haxx.se/en/) - the online free
14 [quicwg.org](https://quicwg.org/) - home of the official protocol drafts
22 [quiche](https://github.com/cloudflare/quiche) - **EXPERIMENTAL**
24 [OpenSSL 3.2+ QUIC](https://github.com/openssl/openssl) - **EXPERIMENTAL**
26 [msh3](https://github.com/nibanks/msh3) (with [msquic](https://github.com/microsoft/msquic)) - **EX…
35 master branch using pull-requests, just like ordinary changes.
39 - the used QUIC library needs to consider itself non-beta
[all …]
DKNOWN_BUGS16 1.5 Expect-100 meets 417
30 3.3 POP3 expects "CRLF.CRLF" eob for some single-line responses
39 5.2 curl-config --libs contains private details
41 5.5 cannot handle Unicode arguments in non-Unicode builds on Windows
42 5.6 cygwin: make install installs curl-config.1 twice
44 5.11 configure --with-gssapi with Heimdal is ignored on macOS
55 6.6 libcurl can fail to try alternatives with --proxy-any
57 6.9 SHA-256 digest not supported in Windows SSPI builds
68 7.5 FTPS upload, FileZilla, GnuTLS and close_notify
83 11.1 gssapi library name + version is missing in curl_version_info()
[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.
12 # Check each common ciphersuite, with each version, both ways (client/server),
15 set -u
19 ulimit -f 20971520
36 : ${GNUTLS_CLI:=gnutls-cli}
37 : ${GNUTLS_SERV:=gnutls-serv}
50 # do we have a recent enough GnuTLS?
52 G_VER="$( $GNUTLS_CLI --version | head -n1 )"
53 if echo "$G_VER" | grep '@VERSION@' > /dev/null; then # git version
[all …]
DDescriptions.txt14 GnuTLS (and ourselves!) for every common ciphersuite, in every TLS
15 version, both ways (client/server), using client authentication or not.
16 For each ciphersuite/version/side/authmode it performs a full handshake
20 The 'tests/ssl-opt.sh' script checks various options and/or operations not
/external/curl/docs/libcurl/opts/
DCURLINFO_TLS_SESSION.md1 ---
3 SPDX-License-Identifier: curl
7 See-also:
8 - CURLINFO_TLS_SSL_PTR (3)
9 - curl_easy_getinfo (3)
10 - curl_easy_setopt (3)
12 - TLS
13 TLS-backend:
14 - OpenSSL
15 - GnuTLS
[all …]
/external/oss-fuzz/projects/knot-dns/
DDockerfile3 # 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 \
28 pkg-config \
32 libev-dev
34 ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool
36 RUN git clone --depth=1 --recursive https://git.savannah.gnu.org/git/libunistring.git
37 RUN git clone --depth=1 https://git.lysator.liu.se/nettle/nettle.git
38 RUN git clone --depth=1 https://gitlab.com/gnutls/gnutls.git
[all …]
/external/oss-fuzz/projects/wget/
DDockerfile3 # 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 \
20 pkg-config \
25 autoconf-archive \
39 ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool
41 RUN git clone --depth=1 --recursive https://git.savannah.gnu.org/git/libunistring.git
42 RUN git clone --depth=1 --recursive https://gitlab.com/libidn/libidn2.git
43 RUN git clone --depth=1 --recursive https://github.com/rockdaboot/libpsl.git
[all …]
/external/oss-fuzz/projects/wget2/
DDockerfile3 # 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 \
20 pkg-config \
38 libmicrohttpd-dev
40 ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool
42 RUN git clone --depth=1 --recursive https://git.savannah.gnu.org/git/libunistring.git
43 RUN git clone --depth=1 --recursive https://gitlab.com/libidn/libidn2.git
44 RUN git clone --depth=1 --recursive https://github.com/rockdaboot/libpsl.git
[all …]
/external/curl/tests/
Dsshhelp.pm21 # SPDX-License-Identifier: curl
81 our $sftpsrvexe = 'sftp-server' .exe_ext('SSH'); # base name and ext of sftp-server
83 our $sshkeygenexe = 'ssh-keygen' .exe_ext('SSH'); # base name and ext of ssh-keygen
84 our $httptlssrvexe = 'gnutls-serv' .exe_ext('SSH'); # base name and ext of gnutls-serv
102 # Absolute paths where to look for sftp-server plugin, when not in PATH
128 # Absolute paths where to look for httptlssrv (gnutls-serv), when not in PATH
145 /opt/gnutls/bin
146 /opt/gnutls/sbin
147 /opt/gnutls/libexec
252 my $file = File::Spec->catfile($_, $fn);
[all …]
/external/curl/CMake/
DFindNGTCP2.cmake21 # SPDX-License-Identifier: curl
27 ----------
35 BoringSSL, AWS-LC: Use libngtcp2_crypto_boringssl
37 GnuTLS: Use libngtcp2_crypto_gnutls
49 version of ngtcp2.
76 if(component MATCHES "^(BoringSSL|quictls|wolfSSL|GnuTLS)")
/external/libcups/cups/
Dhttp-private.h4 * Copyright 2007-2018 by Apple Inc.
5 * Copyright 1997-2007 by Easy Software Products, all rights reserved.
67 # include "ipp-private.h"
70 # include <gnutls/gnutls.h>
71 # include <gnutls/x509.h>
131 # define _HTTP_TLS_SSL3 0 /* Min/max version is SSL/3.0 */
132 # define _HTTP_TLS_1_0 1 /* Min/max version is TLS/1.0 */
133 # define _HTTP_TLS_1_1 2 /* Min/max version is TLS/1.1 */
134 # define _HTTP_TLS_1_2 3 /* Min/max version is TLS/1.2 */
135 # define _HTTP_TLS_1_3 4 /* Min/max version is TLS/1.3 */
[all …]
/external/curl/docs/cmdline-opts/
D_ENVIRONMENT.md1 <!-- Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. -->
2 <!-- SPDX-License-Identifier: curl -->
5 lower case version has precedence. `http_proxy` is an exception as it is only
9 the --proxy option.
17 ## `[url-protocol]_PROXY` [protocol://]<host>[:port]
18 Sets the proxy server to use for [url-protocol], where the protocol is a
23 Sets the proxy server to use if no protocol-specific proxy is set.
25 ## `NO_PROXY` <comma-separated list of hosts/domains>
31 the --proxy option. That is
33 NO_PROXY=direct.example.com curl -x http://proxy.example.com
[all …]
/external/curl/
DCMakeLists.txt21 # SPDX-License-Identifier: curl
26 # Note: By default this CMake build script detects the version of some
29 # sub-projects in a larger build using `FetchContent`. To support
32 # https://cmake.org/cmake/help/latest/module/FetchContent.html#integrating-with-find-package
37 # HAVE_GNUTLS_SRP: `gnutls_srp_verifier` present in GnuTLS
46 cmake_minimum_required(VERSION 3.7...3.16 FATAL_ERROR)
47 message(STATUS "Using CMake version ${CMAKE_VERSION}")
61 string(REGEX MATCH "#define LIBCURL_VERSION_NUM 0x[0-9a-fA-F]+"
66 # Setup package meta-data
68 message(STATUS "curl version=[${CURL_VERSION}]")
[all …]

1234