/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | OpenSSL-standalone | 1 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 D | OpenSSL | 2 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 D | 0013-raddb-certs-Makefile-fix-the-occasional-verification.patch | 11 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 D | 0015-bootstrap-check-commands-of-openssl-exist.patch | 4 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/meta-openembedded/meta-oe/recipes-support/libspdm/libspdm/ |
H A D | 0001-Backport-API-introduced-in-openssl-3.5.0.patch | 4 Subject: [PATCH] Backport API introduced in openssl 3.5.0 7 openssl and it should be provided by asn1.h which is vendored here so 11 /usr/include/openssl/pem.h:399:28: error: unknown type name 'OSSL_i2d_of_void_ctx' 14 [1] https://github.com/openssl/openssl/commit/35f6e7ea02b599d5aaf220b4720cbadd946d8023 19 os_stub/openssllib/openssl_gen/openssl/asn1.h | 1 + 22 diff --git a/os_stub/openssllib/openssl_gen/openssl/asn1.h b/os_stub/openssllib/openssl_gen/openssl… 24 --- a/os_stub/openssllib/openssl_gen/openssl/asn1.h 25 +++ b/os_stub/openssllib/openssl_gen/openssl/asn1.h
|
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/ |
H A D | openssl_3.5.0.bb | 3 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 \ 18 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. 64 # When we upgrade glibc but not uninative we see obtuse failures in openssl. Make 109 # specifying TARGET_CC_ARCH prevents openssl from (incorrectly) adding target architecture flags 165 oe_multilib_header openssl/opensslconf.h 166 oe_multilib_header openssl/configuration.h [all …]
|
/openbmc/openbmc/poky/meta/recipes-support/nettle/nettle/ |
H A D | check-header-files-of-openssl-only-if-enable_.patch | 4 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/openbmc/meta-openembedded/meta-perl/recipes-perl/libcrypt/ |
H A D | libcrypt-openssl-random-perl_0.17.bb | 1 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 D | libcrypt-openssl-rsa-perl_0.33.bb | 1 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 D | libcrypt-openssl-guess-perl_0.15.bb | 1 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/bios-settings-mgr/subprojects/ |
H A D | openssl.wrap | 2 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 D | openssl.wrap | 2 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 D | zchunk_1.5.1.bb | 16 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 D | socat_1.8.0.3.bb | 8 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/u-boot/arch/arm/mach-k3/ |
H A D | config.mk | 8 # 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/openbmc/meta-security/meta-tpm/recipes-tpm/libtpm/ |
H A D | libtpms_0.10.0.bb | 13 PACKAGECONFIG ?= "openssl" 14 PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/xrdp/ |
H A D | 0001-Added-req_distinguished_name-in-etc-xrdp-openssl.con.patch | 4 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/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/ |
H A D | 0009-net-snmp-fix-for-disable-des.patch | 6 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-devtools/libcoap/ |
H A D | libcoap_4.3.4.bb | 23 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-daemons/pure-ftpd/pure-ftpd/ |
H A D | 0001-Remove-hardcoded-usr-local-includes-from-configure.a.patch | 32 - /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 D | softhsm_2.6.1.bb | 20 PACKAGECONFIG ?= "ecc eddsa pk11 openssl" 28 PACKAGECONFIG[openssl] = "--with-openssl=${STAGING_DIR_HOST}/usr --with-crypto-backend=openssl, --w…
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libexosip2/ |
H A D | libexosip2_5.3.0.bb | 17 PACKAGECONFIG = "c-ares openssl" 19 PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/ |
H A D | 0001-configure.ac.in-fix-host-contamination.patch | 56 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/docs/security/ |
H A D | TLS-configuration.md | 43 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-oe/recipes-connectivity/gensio/ |
H A D | gensio_2.8.7.bb | 16 PACKAGECONFIG ??= "openssl tcp-wrappers" 18 PACKAGECONFIG[openssl] = "--with-openssl=${STAGING_DIR_HOST}${prefix},--without-openssl, openssl"
|