Home
last modified time | relevance | path

Searched refs:certificates (Results 1 – 25 of 86) sorted by relevance

1234

/OK3568_Linux_fs/yocto/poky/meta/recipes-support/ca-certificates/
H A Dca-certificates_20211016.bb1 SUMMARY = "Common CA certificates"
2 DESCRIPTION = "This package includes PEM files of CA certificates to allow \
5 HOMEPAGE = "http://packages.debian.org/sid/ca-certificates"
19 SRC_URI = "git://salsa.debian.org/debian/ca-certificates.git;protocol=https;branch=master \
20 file://0002-update-ca-certificates-use-SYSROOT.patch \
21 file://0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch \
23 file://0003-update-ca-certificates-use-relative-symlinks-from-ET.patch \
33 'CERTSDIR=${datadir}/ca-certificates' \
42 install -d ${D}${datadir}/ca-certificates \
44 ${D}${sysconfdir}/ca-certificates/update.d
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/ca-certificates/ca-certificates/
H A D0002-update-ca-certificates-use-SYSROOT.patch6 Subject: [PATCH 2/2] update-ca-certificates: use $SYSROOT
10 sbin/update-ca-certificates | 14 +++++++-------
13 Index: git/sbin/update-ca-certificates
15 --- git.orig/sbin/update-ca-certificates
16 +++ git/sbin/update-ca-certificates
21 -CERTSCONF=/etc/ca-certificates.conf
22 -CERTSDIR=/usr/share/ca-certificates
23 -LOCALCERTSDIR=/usr/local/share/ca-certificates
24 +CERTSCONF=$SYSROOT/etc/ca-certificates.conf
25 +CERTSDIR=$SYSROOT/usr/share/ca-certificates
[all …]
H A D0003-update-ca-certificates-use-relative-symlinks-from-ET.patch4 Subject: [PATCH] update-ca-certificates: use relative symlinks from
10 update-ca-certificates symlinks (trusted) certificates
12 update-ca-certificates can call hook scripts installed
13 into /etc/ca-certificates/update.d. Those scripts are
18 When running update-ca-certificates during image build
24 (or more) certificates as the target in $CERTSDIR and
31 will be trying to actually read the host's certificates
36 certificates.
44 sbin/update-ca-certificates | 6 ++++--
47 diff --git a/sbin/update-ca-certificates b/sbin/update-ca-certificates
[all …]
H A D0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch1 ca-certificates is a package from Debian, but some host distros such as Fedora
7 | Running hooks in [...]/rootfs/etc/ca-certificates/update.d...
8 | [...]/usr/sbin/update-ca-certificates: line 194: Not: command not found
9 | [...]/usr/sbin/update-ca-certificates: line 230: Not a directory: --: command not found
17 sbin/update-ca-certificates | 4 +---
20 Index: git/sbin/update-ca-certificates
22 --- git.orig/sbin/update-ca-certificates
23 +++ git/sbin/update-ca-certificates
H A Ddefault-sysroot.patch3 update-ca-certificates: find SYSROOT relative to its own location
7 Index: git/sbin/update-ca-certificates
9 --- git.orig/sbin/update-ca-certificates
10 +++ git/sbin/update-ca-certificates
43 + if [ ! -d "$SYSROOT/usr/share/ca-certificates" ]; then
H A D0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch5 certificates."
22 @@ -37,7 +37,6 @@ ca-certificates (20211004) unstable; urgency=low
26 - * mozilla/certdata2pem.py: print a warning for expired certificates.
41 Vcs-Git: https://salsa.debian.org/debian/ca-certificates.git
42 Vcs-Browser: https://salsa.debian.org/debian/ca-certificates
/OK3568_Linux_fs/buildroot/package/ca-certificates/
H A Dca-certificates.mk9 …ATES_SITE = https://snapshot.debian.org/archive/debian/20211022T144903Z/pool/main/c/ca-certificates
19 $(INSTALL) -d -m 0755 $(TARGET_DIR)/usr/share/ca-certificates
22 rm -f $(TARGET_DIR)/usr/sbin/update-ca-certificates
30 for i in `find usr/share/ca-certificates -name "*.crt" | LC_COLLATE=C sort` ; do \
33 done >$(@D)/ca-certificates.crt
39 $(INSTALL) -D -m 644 $(@D)/ca-certificates.crt \
40 $(TARGET_DIR)/etc/ssl/certs/ca-certificates.crt
H A DConfig.in4 This package includes PEM files of CA certificates to allow
12 https://salsa.debian.org/debian/ca-certificates
/OK3568_Linux_fs/buildroot/package/dehydrated/
H A DConfig.in12 Dehydrated is a client for signing certificates with an
16 wildcard certificates!
25 - Configure the webserver to use the certificates under
28 certificates have been renewed.
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/
H A Dbuildtools-tarball.bb25 nativesdk-ca-certificates \
72 if [ -e "${SDK_OUTPUT}${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt" ]; then
73 …echo 'export GIT_SSL_CAINFO="${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt"' >>$scri…
74 …echo 'export SSL_CERT_FILE="${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt"' >>$script
75 …echo 'export REQUESTS_CA_BUNDLE="${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt"' >>$…
76 …echo 'export CURL_CA_BUNDLE="${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt"' >>$scri…
/OK3568_Linux_fs/kernel/certs/
H A DKconfig36 containing trusted X.509 certificates to be included in the default
87 bool "Provide system-wide ring of revocation certificates"
91 If set, this allows revocation certificates to be stored in the
96 string "X.509 certificates to be preloaded into the system blacklist keyring"
100 containing X.509 certificates to be included in the default blacklist
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/p11-kit/
H A Dp11-kit_0.24.1.bb19 PACKAGECONFIG[trust-paths] = "-Dtrust_paths=/etc/ssl/certs/ca-certificates.crt,,,ca-certificates"
/OK3568_Linux_fs/buildroot/package/erlang-p1-pkix/
H A DConfig.in4 PKIX certificates management library for Erlang.
/OK3568_Linux_fs/buildroot/package/python-asn1crypto/
H A DConfig.in5 private keys, public keys, certificates, CRL, OCSP, CMS,
/OK3568_Linux_fs/kernel/net/wireless/
H A DKconfig25 # may need to update this when certificates are changed and are
108 which certificates are part of the kernel sources
119 certificates like in the kernel sources (net/wireless/certs/)
123 for your certificates, and if cfg80211 is built-in they also must be.
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dcargo_common.bbclass64 # Ignore the hard coded and incorrect path to certificates
65 cainfo = "${STAGING_ETCDIR_NATIVE}/ssl/certs/ca-certificates.crt"
/OK3568_Linux_fs/buildroot/package/fetchmail/
H A Dfetchmail.mk20 ca-certificates \
/OK3568_Linux_fs/buildroot/package/easy-rsa/
H A DConfig.in9 This package eases the creation of certificates, for example
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist1.txt128 drwxr-xr-x root root 4096 ./etc/ca-certificates
129 -rw-r--r-- root root 5340 ./etc/ca-certificates.conf
130 drwxr-xr-x root root 4096 ./etc/ca-certificates/update.d
416 … 56 ./etc/ssl/certs/ACCVRAIZ1.pem -> ../../../usr/share/ca-certificates/mozilla/ACCVRAI…
417 … 63 ./etc/ssl/certs/AC_RAIZ_FNMT-RCM.pem -> ../../../usr/share/ca-certificates/mozilla/AC_RAIZ…
418 …ssl/certs/Actalis_Authentication_Root_CA.pem -> ../../../usr/share/ca-certificates/mozilla/Actalis…
420 …9 ./etc/ssl/certs/AddTrust_External_Root.pem -> ../../../usr/share/ca-certificates/mozilla/AddTrus…
422 …9 ./etc/ssl/certs/AffirmTrust_Commercial.pem -> ../../../usr/share/ca-certificates/mozilla/AffirmT…
423 …9 ./etc/ssl/certs/AffirmTrust_Networking.pem -> ../../../usr/share/ca-certificates/mozilla/AffirmT…
424 … ./etc/ssl/certs/AffirmTrust_Premium_ECC.pem -> ../../../usr/share/ca-certificates/mozilla/AffirmT…
[all …]
H A Dbuildhistory_filelist2.txt128 drwxr-xr-x root root 4096 ./etc/ca-certificates
129 -rw-r--r-- root root 5340 ./etc/ca-certificates.conf
130 drwxr-xr-x root root 4096 ./etc/ca-certificates/update.d
416 … 56 ./etc/ssl/certs/ACCVRAIZ1.pem -> ../../../usr/share/ca-certificates/mozilla/ACCVRAI…
417 … 63 ./etc/ssl/certs/AC_RAIZ_FNMT-RCM.pem -> ../../../usr/share/ca-certificates/mozilla/AC_RAIZ…
418 …ssl/certs/Actalis_Authentication_Root_CA.pem -> ../../../usr/share/ca-certificates/mozilla/Actalis…
420 …9 ./etc/ssl/certs/AddTrust_External_Root.pem -> ../../../usr/share/ca-certificates/mozilla/AddTrus…
422 …9 ./etc/ssl/certs/AffirmTrust_Commercial.pem -> ../../../usr/share/ca-certificates/mozilla/AffirmT…
423 …9 ./etc/ssl/certs/AffirmTrust_Networking.pem -> ../../../usr/share/ca-certificates/mozilla/AffirmT…
424 … ./etc/ssl/certs/AffirmTrust_Premium_ECC.pem -> ../../../usr/share/ca-certificates/mozilla/AffirmT…
[all …]
/OK3568_Linux_fs/buildroot/package/p11-kit/
H A Dp11-kit.mk31 P11_KIT_CONF_OPTS += --with-trust-paths=/etc/ssl/certs/ca-certificates.crt
/OK3568_Linux_fs/buildroot/package/libnss/
H A DConfig.in14 and X.509 v3 certificates.
/OK3568_Linux_fs/debian/scripts/patches/
H A D0001-modify-parameter-to-debootstrap.patch29 BOOTSTRAP_ARGS+=(--include=ca-certificates)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-certifi/
H A DCVE-2022-23491.patch5 validating the trustworthiness of SSL certificates while verifying the
6 identity of TLS hosts. Certifi 2022.12.07 removes root certificates from
8 from Mozilla's trust store. TrustCor's root certificates are being removed
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/
H A Dcurl_7.82.0.bb96 --with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt \
117 RRECOMMENDS:lib${BPN} += "ca-certificates"

1234