Home
last modified time | relevance | path

Searched refs:certdata (Results 1 – 25 of 198) sorted by relevance

12345678

/src/secure/caroot/
H A Dca-extract.pl91 my ($fh, $label, $certdata) = @_;
92 return unless $certdata;
95 print OUT $certdata;
117 my $certdata;
131 $certdata = graboct($ifh);
146 return ($serial, $cka_label, $certdata);
191 my ($serial, $label, $certdata) = grabcert($inputfh);
195 if (defined $certdata) {
196 $certs{$label."\0".$serial} = $certdata;
H A DREADME11 2) Download the latest certdata.txt from Mozilla (fetchcerts)
12 3) Split certdata.txt into the individual .pem files (updatecerts)
26 Download the latest certdata.txt from the Mozilla NSS hg repo
28 https://hg.mozilla.org/projects/nss/log/tip/lib/ckfw/builtins/certdata.txt
31 Runs a perl script (MAca-bundle.pl) on the downloaded certdata.txt
H A DMakefile1 CLEANFILES+= certdata.txt
10 …fetch --no-sslv3 --no-tlsv1 -o certdata.txt 'https://raw.githubusercontent.com/mozilla-firefox/fir…
16 perl ${.CURDIR}/ca-extract.pl -i certdata.txt \
/src/crypto/openssl/util/perl/TLSProxy/
H A DCertificate.pm72 my $certdata = substr($remdata, 0, $certlen);
100 $self->first_certificate($certdata);
124 my $certdata = substr($remdata, 0, $certlen);
128 $self->first_certificate($certdata);
/src/crypto/openssl/test/
H A Dx509_test.c46 static const unsigned char certdata[] = { variable
96 const unsigned char *p = certdata; in test_x509_tbs_cache()
98 ret = TEST_ptr(x = d2i_X509(NULL, &p, sizeof(certdata))) in test_x509_tbs_cache()
/src/secure/caroot/trusted/
H A DGlobalSign_ECC_Root_CA_-_R4.pem6 ## root CA list (the file `certdata.txt' in security/nss).
H A DAmazon_Root_CA_3.pem6 ## root CA list (the file `certdata.txt' in security/nss).
H A De-Szigno_Root_CA_2017.pem6 ## root CA list (the file `certdata.txt' in security/nss).
H A DDigiCert_TLS_ECC_P384_Root_G5.pem6 ## root CA list (the file `certdata.txt' in security/nss).
H A DHellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem6 ## root CA list (the file `certdata.txt' in security/nss).
H A DSecureSign_Root_CA15.pem6 ## root CA list (the file `certdata.txt' in security/nss).
H A DAffirmTrust_Premium_ECC.pem6 ## root CA list (the file `certdata.txt' in security/nss).
H A DCertainly_Root_E1.pem6 ## root CA list (the file `certdata.txt' in security/nss).
H A DCommScope_Public_Trust_ECC_Root-01.pem6 ## root CA list (the file `certdata.txt' in security/nss).
H A DTrustwave_Global_ECC_P256_Certification_Authority.pem6 ## root CA list (the file `certdata.txt' in security/nss).
H A DDigiCert_Assured_ID_Root_G3.pem6 ## root CA list (the file `certdata.txt' in security/nss).
H A DSSL_com_TLS_ECC_Root_CA_2022.pem6 ## root CA list (the file `certdata.txt' in security/nss).
H A DvTrus_ECC_Root_CA.pem6 ## root CA list (the file `certdata.txt' in security/nss).
H A DTrustwave_Global_ECC_P384_Certification_Authority.pem6 ## root CA list (the file `certdata.txt' in security/nss).
H A DISRG_Root_X2.pem6 ## root CA list (the file `certdata.txt' in security/nss).
H A DBJCA_Global_Root_CA2.pem6 ## root CA list (the file `certdata.txt' in security/nss).
H A DGlobalSign_Root_E46.pem6 ## root CA list (the file `certdata.txt' in security/nss).
H A DSecurity_Communication_ECC_RootCA1.pem6 ## root CA list (the file `certdata.txt' in security/nss).
H A DemSign_ECC_Root_CA_-_G3.pem6 ## root CA list (the file `certdata.txt' in security/nss).
/src/secure/caroot/untrusted/
H A DGeoTrust_Primary_Certification_Authority_-_G2.pem6 ## root CA list (the file `certdata.txt' in security/nss).

12345678