Adresa
:
[go:
nahoru
,
domu
]
Sign in
chromium
/
chromium
/
src
/
f3b599b9922b753585ed5bc6be9fe40dbea60ad0
/
net
/
cert
483f682
Add and populate subdirectory OWNERS files in net/.
by Matt Menke
· 7 years ago
ec89b74
Merge net/cert/x509_certificate_bytes.cc into x509_certificate.cc
by Matt Mueller
· 7 years ago
7349dd8
Move CSSMOIDEqual to x509_util_mac.
by Matt Mueller
· 7 years ago
233e4517
Remove use_byte_certs buildflag and x509_certificate_nss code.
by Matt Mueller
· 7 years ago
1b628daa
Check EV and OCSP revocation in CertVerifyProcBuiltin.
by Eric Roman
· 7 years ago
d56d158d
Add ScopedAllowBaseSyncPrimitives in MultiThreadedCertVerifier.
by Francois Doray
· 7 years ago
cdc12c8
Run CertVerifyProcBuiltin unit-tests on Mac.
by Eric Roman
· 7 years ago
9204c52f
Remove unused code TestRootCerts::SetAllowSystemTrust().
by Eric Roman
· 7 years ago
5f8d9d2
Implement EVRootCAMetadata for Fuschia.
by Eric Roman
· 7 years ago
ea9d169
Add overloads for EVRootCAMetadata which take a der::Input for the OID.
by Eric Roman
· 7 years ago
b09b37a
Make CertVerifyProcInternalTest.EVVerificationMultipleOID not depend on
by Eric Roman
· 7 years ago
cc56d16f
Move CRLSet checking for CertVerifyProcBuiltin to revocation_checker.cc.
by Eric Roman
· 7 years ago
ccd7903
Fix typo in comment.
by Eric Roman
· 7 years ago
f9fd613
Add a mechanism for CertPathBuilderDelegate to add custom information
by Eric Roman
· 7 years ago
2c047b6
Add a function that encodes an OCSP request into a URL.
by Eric Roman
· 7 years ago
c96e9bc
Add UMA histogram for connection CT compliance status
by Emily Stark
· 7 years ago
227a7f3
Extract CertVerifyProcAndroid::SetCertNetFetcher() and related functions.
by Eric Roman
· 7 years ago
6c8b07c6
Allow UTF-8 in PrintableStrings inside client certificate DNs.
by Matt Mueller
· 7 years ago
8f9d7d395
Avoid WrapUnique(new) in //net.
by Bence Béky
· 7 years ago
7544364
Resolve OS_NACL TeletexString TODO.
by David Benjamin
· 7 years ago
07f660c
Remove unused include.
by David Benjamin
· 7 years ago
78fdc543
Add support for CRLSet to CertVerifyProcBuiltin.
by Eric Roman
· 7 years ago
260ac9d1
Remove old NSS version workarounds.
by Matt Mueller
· 7 years ago
98a833e
pki library: handle distrusted status in TrustStoreNSS
by Matt Mueller
· 7 years ago
db76259
Use EVP_parse_digest_algorithm and EVP_marshal_digest_algorithm.
by Steven Valdez
· 7 years ago
524a99e
Migrate multi-threaded cert verifier from WorkerPool to TaskScheduler.
by Francois Doray
· 7 years ago
bc2c9db
Add code to encode an OCSPRequest.
by Eric Roman
· 7 years ago
ff24262
Rename OCSP test file to "malformed_request.pem".
by Eric Roman
· 7 years ago
96f3eba
Switch make_scoped_refptr to MakeRefCounted.
by kylechar
· 7 years ago
67e676e
Load system-provided root certificates on Fuchsia
by Sergey Ulanov
· 7 years ago
e51f63c
Add a TODO for checking OCSP extensions.
by Eric Roman
· 7 years ago
5f57f90
Fix bug in RoundedDownMonthDifference() when end < start
by Rob Percival
· 7 years ago
0d89f922
Change Pickle::Write* methods to return void.
by Daniel Cheng
· 7 years ago
060eac4
Adding updated OCSP unittests and script.
by Steven Valdez
· 7 years ago
dac9751
Add initial OCSP signature checking.
by Eric Roman
· 7 years ago
8673b81
Combine two OCSP checking implementations into one.
by Eric Roman
· 7 years ago
a30ba7d
Use GeneralNames class in ParseDistributionPointName
by Matt Mueller
· 7 years ago
cd65bb0
Migrate NSS cert database from WorkerPool to TaskScheduler.
by Francois Doray
· 7 years ago
d29cdae
Log console message for legacy Symantec roots
by Emily Stark
· 7 years ago
ccfdc64
Remove net::x509_util::DIGEST_SHA1.
by David Benjamin
· 7 years ago
4cd1e85
Remove X509CertificateCache.
by Matt Mueller
· 7 years ago
766bedc9
net::GeneralNames: add members for the rest of GeneralName types.
by Matt Mueller
· 7 years ago
fda7ea9b
Clean up handling of critical NameConstraints and types_to_record in ParseGeneralName
by Matt Mueller
· 7 years ago
0ad155e
net::GeneralNames: don't copy strings for dns_names and directory_names members
by Matt Mueller
· 7 years ago
9e3ad303
Extract GeneralNames class out of net/cert/internal/name_constraints.cc
by Matt Mueller
· 7 years ago
f7d0903
Try #2: Convert Linux and ChromeOS to use X509CertificateBytes.
by Matt Mueller
· 7 years ago
35baed2f
Use x509_util::DefaultParseCertificateOptions in a few more places
by Matt Mueller
· 7 years ago
72899ddf
Remove x509_certificate_win.
by Matt Mueller
· 7 years ago
27e878c
Remove ScopedProfile and ScopedTracker.
by Brett Wilson
· 7 years ago
1500421
Remove x509_certificate_openssl and use_openssl_certs build flag
by Matt Mueller
· 7 years ago
31f64a7
Add x509_util::DefaultParseCertificateOptions function.
by Matt Mueller
· 7 years ago
d93dd11
Remove x509_certificate_mac and x509_certificate_ios
by Matt Mueller
· 7 years ago
a2f6f55d
Rename "parse_ocsp" files to "ocsp".
by Eric Roman
· 7 years ago
dcb4fce
Ignore invalid server supplied intermediates during certificate verification.
by Matt Mueller
· 7 years ago
dfd7497
use_byte_certs-friendliness cleanups for x509_util_nss_unittest.cc
by Matt Mueller
· 7 years ago
9cc23fc9
Remove NSSCertDatabase X509Certificate compatibility wrappers.
by Matt Mueller
· 7 years ago
0d0c142
Make ChromeOS certificate code use NSS types directly.
by Matt Mueller
· 7 years ago
fd807928
Remove tracked_objects::ScopedTracker instantiations.
by Brett Wilson
· 7 years ago
a290c80
net::PathBuilder: remove use of DoLoop pattern in CertPathIter
by Matt Mueller
· 7 years ago
917b4e1
Convert Linux certificate UI code to use NSS types directly.
by Matt Mueller
· 7 years ago
e947616
net::PathBuilder: remove use of DoLoop pattern in CertPathBuilder
by Matt Mueller
· 7 years ago
37c3187
Use kSecTrustOptionAllowExpired in TrustStoreMacTest.SystemCerts.
by Matt Mueller
· 7 years ago
ebbb153
Convert NSSCertDatabase to operate on NSS types directly.
by Matt Mueller
· 7 years ago
4039bfa
Implement TestRootCerts and add SystemTrustStore stub for Fuchsia.
by Sergey Ulanov
· 7 years ago
0579ed6
Replace base::MakeUnique with std::make_unique in net/.
by Jeremy Roman
· 7 years ago
b66fc6ae
Delete RegisterNatives() from //net
by Andrew Grieve
· 7 years ago
949aef8
TOOD -> TODO
by Scott Graham
· 7 years ago
5a95d82
Disable TrustStoreMacTest.SystemCerts
by Trent Apted
· 7 years ago
9cedc3a5
Use SHA-256, rather than SHA-1, for EV metadata.
by David Benjamin
· 7 years ago
381b177
Make x509_certificate_model_nss functions take CERTCertificate instead of OSCertHandle.
by Matt Mueller
· 7 years ago
ad56320
Make CertVerifyProcNSS use_byte_certs-friendly.
by Matt Mueller
· 7 years ago
947a0b8
Make ClientCertStoreNSS use_byte_certs-friendly.
by Matt Mueller
· 7 years ago
237e959
Update the set of known root certs on Windows to 2017-06-13 root update
by Ryan Sleevi
· 7 years ago
db79e421
Make test_root_certs_nss use_byte_certs-friendly.
by Matt Mueller
· 7 years ago
cb0ab9f
Extract NSS X509Certificate::CreateOSCertHandleFromBytes method to x509_util::CreateCERTCertificateFromBytes.
by Matt Mueller
· 7 years ago
2ab3618
Move X509CertificateTest.ParseClientSubjectAltNames to x509_util_nss_unittest
by Matt Mueller
· 7 years ago
07a029fb
Remove X509Certificate::CreateOSCertHandleFromBytesWithNickname. Nothing seems to need it.
by Matt Mueller
· 7 years ago
10684c9
Move X509Certificate::GetDefaultNickname to x509_util_nss.h
by Matt Mueller
· 7 years ago
cd91d987
Refactor X509CertificateBytes ParsePrincipal so that X509TypesTest can run.
by Matt Mueller
· 7 years ago
bdc94d7
Implement CreateSelfSignedCert without crypto/x509.
by David Benjamin
· 7 years ago
f349dc4b
Partially rearrange x509_util* organization.
by David Benjamin
· 7 years ago
b8ab385
Switch SSLServerSocket to CRYPTO_BUFFER.
by David Benjamin
· 7 years ago
1641eb3
Remove some stray includes.
by David Benjamin
· 7 years ago
5d193462
Add more granular errors for invalid certificate serial numbers.
by Eric Roman
· 7 years ago
1057078
Add some extra certificate parsing errors for policy qualifiers.
by Eric Roman
· 7 years ago
35ddac4
Some x509_certificate.h documentation fixes.
by Matt Mueller
· 7 years ago
7b45a27
Add more certificate parsing errors.
by Eric Roman
· 7 years ago
c8c2d6a
Emit a warning when NS Server Gated Crypto is used in place of server auth in a certificate chain.
by Eric Roman
· 7 years ago
2d3fddea
Add a call to crypto::EnsureNSSInit() in TrustStoreNSS.
by Eric Roman
· 7 years ago
db460e9
Add parsing for CRL distribution points.
by Eric Roman
· 7 years ago
49c911f
Remove an irrelevant comment.
by Eric Roman
· 7 years ago
caa0a60
Move the certificate verification errors to common_cert_errors.{h,cc}.
by Eric Roman
· 7 years ago
8f2b9e6
net: Use @available instead of suppressing -Wunguarded-availability.
by Nico Weber
· 7 years ago
d1978b0e
Audit of kConstants missing the const qualifier
by Andrew Grieve
· 7 years ago
66538437
remap CSSMERR_APPLETP_INCOMPLETE_REVOCATION_CHECK to CERT_STATUS_UNABLE_TO_CHECK_REVOCATION
by Matt Mueller
· 7 years ago
7ffcee8
Delete CertVerifyProcInternalTest.EVVerification.
by Eric Roman
· 7 years ago
5431d70
Add delegate interfaces for CertPathBuilder and VerifyCertificateChain.
by Eric Roman
· 7 years ago
2c898cf
Re-enable the disabled tests from CertIssuerSourceAia.
by Eric Roman
· 7 years ago
4ddc452
Remove PR_DetachThread from multi_threaded_cert_verifier.
by Matt Mueller
· 7 years ago
fccb33ed
Pipe errors from Cast certificate verification and report metrics.
by Ryan Ki Sing Chung
· 7 years ago
Next »