| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
| H A D | 0001-raddb-certs-Makefile-fix-the-occasional-verification.patch | 11 openssl pkcs12 -in server.p12 -out server.pem -passin pass:'whatever' -passout pass:'whatever' 12 chmod g+r server.pem 17 error server.pem: verification failed 20 It seems the ca.pem mismatchs server.pem which results in failing to 21 execute "openssl verify -CAfile ca.pem server.pem", so add to check 45 ca.key ca.pem: ca.cnf 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 \ 54 ca.der: ca.pem 55 - $(OPENSSL) x509 -inform PEM -outform DER -in ca.pem -out ca.der [all …]
|
| H A D | 0001-raddb-certs-Makefile-fix-the-existed-certificate-err.patch | 9 openssl ca -batch -keyfile ca.key -cert ca.pem -in client.csr -key 'whatever' -out client.crt -ext… 38 server.crt: server.csr ca.key ca.pem 39 - $(OPENSSL) ca -batch -keyfile ca.key -cert ca.pem -in server.csr -key $(PASSWORD_CA) -out server… 40 + @[ -f server.crt ] || $(OPENSSL) ca -batch -keyfile ca.key -cert ca.pem -in server.csr -key $(PA… 47 client.crt: client.csr ca.pem ca.key 48 - $(OPENSSL) ca -batch -keyfile ca.key -cert ca.pem -in client.csr -key $(PASSWORD_CA) -out client… 49 + @[ -f client.crt ] || $(OPENSSL) ca -batch -keyfile ca.key -cert ca.pem -in client.csr -key $(PA…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/ |
| H A D | run-ptest | 13 ./sign1 sign1-tmpl.xml rsakey.pem > sign1-res.xml 14 ./verify1 sign1-res.xml rsapub.pem 19 ./sign2 sign2-doc.xml rsakey.pem > sign2-res.xml 20 ./verify1 sign2-res.xml rsapub.pem 25 ./sign3 sign3-doc.xml rsakey.pem rsacert.pem > sign3-res.xml 26 ./verify3 sign3-res.xml ca2cert.pem cacert.pem 31 ./verify1 sign1-res.xml rsapub.pem 32 ./verify1 sign2-res.xml rsapub.pem 37 ./verify2 sign1-res.xml rsapub.pem 38 ./verify2 sign2-res.xml rsapub.pem [all …]
|
| /OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/ |
| H A D | avb_user_tool.sh | 34 …penssl genpkey -algorithm RSA -pkeyopt rsa_keygen_bits:4096 -outform PEM -out $KEYS/testkey_prk.pem 35 …penssl genpkey -algorithm RSA -pkeyopt rsa_keygen_bits:4096 -outform PEM -out $KEYS/testkey_psk.pem 36 …penssl genpkey -algorithm RSA -pkeyopt rsa_keygen_bits:4096 -outform PEM -out $KEYS/testkey_pik.pem 37 …penssl genpkey -algorithm RSA -pkeyopt rsa_keygen_bits:4096 -outform PEM -out $KEYS/testkey_puk.pem 40 …ey=avb_keys/testkey_pik.pem --subject_is_intermediate_authority --subject_key_version 42 --authori… 41 …id.bin --subject_key=avb_keys/testkey_psk.pem --subject_key_version 42 --authority_key=avb_keys/te… 42 …_keys/testkey_puk.pem --usage=com.google.android.things.vboot.unlock --subject_key_version 42 --au… 46 …t_attributes.bin --product_id=avb_keys/product_id.bin --root_authority_key=avb_keys/testkey_prk.pem 63 …artition_size ${SIZE} --partition_name ${IMAGE} --key avb_keys/testkey_psk.pem --algorithm SHA512_… 92 …CMD} --algorithm SHA256_RSA4096 --rollback_index 0 --key $KEYS/testkey_psk.pem --output $OUT/vbme… [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openflow/openflow/ |
| H A D | 0001-generate-not-static-get_dh-functions.patch | 19 @@ -113,8 +113,9 @@ lib/dhparams.c: lib/dh1024.pem lib/dh2048.pem lib/dh4096.pem 21 openssl dhparam -C -in $(srcdir)/lib/dh1024.pem -noout && \ 22 openssl dhparam -C -in $(srcdir)/lib/dh2048.pem -noout && \ 23 - openssl dhparam -C -in $(srcdir)/lib/dh4096.pem -noout) \ 25 + openssl dhparam -C -in $(srcdir)/lib/dh4096.pem -noout) | \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-cryptography/ |
| H A D | 0001-Cargo.toml-specify-pem-version.patch | 4 Subject: [PATCH] Cargo.toml: specify pem version 6 pem = "1.0" is not resolving, specify the current 7 pem = { version: "1.0.2"} 24 -pem = "1.0" 25 +pem = { version = "1.0.2" }
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | lineage-pem.rst | 1 Kernel driver lineage-pem 8 Prefix: 'lineage-pem' 41 $ modprobe lineage-pem 42 $ echo lineage-pem 0x40 > /sys/bus/i2c/devices/i2c-1/new_device
|
| /OK3568_Linux_fs/tools/linux/rk_sign_tool/ |
| H A D | setting.ini | 12 select_private_key = privateKey.pem 13 select_public_key = publicKey.pem
|
| H A D | revision.txt | 6 2.fix pem key with non pem extension bug
|
| H A D | readme.txt | 10 rk_sign_tool lk --key privateKey.pem --pubkey publicKey.pem
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/xrdp/ |
| H A D | xrdp_0.9.18.bb | 81 if test ! -s ${sysconfdir}/xrdp/cert.pem 84 -keyout ${sysconfdir}/xrdp/key.pem \ 85 -out ${sysconfdir}/xrdp/cert.pem \ 87 chmod 400 ${sysconfdir}/xrdp/key.pem
|
| /OK3568_Linux_fs/kernel/certs/ |
| H A D | Makefile | 63 $(obj)/signing_key.pem: $(obj)/x509.genkey 74 -outform PEM -out $(obj)/signing_key.pem \ 75 -keyout $(obj)/signing_key.pem \
|
| /OK3568_Linux_fs/buildroot/package/wireless-regdb/ |
| H A D | wireless-regdb.mk | 18 $(INSTALL) -m 644 -D -T $(@D)/sforshee.key.pub.pem \ 19 $(TARGET_DIR)/etc/wireless-regdb/pubkeys/sforshee.key.pub.pem
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/ca-certificates/ca-certificates/ |
| H A D | 0003-update-ca-certificates-use-relative-symlinks-from-ET.patch | 14 passed the pem file in /etc/ssl/certs/ that was added or 15 removed in this run and those pem files are absolute 62 -e 's/,/_/g').pem"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/crda/crda/ |
| H A D | make.patch | 18 $(NQ) ' Trusted pubkeys:' $(wildcard $(PUBKEY_DIR)/*.pem) 19 $(Q)./utils/key2pub.py --$* $(wildcard $(PUBKEY_DIR)/*.pem) $@
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/wireless-regdb/ |
| H A D | wireless-regdb_2023.02.13.bb | 16 … install -m 0644 sforshee.key.pub.pem ${D}${sysconfdir}/wireless-regdb/pubkeys/sforshee.key.pub.pem
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-certifi/ |
| H A D | CVE-2022-23491.patch | 19 certifi/cacert.pem | 181 --------------------------------------------- 22 diff --git a/certifi/cacert.pem b/certifi/cacert.pem 24 --- a/certifi/cacert.pem 25 +++ b/certifi/cacert.pem
|
| /OK3568_Linux_fs/device/rockchip/common/build-hooks/ |
| H A D | 60-security.sh | 127 ln -rsf private_key.pem dev.key 128 ln -rsf public_key.pem dev.pubkey
|
| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | mk-security.sh | 127 ln -rsf private_key.pem dev.key 128 ln -rsf public_key.pem dev.pubkey
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/mk/ |
| H A D | link_shlib.mk | 8 TA_SIGN_KEY := $(TA_DEV_KIT_DIR)/keys/rk_privkey.pem 11 TA_SIGN_KEY := $(TA_DEV_KIT_DIR)/keys/oem_privkey.pem
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/mk/ |
| H A D | link_shlib.mk | 8 TA_SIGN_KEY := $(TA_DEV_KIT_DIR)/keys/rk_privkey.pem 11 TA_SIGN_KEY := $(TA_DEV_KIT_DIR)/keys/oem_privkey.pem
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/freediameter/ |
| H A D | freediameter_1.4.0.bb | 65 FD_PEM ?= "${BPN}.pem" 66 FD_CA ?= "${BPN}.pem" 67 FD_DH_PEM ?= "${BPN}-dh.pem"
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/mk/ |
| H A D | link.mk | 9 TA_SIGN_KEY := $(TA_DEV_KIT_DIR)/keys/rk_privkey.pem 12 TA_SIGN_KEY := $(TA_DEV_KIT_DIR)/keys/oem_privkey.pem
|
| /OK3568_Linux_fs/buildroot/package/python-certifi/ |
| H A D | python-certifi.mk | 11 PYTHON_CERTIFI_LICENSE = ISC (Python code), MPL-2.0 (cacert.pem)
|
| /OK3568_Linux_fs/buildroot/package/crda/ |
| H A D | 0001-crda-support-python-3-in-utils-key2pub.py.patch | 46 keys-%.c: utils/key2pub.py $(wildcard $(PUBKEY_DIR)/*.pem) 48 $(NQ) ' Trusted pubkeys:' $(wildcard $(PUBKEY_DIR)/*.pem) 49 - $(Q)./utils/key2pub.py --$* $(wildcard $(PUBKEY_DIR)/*.pem) $@ 50 + $(Q) python utils/key2pub.py --$* $(wildcard $(PUBKEY_DIR)/*.pem) $@
|