Searched +full:openssl +full:- +full:version (Results 1 – 25 of 1091) sorted by relevance
12345678910>>...44
| /external/rust/crates/openssl/src/ |
| D | lib.rs | 1 //! Bindings to OpenSSL 3 //! This crate provides a safe interface to the popular OpenSSL cryptography library. OpenSSL versi… 8 //! Both OpenSSL libraries and headers are required to build this crate. There are multiple options… 9 //! OpenSSL. 13 //! If the `vendored` Cargo feature is enabled, the `openssl-src` crate will be used to compile and… 14 //! a copy of OpenSSL. The build process requires a C compiler, perl (and perl-core), and make. The… 15 //! the newest OpenSSL release, and changes to the version are *not* considered breaking changes. 19 //! openssl = { version = "0.10", features = ["vendored"] } 23 //! `openssl-probe` crate can be used to do that instead. 27 //! The `openssl-sys` crate will automatically detect OpenSSL installations via Homebrew on macOS a… [all …]
|
| /external/curl/.github/workflows/ |
| D | macos.yml | 3 # 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 …]
|
| /external/openthread/third_party/mbedtls/repo/tests/data_files/ |
| D | Makefile | 9 ## Note that in addition to depending on the version of the data 14 OPENSSL ?= openssl macro 25 ## re-running the same targets may result in differing files. The goal 39 test_ca_crt = test-ca.crt 40 test_ca_key_file_rsa = test-ca.key 42 test_ca_config_file = test-ca.opensslconf 45 $(OPENSSL) genrsa -aes-128-cbc -passout pass:$(test_ca_pwd_rsa) -out $@ 2048 48 test-ca.req.sha256: $(test_ca_key_file_rsa) 50 all_intermediate += test-ca.req.sha256 52 test-ca.crt: $(test_ca_key_file_rsa) test-ca.req.sha256 [all …]
|
| /external/python/cpython2/Tools/ssl/ |
| D | multissltests.py | 2 """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/ 11 header and library files from ../multissl/$LIB/$VERSION/ 23 (c) 2013-2017 Christian Heimes <christian@python.org> 73 "Run CPython tests with multiple OpenSSL and LibreSSL " 78 '--debug', 83 '--disable-ancient', 85 help="Don't test OpenSSL < 1.0.2 and LibreSSL < 2.5.3.", [all …]
|
| /external/rust/crates/grpcio/.github/workflows/ |
| D | ci.yml | 7 - master 8 - v0.* 10 - cron: '0 22 * * *' 14 …# Some of the bindgen tests generate "deref-nullptr" warnings, see https://github.com/rust-lang/ru… 15 RUSTFLAGS: "--deny=warnings --allow deref-nullptr" 20 Linux-Format: 21 name: Linux-Format 22 runs-on: ubuntu-latest 24 - uses: actions/checkout@v2 25 …- run: which cargo && cargo version && clang --version && openssl version && which cmake && cmake … [all …]
|
| /external/python/cpython3/Tools/ssl/ |
| D | multissltests.py | 2 """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/ 11 header and library files from ../multissl/$LIB/$VERSION/ 23 (c) 2013-2017 Christian Heimes <christian@python.org> 70 "Run CPython tests with multiple OpenSSL and LibreSSL " 75 '--debug', 80 '--disable-ancient', 82 help="Don't test OpenSSL and LibreSSL versions without upstream support", [all …]
|
| /external/mbedtls/tests/data_files/ |
| D | Makefile | 9 ## Note that in addition to depending on the version of the data 14 OPENSSL ?= openssl macro 25 ## re-running the same targets may result in differing files. The goal 39 test_ca_crt = test-ca.crt 40 test_ca_key_file_rsa = test-ca.key 42 test_ca_config_file = test-ca.opensslconf 45 $(OPENSSL) genrsa -aes-128-cbc -passout pass:$(test_ca_pwd_rsa) -out $@ 2048 48 test-ca.req.sha256: $(test_ca_key_file_rsa) 50 all_intermediate += test-ca.req.sha256 52 parse_input/test-ca.crt test-ca.crt: $(test_ca_key_file_rsa) test-ca.req.sha256 [all …]
|
| /external/rust/crates/openssl/ |
| D | CHANGELOG.md | 5 ## [v0.10.64] - 2024-02-19 13 ## [v0.10.63] - 2024-01-19 28 ## [v0.10.62] - 2023-12-22 37 * Fixed building on the latest version of BoringSSL 39 ## [v0.10.61] - 2023-12-04 49 ## [v0.10.60] - 2023-11-22 72 ## [v0.10.59] - 2023-11-03 80 * Fixed the availability of `Id::RSA_PSS` on OpenSSL 82 ## [v0.10.58] - 2023-11-01 100 ## [v0.10.57] - 2023-08-27 [all …]
|
| /external/cronet/third_party/boringssl/src/crypto/x509/ |
| D | x509cset.c | 2 * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project 6 * Copyright (c) 2001 The OpenSSL Project. All rights reserved. 22 * "This product includes software developed by the OpenSSL Project 23 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" 25 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 28 * licensing@OpenSSL.org. 30 * 5. Products derived from this software may not be called "OpenSSL" 31 * nor may "OpenSSL" appear in their names without prior written 32 * permission of the OpenSSL Project. 36 * "This product includes software developed by the OpenSSL Project [all …]
|
| /external/boringssl/src/crypto/x509/ |
| D | x509cset.c | 2 * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project 6 * Copyright (c) 2001 The OpenSSL Project. All rights reserved. 22 * "This product includes software developed by the OpenSSL Project 23 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" 25 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 28 * licensing@OpenSSL.org. 30 * 5. Products derived from this software may not be called "OpenSSL" 31 * nor may "OpenSSL" appear in their names without prior written 32 * permission of the OpenSSL Project. 36 * "This product includes software developed by the OpenSSL Project [all …]
|
| /external/python/cpython3/Doc/using/ |
| D | unix.rst | 3 .. _using-on-unix: 12 Getting and installing the latest version of Python 16 -------- 21 latest version of Python from source. 29 https://www.debian.org/doc/manuals/maint-guide/first.en.html 33 …https://docs-old.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide/ch-creating… 35 http://www.slackbook.org/html/package-management-making-packages.html 40 ---------------------- 48 pkg_add -r python 50 …ftp://ftp.openbsd.org/pub/OpenBSD/4.2/packages/<insert your architecture here>/python-<version>.tgz [all …]
|
| /external/grpc-grpc/templates/src/objective-c/ |
| D | BoringSSL-GRPC.podspec.template | 2 --- | 8 …ngssl_commit = subprocess.check_output(['git', 'rev-parse', 'HEAD'], cwd='third_party/boringssl-wi… 36 # `templates/src/objective-c/BoringSSL-GRPC.podspec.template` instead. This 72 s.name = 'BoringSSL-GRPC' 73 version = '0.0.33' 74 s.version = version 75 s.summary = 'BoringSSL is a fork of OpenSSL that is designed to meet Google\'s needs.' 77 s.description = <<-DESC 78 BoringSSL is a fork of OpenSSL that is designed to meet Google's needs. 80 … Although BoringSSL is an open source project, it is not intended for general use, as OpenSSL is. [all …]
|
| /external/boringssl/src/ssl/ |
| D | s3_lib.cc | 1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 8 * This library is free for commercial and non-commercial use as long as 35 * being used are not cryptographic related :-). 52 * The licence and distribution terms for any publically available version or 58 * Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved. 74 * "This product includes software developed by the OpenSSL Project 75 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" 77 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 80 * openssl-core@openssl.org. 82 * 5. Products derived from this software may not be called "OpenSSL" [all …]
|
| /external/rust/crates/quiche/deps/boringssl/src/ssl/ |
| D | s3_lib.cc | 1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 8 * This library is free for commercial and non-commercial use as long as 35 * being used are not cryptographic related :-). 52 * The licence and distribution terms for any publically available version or 58 * Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved. 74 * "This product includes software developed by the OpenSSL Project 75 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" 77 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 80 * openssl-core@openssl.org. 82 * 5. Products derived from this software may not be called "OpenSSL" [all …]
|
| /external/cronet/third_party/boringssl/src/ssl/ |
| D | s3_lib.cc | 1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 8 * This library is free for commercial and non-commercial use as long as 35 * being used are not cryptographic related :-). 52 * The licence and distribution terms for any publically available version or 58 * Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved. 74 * "This product includes software developed by the OpenSSL Project 75 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" 77 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 80 * openssl-core@openssl.org. 82 * 5. Products derived from this software may not be called "OpenSSL" [all …]
|
| /external/rust/crates/quiche/deps/boringssl/src/crypto/x509/ |
| D | x509cset.c | 2 * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project 6 * Copyright (c) 2001 The OpenSSL Project. All rights reserved. 22 * "This product includes software developed by the OpenSSL Project 23 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" 25 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 28 * licensing@OpenSSL.org. 30 * 5. Products derived from this software may not be called "OpenSSL" 31 * nor may "OpenSSL" appear in their names without prior written 32 * permission of the OpenSSL Project. 36 * "This product includes software developed by the OpenSSL Project [all …]
|
| /external/wpa_supplicant_8/src/crypto/ |
| D | tls_openssl_ocsp.c | 2 * SSL/TLS interface functions for OpenSSL - BoringSSL OCSP 3 * Copyright (c) 2004-2015, Jouni Malinen <j@w1.fi> 11 #include <openssl/ssl.h> 12 #include <openssl/err.h> 13 #include <openssl/x509v3.h> 15 #include <openssl/asn1.h> 16 #include <openssl/asn1t.h> 29 wpa_printf(level, "OpenSSL: %s - %s %s", in tls_show_errors() 33 wpa_printf(MSG_INFO, "OpenSSL: pending error: %s", in tls_show_errors() 42 * issuerNameHash OCTET STRING, -- Hash of Issuer's DN [all …]
|
| D | crypto_openssl.c | 2 * Wrapper functions for OpenSSL libcrypto 3 * Copyright (c) 2004-2022, Jouni Malinen <j@w1.fi> 10 #include <openssl/opensslv.h> 11 #include <openssl/err.h> 12 #include <openssl/des.h> 13 #include <openssl/aes.h> 14 #include <openssl/bn.h> 15 #include <openssl/evp.h> 16 #include <openssl/dh.h> 17 #include <openssl/hmac.h> [all …]
|
| /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/boringssl/src/ |
| D | PORTING.md | 1 # Porting from OpenSSL to BoringSSL 3 BoringSSL is an OpenSSL derivative and is mostly source-compatible, for the 4 subset of OpenSSL retained. Libraries ideally need little to no changes for 9 BoringSSL's `OPENSSL_VERSION_NUMBER` matches the OpenSSL version it targets. 10 Version checks for OpenSSL should ideally work as-is in BoringSSL. BoringSSL 12 features. If the preprocessor is needed, use these version checks or feature 13 macros where possible, especially when patching third-party projects. Such 14 patches are more generally useful to OpenSSL consumers and thus more 17 In some cases, BoringSSL-specific code may be necessary. Use the 21 maintainers before working around missing OpenSSL 1.1.0 accessors*. BoringSSL [all …]
|
| /external/cronet/third_party/boringssl/src/ |
| D | PORTING.md | 1 # Porting from OpenSSL to BoringSSL 3 BoringSSL is an OpenSSL derivative and is mostly source-compatible, for the 4 subset of OpenSSL retained. Libraries ideally need little to no changes for 9 BoringSSL's `OPENSSL_VERSION_NUMBER` matches the OpenSSL version it targets. 10 Version checks for OpenSSL should ideally work as-is in BoringSSL. BoringSSL 12 features. If the preprocessor is needed, use these version checks or feature 13 macros where possible, especially when patching third-party projects. Such 14 patches are more generally useful to OpenSSL consumers and thus more 17 In some cases, BoringSSL-specific code may be necessary. Use the 21 maintainers before working around missing OpenSSL 1.1.0 accessors*. BoringSSL [all …]
|
| /external/bazelbuild-rules_rust/crate_universe/test_data/metadata/build_scripts/ |
| D | Cargo.lock | 3 version = 3 7 version = "1.3.2" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 12 name = "build-scripts" 13 version = "0.1.0" 16 "openssl", 21 version = "1.0.72" 22 source = "registry+https://github.com/rust-lang/crates.io-index" 29 name = "cfg-if" 30 version = "1.0.0" [all …]
|
| /external/libwebsockets/cmake/ |
| D | FindOpenSSLbins.cmake | 4 find_program(OPENSSL_EXECUTABLE openssl openssl.exe bin/openssl.exe 9 DOC "Openssl executable") 13 # On Windows, we need to copy the OpenSSL dlls 15 # BUT only if non-static libs (referencing dlls) are used 18 # the assumption is that these are part of the same OpenSSL package 25 # we check for OpenSSL versioning, as described in https://wiki.openssl.org/index.php/Versioning 26 string(REGEX MATCH "^([0-9]+)\\.([0-9]+)\\.(.*)$" REGEX_MATCH ${OPENSSL_VERSION}) 30 message(DEBUG "Assuming OpenSSL release ${OPENSSL_VERSION} >= 1.1.0 for dll discovery") 32 # the regex matched - so we assume OpenSSL release >= 1.1 33 set(OVNR "${CMAKE_MATCH_1}") # OpenSSL version number [all …]
|
| /external/python/httplib2/script/ |
| D | compile-py3-openssl11.sh | 4 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/curl/projects/ |
| 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 …]
|
12345678910>>...44