gecko/security/manager/ssl/src
Mike Shal 6f32ddf61c Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
2013-04-23 17:54:15 -04:00
..
CertVerifier.cpp Bug 813418 - part2 fixing refcount (bsmith) r=cviecco 2013-04-27 14:56:19 -07:00
CertVerifier.h Bug 813418 - Backout 2f47fcb0a648 due to bustage CLOSED TREE 2013-04-15 16:45:11 -07:00
CryptoTask.cpp Backed out changeset 84bf2e19c701 2012-11-30 19:39:46 -08:00
CryptoTask.h Backed out changeset 84bf2e19c701 2012-11-30 19:39:46 -08:00
CryptoUtil.h Bug 813418 - Backout 2f47fcb0a648 due to bustage CLOSED TREE 2013-04-15 16:45:11 -07:00
JARSignatureVerification.cpp Bug 841569 - Cannot install image-uploader (fix handling of large filanames on b2g apps) r=bsmith 2013-05-16 18:45:30 -07:00
Makefile.in Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE 2013-04-23 17:54:15 -04:00
md4.c
md4.h
moz.build Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE 2013-04-23 17:54:15 -04:00
nsCertificatePrincipal.cpp Bug 789224 - Separate certificate principals out from CAPS. r=dveditz 2012-10-22 08:29:56 +02:00
nsCertificatePrincipal.h Bug 818817 - Fix some compiler warnings, r=Ms2ger 2012-12-09 22:53:19 +05:30
nsCertOverrideService.cpp Bug 859817: Rewrite and refactor GetCertFingerprintByOidTag to avoid duplicating code, memory leaks, and implicit conversion from raw pointer to already_AddRefed, r=honzab 2013-04-30 16:21:25 -07:00
nsCertOverrideService.h Bug 789847 - Remove PR_CALLBACK usage from tree 2012-09-25 11:18:38 -05:00
nsCertPicker.cpp Bug 767241, Part 2: Replace almost all uses of NSSCleanupAutoPtrClass with ScopedNSSTypes, r=honzab 2012-11-12 09:42:28 -08:00
nsCertPicker.h
nsCertTree.cpp Bug 859817 - Remove implicit conversions from raw pointer to already_AddRefed; r=Ms2ger 2013-04-22 14:15:59 +03:00
nsCertTree.h Bug 856238 - Remove unused includes of the obsolete nsISupportsArray and nsIEnumerator. r=Neil, r=bsmedberg 2013-04-08 14:35:31 -04:00
nsCertVerificationThread.cpp Bug 802378: Make PSM coding patterns more consistent, and more consistent with Mozilla Coding Style, r=keeler 2012-10-17 13:48:36 -07:00
nsCertVerificationThread.h
nsClientAuthRemember.cpp Bug 859817: Rewrite and refactor GetCertFingerprintByOidTag to avoid duplicating code, memory leaks, and implicit conversion from raw pointer to already_AddRefed, r=honzab 2013-04-30 16:21:25 -07:00
nsClientAuthRemember.h Backout d9336f8c0f6c, 761ff8b47a4e, 072da0be4236, ee2822d2eab9, 38cd815da29a, a80ec6b90878 & 9e9281ce1b63 (bug 769288) on suspicion of causing bug 821701 on a CLOSED TREE 2012-12-14 15:07:48 +00:00
nsCMS.cpp Bug 787155: Avoid using libpkix on B2G to work around crash in PKIX_List_GetItem and improve performance, r=honzab, a=tef+ 2013-04-17 17:17:10 -07:00
nsCMS.h Bug 849086: Remove unused *_CLASSNAME defines. r=bsmedberg 2013-03-15 10:52:10 -07:00
nsCMSSecureMessage.cpp Bug 800220 - Part 1. Replace PL_strlen with strlen. r=ehsan 2013-05-08 12:40:12 +09:00
nsCMSSecureMessage.h Bug 849086: Remove unused *_CLASSNAME defines. r=bsmedberg 2013-03-15 10:52:10 -07:00
nsCRLInfo.cpp Bug 802378: Make PSM coding patterns more consistent, and more consistent with Mozilla Coding Style, r=keeler 2012-10-17 13:48:36 -07:00
nsCRLInfo.h
nsCRLManager.cpp Bug 772365, Part 0: remove nsNSSCertHeader.h, r=honzab 2012-11-02 12:34:46 -07:00
nsCRLManager.h
nsCrypto.cpp Bug 868130 - Remove the lion's share of JSAutoRequests in gecko. r=gabor 2013-05-22 10:05:28 -06:00
nsCrypto.h Bug 849086: Remove unused *_CLASSNAME defines. r=bsmedberg 2013-03-15 10:52:10 -07:00
nsDataSignatureVerifier.cpp Bug 802378: Make PSM coding patterns more consistent, and more consistent with Mozilla Coding Style, r=keeler 2012-10-17 13:48:36 -07:00
nsDataSignatureVerifier.h
nsIdentityChecking.cpp bug 797952 - Remove EV Treatment for WellsSecure Public Root Certificate Authority r=bsmith 2013-05-09 16:14:08 -07:00
nsKeygenHandler.cpp Bug 802378: Make PSM coding patterns more consistent, and more consistent with Mozilla Coding Style, r=keeler 2012-10-17 13:48:36 -07:00
nsKeygenHandler.h
nsKeygenThread.cpp Bug 789847 - Remove PR_CALLBACK usage from tree 2012-09-25 11:18:38 -05:00
nsKeygenThread.h
nsKeyModule.cpp Bug 767241, Part 2: Replace almost all uses of NSSCleanupAutoPtrClass with ScopedNSSTypes, r=honzab 2012-11-12 09:42:28 -08:00
nsKeyModule.h Bug 849086: Remove unused *_CLASSNAME defines. r=bsmedberg 2013-03-15 10:52:10 -07:00
nsNSSASN1Object.cpp Bug 815928 part 2: Fix typo s/elment/elment/ in comments & tests. DONTBUILD, rs=Waldo 2012-11-27 19:15:36 -08:00
nsNSSASN1Object.h
nsNSSCallbacks.cpp Back out c74ce1905b96 (bug 832848) for not actually building 2013-05-09 20:49:36 -07:00
nsNSSCallbacks.h Bug 767241, Part 2: Replace almost all uses of NSSCleanupAutoPtrClass with ScopedNSSTypes, r=honzab 2012-11-12 09:42:28 -08:00
nsNSSCertCache.cpp
nsNSSCertCache.h
nsNSSCertHelper.cpp Bug 859817: Rewrite and refactor GetCertFingerprintByOidTag to avoid duplicating code, memory leaks, and implicit conversion from raw pointer to already_AddRefed, r=honzab 2013-04-30 16:21:25 -07:00
nsNSSCertHelper.h Bug 859817: Rewrite and refactor GetCertFingerprintByOidTag to avoid duplicating code, memory leaks, and implicit conversion from raw pointer to already_AddRefed, r=honzab 2013-04-30 16:21:25 -07:00
nsNSSCertificate.cpp Bug 787155: Avoid using libpkix on B2G to work around crash in PKIX_List_GetItem and improve performance, r=honzab, a=tef+ 2013-04-17 17:17:10 -07:00
nsNSSCertificate.h Bug 787155: Avoid using libpkix on B2G to work around crash in PKIX_List_GetItem and improve performance, r=honzab, a=tef+ 2013-04-17 17:17:10 -07:00
nsNSSCertificateDB.cpp Bug 800220 - Part 3. Add null check to avoid strlen(nullptr). r=ehsan 2013-05-08 12:47:33 +09:00
nsNSSCertificateDB.h Backout d9336f8c0f6c, 761ff8b47a4e, 072da0be4236, ee2822d2eab9, 38cd815da29a, a80ec6b90878 & 9e9281ce1b63 (bug 769288) on suspicion of causing bug 821701 on a CLOSED TREE 2012-12-14 15:07:48 +00:00
nsNSSCertificateFakeTransport.cpp
nsNSSCertificateFakeTransport.h Bug 772365, Part 0: remove nsNSSCertHeader.h, r=honzab 2012-11-02 12:34:46 -07:00
nsNSSCertTrust.cpp
nsNSSCertTrust.h
nsNSSCertValidity.cpp Bug 772365, Part 0: remove nsNSSCertHeader.h, r=honzab 2012-11-02 12:34:46 -07:00
nsNSSCertValidity.h
nsNSSCleaner.cpp
nsNSSCleaner.h
nsNSSComponent.cpp [Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 7 r=Ms2ger 2013-04-21 21:25:28 -04:00
nsNSSComponent.h [Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 7 r=Ms2ger 2013-04-21 21:25:28 -04:00
nsNSSErrors.cpp
nsNSSHelper.h
nsNSSIOLayer.cpp Bug 787155: Avoid using libpkix on B2G to work around crash in PKIX_List_GetItem and improve performance, r=honzab, a=tef+ 2013-04-17 17:17:10 -07:00
nsNSSIOLayer.h bug 848139 - telemetry for tls server hello size r=honzab 2013-03-26 20:06:15 -04:00
nsNSSModule.cpp Bug 683262 - window.crypto throws if MOZ_DISABLE_DOMCRYPTO is turned on - window.crypto patch - r=jst 2013-02-16 22:43:16 -06:00
nsNSSShutDown.cpp Bug 795504: Remove usages of PR_STATIC_CALLBACK from the tree; r=ehsan 2012-10-08 21:45:12 +05:30
nsNSSShutDown.h Bug 802378: Make PSM coding patterns more consistent, and more consistent with Mozilla Coding Style, r=keeler 2012-10-17 13:48:36 -07:00
nsNSSVersion.cpp
nsNSSVersion.h
nsNTLMAuthModule.cpp bug 804605 - backout 766973 767158 785050 r=backout a=akeybl 2013-01-22 11:59:01 -05:00
nsNTLMAuthModule.h Bug 849086: Remove unused *_CLASSNAME defines. r=bsmedberg 2013-03-15 10:52:10 -07:00
nsPK11TokenDB.cpp Bug 856238 - Remove unused includes of the obsolete nsISupportsArray and nsIEnumerator. r=Neil, r=bsmedberg 2013-04-08 14:35:31 -04:00
nsPK11TokenDB.h Bug 856238 - Remove unused includes of the obsolete nsISupportsArray and nsIEnumerator. r=Neil, r=bsmedberg 2013-04-08 14:35:31 -04:00
nsPKCS11Slot.cpp Bug 802378: Make PSM coding patterns more consistent, and more consistent with Mozilla Coding Style, r=keeler 2012-10-17 13:48:36 -07:00
nsPKCS11Slot.h
nsPKCS12Blob.cpp Bug 856238 - Remove unused includes of the obsolete nsISupportsArray and nsIEnumerator. r=Neil, r=bsmedberg 2013-04-08 14:35:31 -04:00
nsPKCS12Blob.h Bug 842931 - Remove unused private member variable nsPKCS12Blob::mTmpFilePath. r=bsmith 2013-02-20 00:47:12 -08:00
nsProtectedAuthThread.cpp Bug 802378: Make PSM coding patterns more consistent, and more consistent with Mozilla Coding Style, r=keeler 2012-10-17 13:48:36 -07:00
nsProtectedAuthThread.h
nsPSMBackgroundThread.cpp Bug 789847 - Remove PR_CALLBACK usage from tree 2012-09-25 11:18:38 -05:00
nsPSMBackgroundThread.h Bug 789847 - Remove PR_CALLBACK usage from tree 2012-09-25 11:18:38 -05:00
nsRandomGenerator.cpp Bug 673432 - Implement window.crypto.getRandomValues for FirefoxOS r=khuey 2013-02-27 14:31:19 -06:00
nsRandomGenerator.h
nsRecentBadCerts.cpp Backout d9336f8c0f6c, 761ff8b47a4e, 072da0be4236, ee2822d2eab9, 38cd815da29a, a80ec6b90878 & 9e9281ce1b63 (bug 769288) on suspicion of causing bug 821701 on a CLOSED TREE 2012-12-14 15:07:48 +00:00
nsRecentBadCerts.h Backout d9336f8c0f6c, 761ff8b47a4e, 072da0be4236, ee2822d2eab9, 38cd815da29a, a80ec6b90878 & 9e9281ce1b63 (bug 769288) on suspicion of causing bug 821701 on a CLOSED TREE 2012-12-14 15:07:48 +00:00
nsSDR.cpp Bug 800220 - Part 1. Replace PL_strlen with strlen. r=ehsan 2013-05-08 12:40:12 +09:00
nsSDR.h Bug 849086: Remove unused *_CLASSNAME defines. r=bsmedberg 2013-03-15 10:52:10 -07:00
NSSErrorsService.cpp
NSSErrorsService.h
nsSmartCardMonitor.cpp Bug 839465 - Implement SmartCardEvent using event code generator, r=mounir 2013-02-11 21:37:20 +02:00
nsSmartCardMonitor.h
nsSSLSocketProvider.cpp Bug 722979 - Add privacy status argument to relevant nsIStrictTransportSecurityService methods. r=bsmith sr=biesi 2012-06-30 07:34:17 -07:00
nsSSLSocketProvider.h Bug 849086: Remove unused *_CLASSNAME defines. r=bsmedberg 2013-03-15 10:52:10 -07:00
nsSSLStatus.cpp Bug 787155: Avoid using libpkix on B2G to work around crash in PKIX_List_GetItem and improve performance, r=honzab, a=tef+ 2013-04-17 17:17:10 -07:00
nsSSLStatus.h Bug 802378: Make PSM coding patterns more consistent, and more consistent with Mozilla Coding Style, r=keeler 2012-10-17 13:48:36 -07:00
nsStreamCipher.cpp Bug 802378: Make PSM coding patterns more consistent, and more consistent with Mozilla Coding Style, r=keeler 2012-10-17 13:48:36 -07:00
nsStreamCipher.h Bug 849086: Remove unused *_CLASSNAME defines. r=bsmedberg 2013-03-15 10:52:10 -07:00
nsTLSSocketProvider.cpp Bug 722979 - Add privacy status argument to relevant nsIStrictTransportSecurityService methods. r=bsmith sr=biesi 2012-06-30 07:34:17 -07:00
nsTLSSocketProvider.h Bug 849086: Remove unused *_CLASSNAME defines. r=bsmedberg 2013-03-15 10:52:10 -07:00
nsUsageArrayHelper.cpp Bug 787155: Avoid using libpkix on B2G to work around crash in PKIX_List_GetItem and improve performance, r=honzab, a=tef+ 2013-04-17 17:17:10 -07:00
nsUsageArrayHelper.h Bug 787155: Avoid using libpkix on B2G to work around crash in PKIX_List_GetItem and improve performance, r=honzab, a=tef+ 2013-04-17 17:17:10 -07:00
nsVerificationJob.h
PSMRunnable.cpp
PSMRunnable.h
PublicSSL.h Backout d9336f8c0f6c, 761ff8b47a4e, 072da0be4236, ee2822d2eab9, 38cd815da29a, a80ec6b90878 & 9e9281ce1b63 (bug 769288) on suspicion of causing bug 821701 on a CLOSED TREE 2012-12-14 15:07:48 +00:00
ScopedNSSTypes.h Bug 829832 - NEEDS CLOBBER - Compute SHA256 hash on saving files in BackgroundFileSaver. (r=paolo,cviecco,sr=biesi) 2013-02-19 12:47:59 -08:00
SharedSSLState.cpp Bug 827272 - Avoid performing cleanup on SSL state that doesn't exist. r=bsmith 2013-01-14 16:53:30 +01:00
SharedSSLState.h Backout d9336f8c0f6c, 761ff8b47a4e, 072da0be4236, ee2822d2eab9, 38cd815da29a, a80ec6b90878 & 9e9281ce1b63 (bug 769288) on suspicion of causing bug 821701 on a CLOSED TREE 2012-12-14 15:07:48 +00:00
SSLServerCertVerification.cpp Bug 787155: Avoid using libpkix on B2G to work around crash in PKIX_List_GetItem and improve performance, r=honzab, a=tef+ 2013-04-17 17:17:10 -07:00
SSLServerCertVerification.h bug 806992 EV initialization blocks the first certificate verification thread for a long time r=bsmith r=honzab 2012-11-22 15:57:59 -05:00
TransportSecurityInfo.cpp Back out c74ce1905b96 (bug 832848) for not actually building 2013-05-09 20:49:36 -07:00
TransportSecurityInfo.h Back out c74ce1905b96 (bug 832848) for not actually building 2013-05-09 20:49:36 -07:00