/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/ |
H A D | openssl_3.4.0.bb | 146 …ARGS} ${DEPRECATED_CRYPTO_FLAGS} --prefix=${prefix} --openssldir=${libdir}/ssl-3 --libdir=${baseli… 158 …oe_runmake DESTDIR="${D}" MANDIR="${mandir}" MANSUFFIX=ssl install_sw install_ssldirs ${@bb.utils.… 164 # contain hard-coded paths to /etc/ssl. Debian does the same. 165 install -d ${D}${sysconfdir}/ssl 166 mv ${D}${libdir}/ssl-3/certs \ 167 ${D}${libdir}/ssl-3/private \ 168 ${D}${libdir}/ssl-3/openssl.cnf \ 169 ${D}${sysconfdir}/ssl/ 173 ln -sf ${@oe.path.relative('${libdir}/ssl-3', '${sysconfdir}/ssl/certs')} ${D}${libdir}/ssl-3/certs 174 …ln -sf ${@oe.path.relative('${libdir}/ssl-3', '${sysconfdir}/ssl/private')} ${D}${libdir}/ssl-3/pr… [all …]
|
/openbmc/bmcweb/src/ |
H A D | ssl_key_handler.cpp | 487 static bool getSslContext(boost::asio::ssl::context& mSslContext, in getSslContext() 491 boost::asio::ssl::context::default_workarounds | in getSslContext() 492 boost::asio::ssl::context::no_sslv2 | in getSslContext() 493 boost::asio::ssl::context::no_sslv3 | in getSslContext() 494 boost::asio::ssl::context::single_dh_use | in getSslContext() 495 boost::asio::ssl::context::no_tlsv1 | in getSslContext() 496 boost::asio::ssl::context::no_tlsv1_1); in getSslContext() 506 mSslContext.use_certificate(buf, boost::asio::ssl::context::pem, ec); in getSslContext() 511 mSslContext.use_private_key(buf, boost::asio::ssl::context::pem, ec); in getSslContext() 535 std::shared_ptr<boost::asio::ssl::context> getSslServerContext() in getSslServerContext() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/ |
H A D | 0001-crypto-use-_Generic-only-if-defined-__cplusplus.patch | 15 * but e.g. third_party/boringssl-with-bazel/src/ssl/d1_both.cc includes 19 In file included from third_party/boringssl-with-bazel/src/ssl/d1_both.cc:125: 20 third_party/boringssl-with-bazel/src/ssl/../crypto/internal.h: In function 'uint32_t CRYPTO_addc_u3… 21 third_party/boringssl-with-bazel/src/ssl/../crypto/internal.h:1159:7: error: expected primary-expre… 24 third_party/boringssl-with-bazel/src/ssl/../crypto/internal.h:1166:10: note: in expansion of macro … 27 third_party/boringssl-with-bazel/src/ssl/../crypto/internal.h:1160:7: error: expected primary-expre… 30 third_party/boringssl-with-bazel/src/ssl/../crypto/internal.h:1166:10: note: in expansion of macro … 33 third_party/boringssl-with-bazel/src/ssl/../crypto/internal.h:1161:7: error: expected primary-expre… 36 third_party/boringssl-with-bazel/src/ssl/../crypto/internal.h:1166:10: note: in expansion of macro … 39 third_party/boringssl-with-bazel/src/ssl/../crypto/internal.h:1158:4: error: '_Generic' was not dec… [all …]
|
/openbmc/bmcweb/scripts/ |
H A D | websocket_test.py | 10 import ssl 41 if args.ssl: 44 ssl_context = ssl.SSLContext() 49 websockets.connect(uri, ssl=ssl_context, additional_headers=headers) 50 if args.ssl
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | protocol.py | 22 from ssl import SSLContext 274 ssl: Optional[SSLContext] = None 296 await self.start_server(address, ssl) 303 ssl: Optional[SSLContext] = None) -> None: 325 self._do_start_server(address, ssl), 360 ssl: Optional[SSLContext] = None) -> None: 380 self._do_connect(address, ssl), 536 ssl: Optional[SSLContext] = None) -> None: 562 ssl=ssl, 570 ssl=ssl, [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
H A D | openhpi-3.6.1-ssl.patch | 11 diff -up openhpi-3.6.1/ssl/Makefile.am.than openhpi-3.6.1/ssl/Makefile.am 12 --- openhpi-3.6.1/ssl/Makefile.am.than 2017-02-21 12:21:12.114814698 -0500 13 +++ openhpi-3.6.1/ssl/Makefile.am 2017-02-21 12:22:44.576454262 -0500
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ |
H A D | ssmtp_2.64.bb | 19 PACKAGECONFIG ?= "ssl ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" 21 PACKAGECONFIG[ssl] = "--enable-ssl,--disable-ssl,openssl" 28 LDFLAGS += "${@bb.utils.contains('PACKAGECONFIG', 'ssl', '-lssl -lcrypto', '', d)}"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis-plus-plus/ |
H A D | redis-plus-plus_1.3.11.bb | 17 # if ssl is enabled for redis-plus-plus it must also be enabled for hiredis 18 PACKAGECONFIG ??= "ssl" 19 PACKAGECONFIG[ssl] = "-DREDIS_PLUS_PLUS_USE_TLS=ON, -DREDIS_PLUS_PLUS_USE_TLS=OFF, openssl" 25 … sed -i -e 's|${STAGING_LIBDIR}/libssl.so|ssl|g' ${D}${datadir}/cmake/redis++/redis++-targets.cmake
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-idna-ssl_1.1.0.bb | 1 SUMMARY = "Patch ssl.match_hostname for Unicode(idna) domains support" 2 HOMEPAGE = "https://github.com/aio-libs/idna-ssl" 8 PYPI_PACKAGE = "idna-ssl"
|
/openbmc/openbmc/meta-google/recipes-google/default-ca-dev/ |
H A D | default-ca-dev.bb | 8 FILES:${PN} = "${sysconfdir}/ssl/certs/authority/*" 11 install -d ${D}${sysconfdir}/ssl/certs/authority 13 ${D}${sysconfdir}/ssl/certs/authority
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/openssl-tpm-engine/ |
H A D | openssl-tpm-engine_0.5.0.bb | 49 FILES:${PN}-staticdev += "${libdir}/ssl/engines-3/tpm.la" 51 ${libdir}/ssl/engines-3/.debug \ 53 ${prefix}/local/ssl/lib/engines-3/.debug \ 56 ${libdir}/ssl/engines-3/tpm.so* \ 59 ${prefix}/local/ssl/lib/engines-3/tpm.so* \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hiredis/ |
H A D | hiredis_1.2.0.bb | 17 # 'testssl' is not enabled by default as redis recipe does not build with ssl support 18 # option 'testssl' requires 'ssl' 19 PACKAGECONFIG ??= "ssl ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'test testasync', '', d)}" 20 PACKAGECONFIG[ssl] = "-DENABLE_SSL=ON, -DENABLE_SSL=OFF, openssl"
|
/openbmc/bmcweb/http/routing/ |
H A D | websocketrule.cpp | 35 boost::asio::ssl::stream<boost::asio::ip::tcp::socket>&& adaptor) in handleUpgrade() 39 boost::asio::ssl::stream<boost::asio::ip::tcp::socket>>> in handleUpgrade() 41 boost::asio::ssl::stream<boost::asio::ip::tcp::socket>>>( in handleUpgrade()
|
H A D | sserule.cpp | 56 boost::asio::ssl::stream<boost::asio::ip::tcp::socket>&& adaptor) in handleUpgrade() 59 boost::asio::ssl::stream<boost::asio::ip::tcp::socket>>> in handleUpgrade() 61 boost::asio::ssl::stream<boost::asio::ip::tcp::socket>>>( in handleUpgrade()
|
/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | test_bmc_file_mirroring.robot | 27 # /etc/ssl/ 28 # /etc/ssl/certs/nginx/ 29 # /etc/ssl/private/ 47 # group group- gshadow gshadow- hostname machine-id ssl systemd
|
/openbmc/bmcweb/http/ |
H A D | http_server.hpp | 140 adaptorCtx = std::make_shared<boost::asio::ssl::context>( in afterAccept() 141 boost::asio::ssl::context::tls_server); in afterAccept() 144 boost::asio::ssl::stream<Adaptor> stream(std::move(*socket), in afterAccept() 181 std::shared_ptr<boost::asio::ssl::context> adaptorCtx;
|
/openbmc/bmcweb/test/http/ |
H A D | http_connection_test.cpp | 81 boost::asio::ssl::context context{boost::asio::ssl::context::tls}; in TEST() 85 boost::asio::ssl::stream<TestStream>(std::move(stream), context)); in TEST()
|
H A D | http2_connection_test.cpp | 130 boost::asio::ssl::context sslCtx(boost::asio::ssl::context::tls_server); in TEST() 132 boost::asio::ssl::stream<TestStream>(std::move(stream), sslCtx), in TEST()
|
/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | buildtools-tarball.bb | 76 if [ -e "${SDK_OUTPUT}${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt" ]; then 77 …echo 'export GIT_SSL_CAINFO="${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt"' >>$scri… 78 …echo 'export SSL_CERT_FILE="${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt"' >>$script 79 …echo 'export REQUESTS_CA_BUNDLE="${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt"' >>$… 80 …echo 'export CURL_CA_BUNDLE="${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt"' >>$scri…
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tnftp/ |
H A D | tnftp_20230507.bb | 39 PACKAGECONFIG[openssl] = "--enable-ssl, --disable-ssl --with-ssl=no, openssl"
|
/openbmc/qemu/tests/tcg/xtensa/ |
H A D | test_sar.S | 54 ssl a2 63 test ssl 64 tests_sar ssl
|
/openbmc/bmcweb/include/ |
H A D | ssl_key_handler.hpp | 43 std::shared_ptr<boost::asio::ssl::context> getSslServerContext(); 45 std::optional<boost::asio::ssl::context> getSSLClientContext(
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/neon/ |
H A D | neon_0.33.0.bb | 24 PACKAGECONFIG[gnutls] = "--with-ssl=gnutls,,gnutls" 29 PACKAGECONFIG[openssl] = "--with-ssl=openssl,,openssl" 33 EXTRA_OECONF += "--enable-shared --enable-threadsafe-ssl=posix"
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
H A D | 0001-Generate-data-for-OpenSSL-3.4-and-add-it-to-multissl.patch | 28 Tools/ssl/make_ssl_data.py | 34 +- 29 Tools/ssl/multissltests.py | 1 + 51 -/* File generated by Tools/ssl/make_ssl_data.py *//* Generated on 2023-06-01T02:58:04.081473 */ 52 +/* File generated by Tools/ssl/make_ssl_data.py */ 63 -/* File generated by Tools/ssl/make_ssl_data.py *//* Generated on 2023-06-01T03:03:52.163218 */ 64 +/* File generated by Tools/ssl/make_ssl_data.py */ 79 -/* File generated by Tools/ssl/make_ssl_data.py *//* Generated on 2023-06-01T03:04:00.275280 */ 80 +/* File generated by Tools/ssl/make_ssl_data.py */ 1376 diff --git a/Tools/ssl/make_ssl_data.py b/Tools/ssl/make_ssl_data.py 1378 --- a/Tools/ssl/make_ssl_data.py [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libzip/ |
H A D | libzip_1.11.2.bb | 9 PACKAGECONFIG[ssl] = "-DENABLE_OPENSSL=ON,-DENABLE_OPENSSL=OFF,openssl" 18 PACKAGECONFIG ?= "ssl lzma tools examples"
|