gecko-dev/security/manager/ssl
Dana Keeler c790b6fff5 bug 1581962 - improve nsINSSComponent::HasUserCertsInstalled by using the more efficient FindNonCACertificatesWithPrivateKeys r=kjacobs
CERT_FindUserCertsByUsage is inefficient when the corpus of known certificates
consists mostly of certificates that don't have corresponding private keys,
which is expected to be the case for most Firefox users. This change updates
the "does the user have any client certificates" functionality to use the more
efficient "FindNonCACertificatesWithPrivateKeys" function added in bug 1573542.

Differential Revision: https://phabricator.services.mozilla.com/D46499

--HG--
extra : moz-landing-system : lando
2019-09-20 16:13:21 +00:00
..
cert_storage bug 1560403 - leave cert_storage's lmdb open in rw mode r=nanj 2019-07-18 21:43:14 +00:00
crashtests
tests Bug 1562773 - Add delegated credentials tests r=keeler,jcj 2019-09-17 23:31:36 +00:00
CertBlocklist.cpp Bug 1547877 - enable configuration of new cert storage implementation r=keeler 2019-05-02 23:02:13 +00:00
CertBlocklist.h Bug 1547877 - enable configuration of new cert storage implementation r=keeler 2019-05-02 23:02:13 +00:00
components.conf Bug 1564221 - Add a contract ID for nsITransportSecurityInfo r=keeler 2019-08-20 21:38:59 +00:00
ContentSignatureVerifier.cpp Bug 1578786: Fix up some includes and namespaces in security/manager/ssl so that it may compile in non-unified mode; r=keeler 2019-09-04 18:35:50 +00:00
ContentSignatureVerifier.h bug 1534600 - make nsIContentSignatureVerifier asynchronous r=KevinJacobs,mythmon,glasserc 2019-05-03 21:21:58 +00:00
CredentialManagerSecret.cpp Bug 1578786: Fix up some includes and namespaces in security/manager/ssl so that it may compile in non-unified mode; r=keeler 2019-09-04 18:35:50 +00:00
CredentialManagerSecret.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
CryptoTask.cpp bug 1555854 - avoid creating transient threads in PSM (particularly CryptoTask) r=KevinJacobs 2019-06-03 23:47:48 +00:00
CryptoTask.h bug 1555854 - avoid creating transient threads in PSM (particularly CryptoTask) r=KevinJacobs 2019-06-03 23:47:48 +00:00
CSTrustDomain.cpp bug 1577944 - avoid calling CERT_NewTempCertificate in NSSCertDBTrustDomain::GetCertTrust for enterprise certificates r=jcj,kjacobs 2019-09-17 20:30:15 +00:00
CSTrustDomain.h Bug 1547877 - enable configuration of new cert storage implementation r=keeler 2019-05-02 23:02:13 +00:00
DataStorage.cpp Bug 1578786: Fix up some includes and namespaces in security/manager/ssl so that it may compile in non-unified mode; r=keeler 2019-09-04 18:35:50 +00:00
DataStorage.h Bug 1289211 - Rename InfallibleTArray to nsTArray in security/manager/ r=keeler 2019-07-10 03:33:22 +00:00
DataStorageIPCUtils.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
DataStorageList.h
DER.jsm Bug 1561435 - Format security/, a=automatic-formatting 2019-07-05 10:57:28 +02:00
EnterpriseRoots.cpp bug 1571548 - support "current user" registry locations for enterprise certificates on Windows r=kjacobs,mhowell 2019-09-12 20:00:45 +00:00
EnterpriseRoots.h bug 1526004 - enterprise certs: differentiate between intermediates and roots on MacOS r=jcj,spohl 2019-02-22 18:46:21 +00:00
KeychainSecret.cpp bug 1517337 - make secret overwriting consistent across backends r=jcj 2019-01-09 18:25:46 +00:00
KeychainSecret.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
LibSecret.cpp Bug 1492305 - Fix LibSecret unlocking & NSS return values r=keeler,MattN 2019-05-22 18:25:59 +00:00
LibSecret.h bug 1498909 - dynamically load libsecret at runtime if available r=franziskus,jcj 2019-01-03 00:39:45 +00:00
LocalCertService.cpp Bug 1578786: Fix up some includes and namespaces in security/manager/ssl so that it may compile in non-unified mode; r=keeler 2019-09-04 18:35:50 +00:00
LocalCertService.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
md4.c Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
md4.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
moz.build Bug 1510569 - Implement serializers for nsITransportSecurityInfo, nsIX509Cert, and nsIX509CertList r=froydnj,keeler,mayhemer 2019-08-28 18:55:31 +00:00
nsCertOverrideService.cpp Bug 1490601 part 2 - Move C++ entry points to encoding_c_mem to mfbt/. r=jwalden 2019-09-18 08:26:34 +00:00
nsCertOverrideService.h Bug 1577428 - Not allow nsICertOverrideService to be implemented in js r=keeler,ato 2019-09-04 17:17:44 +00:00
nsCertTree.cpp Bug 1577836 - Remove nsIX509CertList from getCerts and loadCertsFromCache r=keeler 2019-09-05 21:35:54 +00:00
nsCertTree.h Bug 1577836 - Remove nsIX509CertList from getCerts and loadCertsFromCache r=keeler 2019-09-05 21:35:54 +00:00
nsClientAuthRemember.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsClientAuthRemember.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsCryptoHash.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsCryptoHash.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsIASN1Object.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsIASN1PrintableItem.idl
nsIASN1Sequence.idl
nsIBadCertListener2.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsICertBlocklist.idl Bug 1547877 - enable configuration of new cert storage implementation r=keeler 2019-05-02 23:02:13 +00:00
nsICertificateDialogs.idl Bug 1468225 - remove method nsICertificateDialogs.viewCert and its uses. r=Gijs,keeler 2018-08-22 17:38:33 +00:00
nsICertOverrideService.idl Bug 1577428 - Not allow nsICertOverrideService to be implemented in js r=keeler,ato 2019-09-04 17:17:44 +00:00
nsICertStorage.idl bug 1488865 - import CRLite enrollment state r=jcj,KevinJacobs 2019-06-06 16:42:41 +00:00
nsICertTree.idl Bug 1577836 - Remove nsIX509CertList from getCerts and loadCertsFromCache r=keeler 2019-09-05 21:35:54 +00:00
nsIClientAuthDialogs.idl Bug 1566030 - Remove nsIClientAuthUserDecision r=keeler,snorp 2019-07-24 17:49:45 +00:00
nsIContentSignatureVerifier.idl bug 1534600 - make nsIContentSignatureVerifier asynchronous r=KevinJacobs,mythmon,glasserc 2019-05-03 21:21:58 +00:00
nsICryptoHash.idl Bug 1526302 - remove MD2 support from nsICryptoHash, clarifiy hash IDs must be synchronized with NSS hasht.h r=keeler 2019-03-02 15:37:30 +00:00
nsICryptoHMAC.idl
nsIKeyModule.idl
nsILocalCertService.idl
nsINSSComponent.idl Bug 1435141 - Check for user certificates on a background thread to avoid main thread IO r=keeler 2019-03-07 20:34:12 +00:00
nsINSSErrorsService.idl
nsINSSVersion.idl
nsIOSKeyStore.idl Bug 1558650. Stop using [array] in nsIOSKeyStore. r=keeler 2019-06-12 23:25:27 +00:00
nsIOSReauthenticator.idl bug 1498351 - add interface to allow OS-specific user re-authentication r=franziskus 2018-10-16 16:06:30 +00:00
nsIPK11Token.idl bug 1466942 - avoid l10n string bundles in nsNSSComponent initialization r=fkiefer 2018-06-04 17:07:06 -07:00
nsIPK11TokenDB.idl bug 1465976 - remove all find*ByName APIs from PSM PKCS#11 module/slot/token interfaces r=fkiefer,jcj 2018-05-31 14:46:06 -07:00
nsIPKCS11Module.idl bug 1465976 - remove all find*ByName APIs from PSM PKCS#11 module/slot/token interfaces r=fkiefer,jcj 2018-05-31 14:46:06 -07:00
nsIPKCS11ModuleDB.idl bug 1465976 - remove all find*ByName APIs from PSM PKCS#11 module/slot/token interfaces r=fkiefer,jcj 2018-05-31 14:46:06 -07:00
nsIPKCS11Slot.idl
nsIProtectedAuthThread.idl
nsISecretDecoderRing.idl Bug 1560447 - Add a decryptMany method to crypto-SDR.js for batch decrypting of stored logins. r=keeler 2019-06-28 16:53:11 +00:00
nsISecurityUITelemetry.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsISiteSecurityService.idl bug 1564481 - reset HSTS/HPKP state to factory settings rather than storing knockout entries for preloaded sites r=jcj r=KevinJacobs 2019-07-11 13:48:28 -07:00
nsITokenDialogs.idl Bug 1315460 - Removal of keygen element r=keeler,baku,jld,hsivonen 2019-06-13 08:58:07 +00:00
nsITokenPasswordDialogs.idl bug 1465976 - remove all find*ByName APIs from PSM PKCS#11 module/slot/token interfaces r=fkiefer,jcj 2018-05-31 14:46:06 -07:00
nsIX509Cert.idl Bug 1510569 - Implement serializers for nsITransportSecurityInfo, nsIX509Cert, and nsIX509CertList r=froydnj,keeler,mayhemer 2019-08-28 18:55:31 +00:00
nsIX509CertDB.idl Bug 1580313 - Remove nsIX509CertList from asPKCS7Blob r=keeler 2019-09-13 17:23:09 +00:00
nsIX509CertList.idl Bug 1580313 - Remove nsIX509CertList from asPKCS7Blob r=keeler 2019-09-13 17:23:09 +00:00
nsIX509CertValidity.idl
nsKeyModule.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsKeyModule.h Bug 1578786: Fix up some includes and namespaces in security/manager/ssl so that it may compile in non-unified mode; r=keeler 2019-09-04 18:35:50 +00:00
nsNSSASN1Object.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsNSSASN1Object.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsNSSCallbacks.cpp Bug 1562773 - Propagate Delegated Credential flag to nsITransportSecurityInfo r=keeler,jcj 2019-09-11 15:19:57 +00:00
nsNSSCallbacks.h Bug 1533640 - Attempt to parse empty OCSP responses and let the parse attempt signal malformedness, instead of letting an empty response's |Vector<uint8_t>::begin() == nullptr| be the trigger of that signal. r=keeler 2019-03-07 15:28:00 -08:00
nsNSSCertHelper.cpp Bug 1490601 part 2 - Move C++ entry points to encoding_c_mem to mfbt/. r=jwalden 2019-09-18 08:26:34 +00:00
nsNSSCertHelper.h Bug 1557793 part 2. Stop using [array] in nsIStringBundle. r=Pike 2019-06-11 15:51:51 +00:00
nsNSSCertificate.cpp Bug 1490601 part 2 - Move C++ entry points to encoding_c_mem to mfbt/. r=jwalden 2019-09-18 08:26:34 +00:00
nsNSSCertificate.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsNSSCertificateDB.cpp Bug 1580313 - Remove nsIX509CertList from asPKCS7Blob r=keeler 2019-09-13 17:23:09 +00:00
nsNSSCertificateDB.h Bug 1260640 - Update nsNSSCertificateDB::getCertsFromPackage() so callers don't need to convert the returned certs into usable formats r=keeler 2019-09-10 07:39:51 +00:00
nsNSSCertTrust.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsNSSCertTrust.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsNSSCertValidity.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsNSSCertValidity.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsNSSComponent.cpp bug 1581962 - improve nsINSSComponent::HasUserCertsInstalled by using the more efficient FindNonCACertificatesWithPrivateKeys r=kjacobs 2019-09-20 16:13:21 +00:00
nsNSSComponent.h bug 1581962 - improve nsINSSComponent::HasUserCertsInstalled by using the more efficient FindNonCACertificatesWithPrivateKeys r=kjacobs 2019-09-20 16:13:21 +00:00
nsNSSHelper.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsNSSIOLayer.cpp bug 1581962 - improve nsINSSComponent::HasUserCertsInstalled by using the more efficient FindNonCACertificatesWithPrivateKeys r=kjacobs 2019-09-20 16:13:21 +00:00
nsNSSIOLayer.h Bug 1546816 - Part 1-1: Remove MITM_OK flag and bypassAuthentication r=keeler 2019-09-09 13:46:45 +00:00
nsNSSModule.cpp Bug 1578786: Fix up some includes and namespaces in security/manager/ssl so that it may compile in non-unified mode; r=keeler 2019-09-04 18:35:50 +00:00
nsNSSModule.h Bug 1478124: Part 8f - Update NSS module to use a static component manifest. r=keeler 2018-12-18 18:55:40 -08:00
nsNSSVersion.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsNSSVersion.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsNTLMAuthModule.cpp Bug 1578786: Fix up some includes and namespaces in security/manager/ssl so that it may compile in non-unified mode; r=keeler 2019-09-04 18:35:50 +00:00
nsNTLMAuthModule.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsPK11TokenDB.cpp Bug 1578786: Fix up some includes and namespaces in security/manager/ssl so that it may compile in non-unified mode; r=keeler 2019-09-04 18:35:50 +00:00
nsPK11TokenDB.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsPKCS11Slot.cpp Bug 1578786: Fix up some includes and namespaces in security/manager/ssl so that it may compile in non-unified mode; r=keeler 2019-09-04 18:35:50 +00:00
nsPKCS11Slot.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsPKCS12Blob.cpp Bug 1315460 - Removal of keygen element r=keeler,baku,jld,hsivonen 2019-06-13 08:58:07 +00:00
nsPKCS12Blob.h Bug 1578786: Fix up some includes and namespaces in security/manager/ssl so that it may compile in non-unified mode; r=keeler 2019-09-04 18:35:50 +00:00
nsProtectedAuthThread.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsProtectedAuthThread.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsRandomGenerator.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsRandomGenerator.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsSecureBrowserUIImpl.cpp Bug 1576641 - Add two new content blocking event flags to indicate a tracking/social-tracking cookie has been loaded in a tab; r=baku,droeh 2019-09-03 17:37:43 +00:00
nsSecureBrowserUIImpl.h Bug 1567826 - Don't mark any secureContext pages as insecure. r=nhnt11,keeler,Ehsan 2019-07-30 12:31:22 +00:00
nsSecurityHeaderParser.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsSecurityHeaderParser.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
NSSErrorsService.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
NSSErrorsService.h Bug 1547877 - enable configuration of new cert storage implementation r=keeler 2019-05-02 23:02:13 +00:00
nsSiteSecurityService.cpp Bug 1560354 - Transform some nss types into gecko types. r=keeler,dragana 2019-09-05 15:49:35 +00:00
nsSiteSecurityService.h bug 1564481 - reset HSTS/HPKP state to factory settings rather than storing knockout entries for preloaded sites r=jcj r=KevinJacobs 2019-07-11 13:48:28 -07:00
NSSKeyStore.cpp Bug 1578786: Fix up some includes and namespaces in security/manager/ssl so that it may compile in non-unified mode; r=keeler 2019-09-04 18:35:50 +00:00
NSSKeyStore.h Bug 1578786: Fix up some includes and namespaces in security/manager/ssl so that it may compile in non-unified mode; r=keeler 2019-09-04 18:35:50 +00:00
nsSSLSocketProvider.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsSSLSocketProvider.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsSTSPreloadList.inc No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings tld-suffixes - a=repo-update r=RyanVM 2019-09-19 14:37:28 +00:00
nsTLSSocketProvider.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsTLSSocketProvider.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsVerificationJob.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
OSKeyStore.cpp Bug 1558650. Stop using [array] in nsIOSKeyStore. r=keeler 2019-06-12 23:25:27 +00:00
OSKeyStore.h Bug 1578786: Fix up some includes and namespaces in security/manager/ssl so that it may compile in non-unified mode; r=keeler 2019-09-04 18:35:50 +00:00
OSReauthenticator.cpp Bug 1578786: Fix up some includes and namespaces in security/manager/ssl so that it may compile in non-unified mode; r=keeler 2019-09-04 18:35:50 +00:00
OSReauthenticator.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
OSReauthenticatorDarwin.mm Bug 1521460 - Also reformat objective-c files r=mstange,ehsan,spohl 2019-01-21 18:18:16 +01:00
PKCS11ModuleDB.cpp Bug 1549818 - Removes expired FIPS_ENABLED telemetry probe r=keeler 2019-07-24 19:59:27 +00:00
PKCS11ModuleDB.h Bug 1536463 - remove expiring security.pkcs11_modules_loaded telemetry. r=keeler 2019-04-15 12:53:37 +00:00
PPSMContentDownloader.ipdl
PSMContentListener.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-03-13 10:19:06 +01:00
PSMContentListener.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
PSMRunnable.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PSMRunnable.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PublicKeyPinningService.cpp bug 1576755 - split "unknown" bucket in CERT_VALIDATION_SUCCESS_BY_CA (and other _BY_CA probes) r=jcj,kjacobs 2019-09-03 22:19:14 +00:00
PublicKeyPinningService.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PublicSSL.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
RemoteSecuritySettings.jsm bug 1563056 - download the most recent CRLite filter and all following incremental filters r=jcj 2019-07-11 00:29:44 +00:00
RootCertificateTelemetryUtils.cpp bug 1578732 - #include more headers in RootCertificateTelemetryUtils.cpp so it can compile when chunking changes in unified builds r=kjacobs 2019-09-05 17:46:31 +00:00
RootCertificateTelemetryUtils.h bug 1576755 - split "unknown" bucket in CERT_VALIDATION_SUCCESS_BY_CA (and other _BY_CA probes) r=jcj,kjacobs 2019-09-03 22:19:14 +00:00
RootHashes.inc bug 1576755 - split "unknown" bucket in CERT_VALIDATION_SUCCESS_BY_CA (and other _BY_CA probes) r=jcj,kjacobs 2019-09-03 22:19:14 +00:00
ScopedNSSTypes.h bug 1573542 - be more efficient about finding client certificates r=jcj,kjacobs 2019-09-18 23:28:05 +00:00
SecretDecoderRing.cpp Bug 1571555 - Use a blank string in place of the username or password when decryption fails. r=keeler 2019-08-16 20:27:34 +00:00
SecretDecoderRing.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SharedCertVerifier.h bug 1473573 - import intermediate certificates as well as roots r=jcj 2019-02-12 18:23:25 +00:00
SharedSSLState.cpp Bug 1523969 part 21 - Move method definition inline comments to new line in 'security/'. r=ehsan 2019-02-25 16:12:13 -06:00
SharedSSLState.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SSLServerCertVerification.cpp Bug 1546816 - Part 1-4: Remove mTelemetryID and mTelemetryValue from SSLServerCertVerificationResult r=keeler 2019-09-18 09:30:56 +00:00
SSLServerCertVerification.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
StaticHPKPins.errors
StaticHPKPins.h No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings tld-suffixes - a=repo-update r=RyanVM 2019-09-19 14:37:28 +00:00
TransportSecurityInfo.cpp Bug 1562773 - Propagate Delegated Credential flag to nsITransportSecurityInfo r=keeler,jcj 2019-09-11 15:19:57 +00:00
TransportSecurityInfo.h Bug 1562773 - Propagate Delegated Credential flag to nsITransportSecurityInfo r=keeler,jcj 2019-09-11 15:19:57 +00:00
X509.jsm Bug 1561435 - Format security/, a=automatic-formatting 2019-07-05 10:57:28 +02:00