Home
last modified time | relevance | path

Searched refs:ssl (Results 76 – 100 of 145) sorted by relevance

123456

/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dsigning.bbclass229 export OPENSSL_CONF="${STAGING_LIBDIR_NATIVE}/ssl-3/openssl.cnf"
230 export SSL_CERT_DIR="${STAGING_LIBDIR_NATIVE}/ssl-3/certs"
231 export SSL_CERT_FILE="${STAGING_LIBDIR_NATIVE}/ssl-3/cert.pem"
236 echo "Missing 'openssl.cnf' at '${STAGING_ETCDIR_NATIVE}/ssl'"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A Dsblim-sfcb-1.4.8-default-ecdh-curve-name.patch27 ## When set to true, sets the SSL_OP_CIPHER_SERVER_PREFERENCE flag for the ssl
/openbmc/openbmc/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist2.txt334 drwxr-xr-x root root 4096 ./etc/ssl
335 drwxr-xr-x root root 16384 ./etc/ssl/certs
449 -rw-r--r-- root root 200061 ./etc/ssl/certs/ca-certificates.crt
593 -rw-r--r-- root root 10909 ./etc/ssl/openssl.cnf
594 drwxr-xr-x root root 4096 ./etc/ssl/private
4277 -rw-r--r-- root root 111253 ./usr/include/openssl/ssl.h
7644 -rw-r--r-- root root 50760 ./usr/lib/python3.8/ssl.py
7795 drwxr-xr-x root root 4096 ./usr/lib/ssl-1.1
7796 lrwxrwxrwx root root 22 ./usr/lib/ssl-1.1/certs -> ../../../etc/ssl/certs
7800 lrwxrwxrwx root root 28 ./usr/lib/ssl-1.1/openssl.cnf -> ../../../etc/ssl/opens…
[all …]
H A Dbuildhistory_filelist1.txt334 drwxr-xr-x root root 4096 ./etc/ssl
335 drwxr-xr-x root root 16384 ./etc/ssl/certs
449 -rw-r--r-- root root 200061 ./etc/ssl/certs/ca-certificates.crt
593 -rw-r--r-- root root 10909 ./etc/ssl/openssl.cnf
594 drwxr-xr-x root root 4096 ./etc/ssl/private
4276 -rw-r--r-- root root 111253 ./usr/include/openssl/ssl.h
7642 -rw-r--r-- root root 50760 ./usr/lib/python3.8/ssl.py
7793 drwxr-xr-x root root 4096 ./usr/lib/ssl-1.1
7794 lrwxrwxrwx root root 22 ./usr/lib/ssl-1.1/certs -> ../../../etc/ssl/certs
7798 lrwxrwxrwx root root 28 ./usr/lib/ssl-1.1/openssl.cnf -> ../../../etc/ssl/opens…
[all …]
/openbmc/openbmc/poky/meta/recipes-support/p11-kit/
H A Dp11-kit_0.25.3.bb21 PACKAGECONFIG[trust-paths] = "-Dtrust_paths=/etc/ssl/certs/ca-certificates.crt,,,ca-certificates"
/openbmc/openbmc/meta-openembedded/meta-perl/conf/include/
H A Dptest-packagelists-meta-perl.inc27 libio-socket-ssl-perl \
/openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/
H A D0001-PEAP-client-Update-Phase-2-authentication-requiremen.patch118 + !tls_connection_resumed(sm->ssl_ctx, data->ssl.conn) &&
119 + !data->ssl.client_cert_conf) ||
157 return tls_connection_established(sm->ssl_ctx, data->ssl.conn) &&
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/unbound/
H A Dunbound_1.19.3.bb23 --with-ssl=${STAGING_EXECPREFIXDIR} \
/openbmc/phosphor-psu-code-mgmt/
H A Dmeson.build49 ssl = dependency('openssl') variable
/openbmc/bmcweb/http/
H A Dhttp_connection.hpp54 struct IsTls<boost::asio::ssl::stream<T>> : std::true_type
95 boost::asio::ssl::verify_context& ctx) in tlsVerifyCallback()
182 adaptor.async_handshake(boost::asio::ssl::stream_base::server, in start()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ssmtp/
H A D0001-ssmtp-Correct-the-null-pointer-assignment-to-char-po.patch44 char *tls_cert = "/etc/ssl/certs/ssmtp.pem"; /* Default Certificate */
/openbmc/openbmc-test-automation/gui/test/access_control/
H A Dtest_obmc_gui_ldap.robot15 ${xpath_secure_ldap_checkbox} //*[@id='use-ssl']
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dtestexport-tarball.bb56 …echo 'export GIT_SSL_CAINFO="${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt"' >>$scri…
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dwget.py331 import ssl
334 context = ssl.create_default_context()
336 context = ssl._create_unverified_context()
/openbmc/openbmc/poky/meta/recipes-support/curl/
H A Dcurl_8.7.1.bb76 --with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt \
79 …${@'--without-ssl' if (bb.utils.filter('PACKAGECONFIG', 'gnutls mbedtls openssl', d) == '') else '…
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/
H A Dnginx.inc41 PACKAGECONFIG ??= "ssl ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
45 PACKAGECONFIG[ssl] = "--with-http_ssl_module,,openssl"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/
H A Dnmap_7.80.bb26 PACKAGECONFIG[ssl] = "--with-openssl=${STAGING_LIBDIR}/.., --without-openssl, openssl, openssl"
/openbmc/linux/arch/um/drivers/
H A DMakefile43 obj-$(CONFIG_SSL) += ssl.o
/openbmc/openbmc/poky/meta/recipes-extended/wget/wget/
H A D0002-improve-reproducibility.patch17 +digest +https +ipv6 +iri +large-file +nls +ntlm +opie +ssl/openssl
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/memcached/memcached/
H A D0001-Fix-function-protypes.patch92 if (con->ssl) {
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/
H A D0001-Do-not-use-bundled-packages.patch38 - list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/ssl")
/openbmc/bmcweb/config/
H A Dmeson.build15 'insecure-disable-ssl',
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/boinc/
H A Dboinc-client_7.20.5.bb55 --with-ssl=${STAGING_EXECPREFIXDIR} \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A Dimap-2007e-shared.patch71 @echo If you get No such file error messages for files x509.h, ssl.h,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/
H A Dsblim-sfcb_1.4.9.bb50 --enable-ssl \

123456