Home
last modified time | relevance | path

Searched full:openssl (Results 1 – 25 of 614) sorted by relevance

12345678910>>...25

/openbmc/openbmc/poky/meta/files/common-licenses/
H A DOpenSSL-standalone1 Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.
17 "This product includes software developed by the OpenSSL Project
18 for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
20 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
23 openssl-core@openssl.org.
25 5. Products derived from this software may not be called "OpenSSL"
26 nor may "OpenSSL" appear in their names without prior written
27 permission of the OpenSSL Project.
31 "This product includes software developed by the OpenSSL Project
32 for use in the OpenSSL Toolkit (http://www.openssl.org/)"
[all …]
H A DOpenSSL2 OpenSSL License
5 Copyright (c) 1998-2008 The OpenSSL Project. All rights reserved.
21 "This product includes software developed by the OpenSSL Project
22 for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
24 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
27 openssl-core@openssl.org.
29 5. Products derived from this software may not be called "OpenSSL"
30 nor may "OpenSSL" appear in their names without prior written
31 permission of the OpenSSL Project.
35 "This product includes software developed by the OpenSSL Project
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0013-raddb-certs-Makefile-fix-the-occasional-verification.patch11 openssl pkcs12 -in server.p12 -out server.pem -passin pass:'whatever' -passout pass:'whatever'
15 …67084:rsa routines:rsa_ossl_public_decrypt:data too large for modulus:../openssl-1.1.1g/crypto/rsa…
16 140066667427072:error:0D0C5006:asn1 encoding routines:ASN1_item_verify:EVP lib:../openssl-1.1.1g/cr…
21 execute "openssl verify -CAfile ca.pem server.pem", so add to check
39 - $(OPENSSL) dhparam -out dh -2 $(DH_KEY_SIZE)
40 + @[ -f dh ] || $(OPENSSL) dhparam -out dh -2 $(DH_KEY_SIZE)
48 - $(OPENSSL) req -new -x509 -keyout ca.key -out ca.pem \
49 + @[ -f ca.pem ] || $(OPENSSL) req -new -x509 -keyout ca.key -out ca.pem \
55 - $(OPENSSL) x509 -inform PEM -outform DER -in ca.pem -out ca.der
56 + @[ -f ca.der ] || $(OPENSSL) x509 -inform PEM -outform DER -in ca.pem -out ca.der
[all …]
H A D0015-bootstrap-check-commands-of-openssl-exist.patch4 Subject: [PATCH] bootstrap: check commands of openssl exist
6 It calls openssl commands dhparam and pkcs12 in script bootstrap. These
8 'no-des', and may not be provided by openssl. So check existence of
11 1. https://github.com/openssl/openssl/blob/master/apps/build.info#L37
12 2. https://github.com/openssl/openssl/blob/master/apps/build.info#L22
16 be run on a host which provides these openssl commands.
31 +# check commands of openssl exist
33 + if ! openssl ${cmd} -help >/dev/null 2>&1; then
34 + echo "Error: command ${cmd} is not supported by openssl."
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/
H A Dopenssl_3.4.0.bb3 HOMEPAGE = "http://www.openssl.org/"
4 BUGTRACKER = "http://www.openssl.org/news/vulnerabilities.html"
10 SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \
19 file://environment.d-openssl.sh \
47 # adding devrandom prevents openssl from using getrandom() which is not available on older glibc ve…
52 # Relying on hardcoded built-in paths causes openssl-native to not be relocateable from sstate.
61 # When we upgrade glibc but not uninative we see obtuse failures in openssl. Make
106 # specifying TARGET_CC_ARCH prevents openssl from (incorrectly) adding target architecture flags
160 oe_multilib_header openssl/opensslconf.h
161 oe_multilib_header openssl/configuration.h
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libp11/files/
H A D0001-detect-correct-openssl-3.x.patch4 Subject: [PATCH] configure: treat all openssl-3.x releases the same
6 OpenSSL's soversion will not change for any 3.x minor release.
8 https://www.openssl.org/policies/general/versioning-policy.html
21 # issues with applications linking to new openssl, old libp11, and vice versa
23 $PKG_CONFIG --modversion openssl`" in
24 - 3.0.*) # Predicted engines directory prefix for OpenSSL 3.x
25 + 3.*) # Predicted engines directory prefix for OpenSSL 3.x
27 debian_ssl_prefix="openssl-3.0.0";;
28 1.1.*) # Predicted engines directory prefix for OpenSSL 1.1.x
/openbmc/openbmc/poky/meta/recipes-support/nettle/nettle/
H A Dcheck-header-files-of-openssl-only-if-enable_.patch4 Subject: [PATCH] nettle: check header files of openssl only if
7 The original configure script checks openssl header files to generate
33 -AC_CHECK_HEADERS([openssl/evp.h openssl/ec.h openssl/rsa.h],,
37 + AC_CHECK_HEADERS([openssl/evp.h openssl/ec.h openssl/rsa.h],,
/openbmc/u-boot/arch/arm/mach-k3/
H A Dconfig.mk8 # Openssl is required to generate x509 certificate.
9 # Error out if openssl is not available.
10 ifeq ($(shell which openssl),)
11 $(error "No openssl in $(PATH), consider installing openssl")
14 SHA_VALUE= $(shell openssl dgst -sha512 -hex $(obj)/u-boot-spl.bin | sed -e "s/^.*= //g")
28 quiet_cmd_genkey = OPENSSL $@
29 cmd_genkey = openssl ecparam -out $@ -name prime256v1 -genkey
32 quiet_cmd_gencert = OPENSSL $@
34 openssl req -new -x509 -key $(KEY) -nodes -outform DER -out $@ -config u-boot-spl-x509.txt -sha512
36 # If external key is not provided, generate key using openssl.
/openbmc/docs/security/
H A DTLS-configuration.md43 to the default openssl configuration file.
48 system. For Ubuntu it is usually `/usr/lib/ssl/openssl.cnf`, but can also can be
49 at `/etc/ssl/openssl.cnf`. For Cygwin it might be
50 `/etc/defaults/etc/pki/tls/openssl.cnf` or `/etc/pki/tls/openssl.cnf`.
55 cp /usr/lib/ssl/openssl.cnf openssl-client.cnf
58 Then open the client `~/ca/openssl-client.cnf` file in your favorite editor, for
62 vi ~/ca/openssl-client.cnf
79 Now create a server configuration `openssl-server.cnf` by copying the client
83 cp ~/ca/openssl-client.cnf openssl-server.cnf
123 openssl genrsa -out CA-key.pem 2048
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcrypt/
H A Dlibcrypt-openssl-random-perl_0.17.bb1 SUMMARY = "Crypt::OpenSSL::Random - OpenSSL/LibreSSL pseudo-random number generator access"
3 HOMEPAGE = "https://metacpan.org/pod/Crypt::OpenSSL::Random"
8 SRC_URI = "${CPAN_MIRROR}/authors/id/R/RU/RURBAN/Crypt-OpenSSL-Random-${PV}.tar.gz"
11 S = "${WORKDIR}/Crypt-OpenSSL-Random-${PV}"
14 openssl \
15 libcrypt-openssl-guess-perl-native \
H A Dlibcrypt-openssl-rsa-perl_0.33.bb1 SUMMARY = "Crypt Openssl RSA cpan module"
3 HOMEPAGE = "https://metacpan.org/pod/Crypt::OpenSSL::RSA"
7 SRC_URI = "${CPAN_MIRROR}/authors/id/T/TO/TODDR/Crypt-OpenSSL-RSA-${PV}.tar.gz \
12 DEPENDS += "libcrypt-openssl-guess-perl-native openssl"
15 libcrypt-openssl-random-perl \
25 S = "${WORKDIR}/Crypt-OpenSSL-RSA-${PV}"
H A Dlibcrypt-openssl-guess-perl_0.15.bb1 SUMMARY = "Guess OpenSSL include path"
3 HOMEPAGE = "https://metacpan.org/pod/Crypt::OpenSSL::Guess"
7 SRC_URI = "${CPAN_MIRROR}/authors/id/A/AK/AKIYM/Crypt-OpenSSL-Guess-${PV}.tar.gz"
11 DEPENDS += "openssl"
26 S = "${WORKDIR}/Crypt-OpenSSL-Guess-${PV}"
33 PROVIDES += "libcrypt-openssl-guess"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/
H A D0001-target.h-define-proper-macro-for-ppc-ppc64.patch7 third_party/boringssl-with-bazel/src/include/openssl/target.h:74:2: error: #error "Unknown target C…
8 third_party/boringssl-with-bazel/src/include/openssl/bn.h:172:2: error: #error "Must define either …
9 third_party/boringssl-with-bazel/src/include/openssl/bn.h:230:44: error: 'BN_ULONG' has not been de…
17 third_party/boringssl-with-bazel/src/include/openssl/target.h | 4 ++++
20 …d_party/boringssl-with-bazel/src/include/openssl/target.h b/third_party/boringssl-with-bazel/src/i…
22 --- a/third_party/boringssl-with-bazel/src/include/openssl/target.h
23 +++ b/third_party/boringssl-with-bazel/src/include/openssl/target.h
/openbmc/bios-settings-mgr/subprojects/
H A Dopenssl.wrap2 directory = openssl-3.0.8
3 source_url = https://www.openssl.org/source/openssl-3.0.8.tar.gz
4 source_filename = openssl-3.0.8.tar.gz
9 …k_url = https://github.com/mesonbuild/wrapdb/releases/download/openssl_3.0.8-2/openssl-3.0.8.tar.gz
15 openssl = openssl_dep
/openbmc/bmcweb/subprojects/
H A Dopenssl.wrap2 directory = openssl-3.0.8
3 source_url = https://www.openssl.org/source/openssl-3.0.8.tar.gz
4 source_filename = openssl-3.0.8.tar.gz
9 …k_url = https://github.com/mesonbuild/wrapdb/releases/download/openssl_3.0.8-2/openssl-3.0.8.tar.gz
15 openssl = openssl_dep
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/zchunk/
H A Dzchunk_1.4.0.bb16 PACKAGECONFIG ??= "openssl zckdl"
20 # Use OpenSSL primitives for SHA
21 PACKAGECONFIG[openssl] = "-Dwith-openssl=enabled,-Dwith-openssl=disabled,openssl"
/openbmc/openbmc/poky/meta/recipes-connectivity/socat/
H A Dsocat_1.8.0.1.bb8 LICENSE = "GPL-2.0-with-OpenSSL-exception"
40 PACKAGECONFIG:class-target ??= "tcp-wrappers readline openssl"
41 PACKAGECONFIG ??= "readline openssl"
44 PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/iksemel/
H A Diksemel_1.5.bb21 # TLS support requires either openssl or gnutls (if both are enabled openssl will be used).
25 PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-devtools/libcoap/
H A Dlibcoap_4.3.4.bb23 async openssl tcp \
27 PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls,,,openssl mbedtls"
29 PACKAGECONFIG[mbedtls] = "--with-mbedtls,--without-mbedtls,mbedtls,,,gnutls openssl"
30 PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl,,,gnutls mbedtls"
38 …${@bb.utils.contains_any('PACKAGECONFIG', 'gnutls openssl mbedtls', '--enable-dtls', '--disable-dt…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/
H A D0001-configure.ac.in-fix-host-contamination.patch56 AC_DEFINE_UNQUOTED(NO_SSL_DL, 1, [has openssl])
57 - SSL_INC="`pkg-config --cflags libssl` -I/usr/include/openssl"
62 - if test -d "/usr/local/opt/openssl/lib"; then
63 - AC_DEFINE_UNQUOTED(NO_SSL_DL, 1, [has openssl])
64 - SSL_INC="-I/usr/local/opt/openssl/include"
65 - SSL_LIB="-L/usr/local/opt/openssl/lib -lssl -lcrypto"
68 - AC_DEFINE_UNQUOTED(NO_SSL_DL, 1, [has openssl])
72 - echo "Please install openssl-dev(el) package prerequisite"
75 + echo "Please install openssl-dev(el) package prerequisite"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/xrdp/
H A D0001-Added-req_distinguished_name-in-etc-xrdp-openssl.con.patch4 Subject: [PATCH] Added req_distinguished_name in /etc/xrdp/openssl.conf,
11 keygen/openssl.conf | 8 ++++++++
14 diff --git a/keygen/openssl.conf b/keygen/openssl.conf
16 --- a/keygen/openssl.conf
17 +++ b/keygen/openssl.conf
/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/
H A Dca-certificates_20240203.bb12 DEPENDS:class-native = "openssl-native"
13 DEPENDS:class-nativesdk = "openssl-native"
14 # Need rehash from openssl and run-parts from debianutils
15 PACKAGE_WRITE_DEPS += "openssl-native debianutils-native"
81 RDEPENDS:${PN}:append:class-target = " openssl-bin openssl"
82 RDEPENDS:${PN}:append:class-native = " openssl-native"
83 RDEPENDS:${PN}:append:class-nativesdk = " nativesdk-openssl-bin nativesdk-openssl"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/
H A D0009-net-snmp-fix-for-disable-des.patch6 Include des.h only if it's found in openssl so that
21 #include <openssl/hmac.h>
22 #include <openssl/evp.h>
23 #include <openssl/rand.h>
25 #include <openssl/des.h>
28 #include <openssl/aes.h>
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd/
H A D0001-Remove-hardcoded-usr-local-includes-from-configure.a.patch32 - /opt/homebrew/opt/openssl@3 /usr/local/opt/openssl@3 \
33 - /opt/homebrew/opt/openssl@1.1 /usr/local/opt/openssl@1.1 \
34 - /usr/openssl /opt/openssl /usr/local/opt/openssl; do
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/softhsm/
H A Dsofthsm_2.6.1.bb20 PACKAGECONFIG ?= "ecc eddsa pk11 openssl"
28 PACKAGECONFIG[openssl] = "--with-openssl=${STAGING_DIR_HOST}/usr --with-crypto-backend=openssl, --w…

12345678910>>...25