Mike Hommey
50e6916b40
Bug 1126593 - Add a global fallible instance, so that using fallible works directly, everywhere. r=njn
2015-02-02 09:56:13 +09:00
Phil Ringnalda
56b992da90
Merge m-c to m-i
2015-01-31 09:13:30 -08:00
Masatoshi Kimura
96a8248e48
backout 3d4d4a91f29a (bug 1102632) as some web pages can no longer connect without enabling SSLv3
2015-01-31 22:16:48 +09:00
ffxbld
a691b83b24
No bug, Automated HPKP preload list update from host bld-linux64-spot-015 - a=hpkp-update
2015-01-31 03:38:09 -08:00
ffxbld
f5b851b52b
No bug, Automated HSTS preload list update from host bld-linux64-spot-015 - a=hsts-update
2015-01-31 03:38:07 -08:00
Wes Kocher
50b90fbd84
Merge fx-team to m-c a=merge CLOSED TREE
2015-01-29 15:27:17 -08:00
Carsten "Tomcat" Book
511c9ee8cd
Merge mozilla-central to fx-team
2015-01-29 16:20:17 +01:00
Masatoshi Kimura
90c7a6b8f8
Bug 1123020 - Remove options to allow unrestricted renegotiation. r=keeler
2015-01-29 21:04:26 +09:00
Gijs Kruitbosch
dbac71f391
Bug 1126675 - indicate missing issuerName or subjectName as empty string, r=keeler
2015-01-28 15:42:41 +00:00
Bob Owen
543404566a
Bug 1126402: Add a pref to enable a more strict version of the Windows NPAPI process sandbox. r=bsmedberg, r=bbondy
2015-01-29 08:13:07 +00:00
David Keeler
289800a028
backout cd0ec3afca5a (bug 832837) for mochitest bustage
2015-01-30 11:25:24 -08:00
David Keeler
5108f641ee
bug 832837 - move insecure form submission warning from nsSecureBrowserUIImpl to the HTML form implementation r=mrbkap r=phlsa
...
As a result, we can remove nsSecurityWarningDialogs completely, which this patch also does.
2015-01-15 11:01:10 -08:00
Kai Engert
353b42937b
Bug 1107731 - Upgrade Mozilla 36 and 37 to use NSS 3.17.4, mark release candidate as RTM, DONTBUILD
2015-01-28 20:49:21 +01:00
Masatoshi Kimura
65d35ee16e
Bug 1114816 - Implement TLS intolerance fallback whitelist. r=keeler
2015-01-29 03:52:42 +09:00
Bob Owen
b6517f78ca
Bug 1125865: Only log Windows sandbox violations to console when nsContentUtils is initialized. r=bbondy
2015-01-28 11:21:24 +00:00
Cykesiopka
ecefbade12
Bug 1125478 - Refactor and clean up key size test files. r=keeler
2015-01-27 22:11:00 +01:00
Nicholas Nethercote
d761b24aaf
Bug 1124973 (part 2) - Introduce PL_DHashTableSearch(), and replace most PL_DHashTableLookup() calls with it. r=froydnj.
...
It feels safer to use a function with a new name, rather than just changing the
behaviour of the existing function.
For most of these cases the PL_DHashTableLookup() result was checked with
PL_DHASH_ENTRY_IS_{FREE,BUSY} so the conversion was easy. A few of them
preceded that check with a useless null check, but the intent of these was
still easy to determine.
I'll do the trickier ones in subsequent patches.
2015-01-22 21:06:55 -08:00
David Keeler
d043f815ec
bug 1125503 - when canonicalizing hostnames, check string length before calling Last() r=mmc
2015-01-26 12:47:50 -08:00
Ehsan Akhgari
9f466f4b06
Bug 1126128 - Mark TestTrustDomain::VerifySignedData as override; r=bsmith
2015-01-27 08:33:24 -05:00
Cykesiopka
5167ffd003
Bug 691148 - Remove unused strings from pipnss.properties. r=keeler
2015-01-26 21:30:00 +01:00
Chris Peterson
bd3e661f2d
Bug 1125592 - Fix -Wmaybe-uninitialized warning in security/manager/ssl/src/nsNSSASN1Object.cpp. r=dkeeler
2015-01-23 22:58:43 -08:00
Ehsan Akhgari
6e4bdea85d
Backed out changeset 45921e3d9773 (bug 1117034) because of build bustage on a CLOSED TREE
2015-01-26 21:52:40 -05:00
Ehsan Akhgari
bd30de9162
Bug 1117034 - Mark some overridden functions in the tree as override
2015-01-26 21:14:12 -05:00
David Keeler
1dd73ac36f
bug 1125261 - mozilla::pkix: handle comparing single, relative labels with wildcards r=briansmith
...
e.g. handle comparing "localhost" with "*.example.com"
2015-01-23 15:56:53 -08:00
Daniel Holbert
3dbcd679e4
Bug 1125673: Mark method 'FindIssuer' as 'override' in pkixocsp_VerifyEncodedOCSPResponse.cpp, to fix clang warning. r=briansmith
2015-01-26 10:40:07 -08:00
Bob Owen
3890296a7b
Bug 1094370: Use the USER_LOCKDOWN access token for GMP processes. r=aklotz
2015-01-26 10:14:39 +00:00
Phil Ringnalda
0df0968ebe
Merge m-i to m-c, a=merge
2015-01-24 08:27:17 -08:00
ffxbld
2a36acca4c
No bug, Automated HPKP preload list update from host bld-linux64-spot-127 - a=hpkp-update
2015-01-24 03:27:50 -08:00
ffxbld
5346825c50
No bug, Automated HSTS preload list update from host bld-linux64-spot-127 - a=hsts-update
2015-01-24 03:27:48 -08:00
Bob Owen
b53016c9db
Bug 1123245 Part 2: Use the USER_NON_ADMIN access token level for Windows NPAPI processes. r=tabraldes
2015-01-23 08:32:21 +00:00
Bob Owen
27e023746a
Bug 1123245 Part 1: Enable an open sandbox on Windows NPAPI processes. r=josh, r=tabraldes
2015-01-23 08:32:20 +00:00
Cykesiopka
e1b3097b36
Bug 1077790 - Tests. r=keeler
2015-01-22 13:50:06 -08:00
Cykesiopka
0be7e63254
Bug 1077790 - Make mozilla::pkix::CheckPublicKeySize() accept specific elliptic curves only. r=briansmith
2015-01-21 17:20:16 -08:00
Brian Smith
13bb23a7be
Bug 1114703: Remove mozilla::pkix's polyfill for std::bind, r=mmc
2015-01-21 04:00:40 -08:00
Kai Engert
e6116c88b4
Bug 1107731, Upgrade to NSS 3.17.4, landing release candidate NSS_3_17_4_RC0, r=wtc
2015-01-22 23:51:22 +01:00
David Keeler
d57bb36810
bug 1114882 - allow nsICryptoHash to be used in a content process r=mayhemer
2015-01-16 11:59:25 -08:00
Bob Owen
e96a041ac4
Bug 1102213: Move security/sandbox/win/ into security/sandbox/chromium/sandbox/ r=ted
2015-01-22 08:37:31 +00:00
Bob Owen
607c57bf24
Bug 1102215: Move security/sandbox/chromium/base/shim/ to new directory security/sandbox/chromium-shim/ r=ted
2015-01-22 08:37:30 +00:00
Bob Owen
c71f4fd518
Bug 1102211: Move security/sandbox/build/ into security/sandbox/chromium/ r=ted
2015-01-22 08:37:30 +00:00
Carsten "Tomcat" Book
ce0419c259
Backed out changeset 4ccaf5ae9ced (bug 1102211) for bustage on a CLOSED TREE
2015-01-22 10:25:39 +01:00
Carsten "Tomcat" Book
d02aa8b76b
Backed out changeset 43f1f9eef449 (bug 1102215)
2015-01-22 10:25:03 +01:00
Carsten "Tomcat" Book
0b1a8634f9
Backed out changeset c607c8d4dacf (bug 1102213)
2015-01-22 10:24:57 +01:00
Bob Owen
49df8137d0
Bug 1102213: Move security/sandbox/win/ into security/sandbox/chromium/sandbox/ r=ted
2015-01-22 08:37:31 +00:00
Bob Owen
4aea2f84d8
Bug 1102215: Move security/sandbox/chromium/base/shim/ to new directory security/sandbox/chromium-shim/ r=ted
2015-01-22 08:37:30 +00:00
Bob Owen
a3c78c39e8
Bug 1102211: Move security/sandbox/build/ into security/sandbox/chromium/ r=ted
2015-01-22 08:37:30 +00:00
Wes Kocher
f2fccc7054
Backed out changeset 7811ebf7e321 (bug 1114882) for Android S4 orange on a CLOSED TREE
2015-01-21 17:24:36 -08:00
Raymond Etornam Agbeame(:retornam)
c744e27855
Bug 1109235 - remove nsIStreamCipher and implementation r=keeler
2015-01-22 16:02:30 -08:00
David Keeler
b115436002
bug 1114882 - allow nsICryptoHash to be used in a content process r=mayhemer
2015-01-16 11:59:25 -08:00
Bob Owen
fa71b20ec9
Bug 1121479 Part 4: Turn on DLL_SEARCH_ORDER process-level mitigation for the GMP sandbox. r=tabraldes
2015-01-21 07:59:56 +00:00
Bob Owen
79301c4edb
Bug 1121479 Part 3: Turn on HEAP_TERMINATE process-level mitigation for the GMP sandbox. r=tabraldes
2015-01-21 07:59:56 +00:00