Home
last modified time | relevance | path

Searched full:libressl (Results 1 – 25 of 93) sorted by relevance

1234

/external/oss-fuzz/projects/libressl/
Dbuild.sh27 mkdir -p $WORK/libressl
28 cd $WORK/libressl
38 $CMAKE_DEFINES $SRC/libressl/
41 LIBRESSL_FUZZERS=$SRC/libressl.fuzzers
49 -I $SRC/libressl/include -I $SRC/libressl
56 $F -I $SRC/libressl/include -I $SRC/libressl
79 # Compile Cryptofuzz LibreSSL module
81 OPENSSL_INCLUDE_PATH="$SRC/libressl/include" OPENSSL_LIBCRYPTO_A_PATH="$WORK/libressl/crypto/libcry…
84 LIBFUZZER_LINK="$LIB_FUZZING_ENGINE" CXXFLAGS="$CXXFLAGS -DCRYPTOFUZZ_LIBRESSL -I $SRC/libressl/inc…
DDockerfile19 RUN git clone --depth 1 https://github.com/libressl-portable/portable.git libressl
20 RUN git clone --depth 1 https://github.com/libressl-portable/fuzz.git libressl.fuzzers
24 WORKDIR libressl
Dproject.yaml1 homepage: "https://www.libressl.org/"
14 main_repo: 'https://github.com/libressl-portable/portable.git'
/external/python/cpython2/Tools/ssl/
Dmultissltests.py2 """Run Python tests against multiple installations of OpenSSL and LibreSSL
6 (1) downloads OpenSSL / LibreSSL tar bundle
8 (3) compiles OpenSSL / LibreSSL
9 (4) installs OpenSSL / LibreSSL into ../multissl/$LIB/$VERSION/
73 "Run CPython tests with multiple OpenSSL and LibreSSL "
85 help="Don't test OpenSSL < 1.0.2 and LibreSSL < 2.5.3.",
93 "OpenSSL and LibreSSL versions are given."
97 '--libressl',
101 "LibreSSL versions, defaults to '{}' (ancient: '{}') if no "
102 "OpenSSL and LibreSSL versions are given."
[all …]
/external/curl/.github/workflows/
Dlinux.yml46 …# renovate: datasource=github-tags depName=libressl-portable/portable versioning=semver registryUr…
47 libressl-version: 3.9.2
83 - name: libressl
85 install_steps: libressl pytest
86 … configure: LDFLAGS="-Wl,-rpath,$HOME/libressl/lib" --with-openssl=$HOME/libressl --enable-debug
89 - name: libressl-clang
91 install_steps: libressl
92 …configure: CC=clang LDFLAGS="-Wl,-rpath,$HOME/libressl/lib" --with-openssl=$HOME/libressl --enable…
248 - name: cache libressl
249 if: contains(matrix.build.install_steps, 'libressl')
[all …]
Dmacos.yml127 - name: LibreSSL http2
128 install: nghttp2 libressl
129 … configure: --enable-debug --with-openssl=$(brew --prefix)/opt/libressl --enable-websockets
225 - name: LibreSSL
226 install: nghttp2 libressl
227 …generate: -DOPENSSL_ROOT_DIR=$(brew --prefix)/opt/libressl -DCURL_DISABLE_LDAP=ON -DCURL_DISABLE_L…
/external/python/cpython3/Tools/ssl/
Dmultissltests.py2 """Run Python tests against multiple installations of OpenSSL and LibreSSL
6 (1) downloads OpenSSL / LibreSSL tar bundle
8 (3) compiles OpenSSL / LibreSSL
9 (4) installs OpenSSL / LibreSSL into ../multissl/$LIB/$VERSION/
70 "Run CPython tests with multiple OpenSSL and LibreSSL "
82 help="Don't test OpenSSL and LibreSSL versions without upstream support",
90 "OpenSSL and LibreSSL versions are given."
94 '--libressl',
98 "LibreSSL versions, defaults to '{}' (ancient: '{}') if no "
99 "OpenSSL and LibreSSL versions are given."
[all …]
/external/libwebsockets/READMEs/
DREADME.libressl.md3 libressl is another fork of Openssl.
5 ## Example build for libressl itself
7 If you unpack or clone into `/path/to/libressl` and enter that dir...
16 ## Example build for lws against libressl
23libressl/build/tls/libtls.a;/path/to/libressl/build/ssl/libssl.a;/path/to//libressl/build/crypto/l…
27 Libressl by default will look for a trust bundle in `/usr/local/etc/ssl/cert.pem`, you either have …
/external/oss-fuzz/projects/cryptofuzz/
Dbuild.sh476 # libtomcrypt can only be compiled with NSS, because OpenSSL, LibreSSL and
518 # Compile LibreSSL (with assembly)
519 cd $SRC/libressl
530 # Compile Cryptofuzz LibreSSL (with assembly) module
532 …OPENSSL_INCLUDE_PATH="$SRC/libressl/include" OPENSSL_LIBCRYPTO_A_PATH="$SRC/libressl/build/crypto/…
536 …LIBFUZZER_LINK="$LIB_FUZZING_ENGINE" CXXFLAGS="$CXXFLAGS -I $SRC/libressl/include -DCRYPTOFUZZ_LIB…
542 cp $SRC/cryptofuzz/cryptofuzz $OUT/cryptofuzz-libressl
544 cp $SRC/cryptofuzz/cryptofuzz-dict.txt $OUT/cryptofuzz-libressl.dict
551 # Compile LibreSSL (without assembly)
552 cd $SRC/libressl
[all …]
DDockerfile29 RUN git clone --depth 1 https://github.com/libressl-portable/portable libressl
30 RUN cd $SRC/libressl && ./update.sh
DREADME.md14 OpenSSL, BoringSSL and LibreSSL are assigned separate fuzzing targets because their exported symbol…
24 A binary embedding LibreSSL, mbed TLS, libsodium, Go, Rust, Java, Javascript, ..., ...
/external/rust/crates/openssl/
DCHANGELOG.md26 …RAINPOOL_P256R1,BRAINPOOL_P320R1,BRAINPOOL_P384R1,BRAINPOOL_P512R1}` are now available on LibreSSL.
69 * `cipher::Cipher::chacha20` is now available on LibreSSL
70 * `symm::Cipher::chacha20` is now available on LibreSSL
96 * `Pkey` HKDF functionality now works on LibreSSL
98 * `MessageDigest::sha3*` are now available on LibreSSL
104 * `Cipher::chacha20_poly1305` is now available on LibreSSL
133 * Exposed `EcPointRef::affine_coordinates` on BoringSSL and LibreSSL.
198 * Fixed LibreSSL version checking. More functions should now be correctly available on LibreSSL.
204 * Added support for X25519 and Ed25519 on LibreSSL and BoringSSL.
542 * Added support for the LibreSSL 2.9.x series.
[all …]
Dbuild.rs11 println!("cargo:rustc-cfg=libressl"); in main()
/external/curl/.circleci/
Dconfig.yml118 configure-macos-libressl-http2:
123 …bsockets --with-openssl --enable-debug PKG_CONFIG_PATH="$(brew --prefix libressl)/lib/pkgconfig" C…
162 # Drop libressl as long as we're not trying to build it
432 macos-arm-http-libressl-http2:
439 - configure-macos-libressl-http2
534 # There are problem linking with LibreSSL on the CI boxes that prevent this
536 # macos-arm-http-libressl-http2:
538 # - macos-arm-http-libressl-http2
/external/curl/plan9/
DREADME12 LibreSSL Portable can be downloaded from:
14 https://github.com/libressl-portable/portable/pull/510
/external/rust/crates/openssl/src/
Dversion.rs114 #[cfg(not(any(libressl, boringssl)))] in test_versions()
118 #[cfg(libressl)] in test_versions()
120 "LibreSSL" in test_versions()
Dlib.rs4 //! 3.x.x and LibreSSL versions 2.5 through 3.7.x are supported.
80 //! A build script can be used to detect the OpenSSL or LibreSSL version at compile time if needed.…
151 #[cfg(all(not(libressl), not(osslconf = "OPENSSL_NO_CMS"), not(boringssl)))]
164 #[cfg(not(any(libressl, ossl300)))]
Derror.rs242 // OpenSSL/LibreSSL they're safe.
267 // OpenSSL/LibreSSL they're safe.
314 // OpenSSL/LibreSSL they're safe.
/external/rust/crates/openssl/src/ssl/
Dmod.rs224 /// Requires OpenSSL 1.1.1 or LibreSSL 3.4.0 or newer.
230 /// Requires OpenSSL 1.0.2 or LibreSSL 3.3.2 or newer.
236 /// Requires OpenSSL 1.0.2 or LibreSSL 3.3.2 or newer.
333 #[cfg(not(libressl))]
605 /// Requires OpenSSL 1.0.2 or LibreSSL 2.6.1 or newer.
657 /// Requires BoringSSL or OpenSSL 1.1.1 or LibreSSL 3.4.0 or newer.
1094 /// Requires OpenSSL 1.1.1 or LibreSSL 3.4.0 or newer.
1112 #[cfg(any(libressl, all(ossl102, not(ossl110))))]
1150 /// Requires BoringSSL or OpenSSL 1.1.0 or LibreSSL 2.6.1 or newer.
1168 /// Requires BoringSSL or OpenSSL 1.1.0 or or LibreSSL 2.6.1 or newer.
[all …]
/external/curl/tests/http/
Dtest_17_ssl_use.py69 if env.curl_uses_lib('libressl'):
71 exp_resumed = 'Initial' # 1.2 works in libressl, but 1.3 does not, TODO
142 # 35 - libressl rejects setting an SNI name with trailing dot
/external/curl/.github/scripts/
Dspellcheck.words438 LibreSSL
439 libressl
/external/curl/m4/
Dcurl-openssl.m4296 AC_MSG_CHECKING([for libressl])
306 [Define to 1 if using libressl.])
307 ssl_msg="libressl"
/external/libwebsockets/
D.sai.json173 "default-examples-libressl": {
174libressl-3.3.1/build/tls/libtls.a;/opt/libressl-3.3.1/build/ssl/libssl.a;/opt/libressl-3.3.1/build…
/external/curl/docs/libcurl/opts/
DCURLINFO_SSL_VERIFYRESULT.md71 Added in 7.5. Only set by the OpenSSL/libressl/boringssl and GnuTLS backends.
/external/cronet/third_party/netty-tcnative/src/c/
Dssl_private.h157 // LibreSSL 2.4.x doesn't support the X509_V_ERR_UNSPECIFIED so we introduce a work around to make …
158 // This should be reverted when we support LibreSSL 2.5.x (which does support X509_V_ERR_UNSPECIFIE…

1234