Commit Graph

402 Commits

Author SHA1 Message Date
Doug Turner
385a160d07 Bug 514295 - Adding comment per wtc. Work around bustage in NSS when building WINCE with MOZ_DEBUG_SYMBOLS set. r=ted 2009-09-08 15:22:48 -07:00
Brad Lassey
d420b7bf84 Bug 514295 - Work around bustage in NSS when building WINCE with MOZ_DEBUG_SYMBOLS set. r=ted 2009-09-08 13:06:32 -07:00
Doug Turner
e8ac45bb9f Backed out changeset 01bdf694994c. change was fine, review comment not so much. 2009-09-08 13:01:51 -07:00
Brad Lassey
0d048787bc [mq]: nss-symbols-wince 2009-09-08 13:52:20 -04:00
Ted Mielczarek
d7a8dd29bf bug 511743 - add way to apply NSS patches to source at build time. r=bsmedberg 2009-09-02 09:35:14 -04:00
Wan-Teh Chang
87346592e8 Bug 509319: We also need to generate libnssdbm3.chk with shlibsign.
We don't need to link with -lsoftokn3.  Add nssdbm3 to some packaging
files.  The patch is written by Kai Engert <kaie@kuix.de>.  r=wtc.
2009-09-04 18:28:54 -07:00
Nick Thomas
76f8fefb23 Reland Bug 468701, pass MOZ_DEBUG_SYMBOLS onto NSS on all platforms (not just win32), r=ted.mielczarek 2009-09-03 15:52:32 +12:00
Ben Hearsum
0e9802d1c3 Backing out bug 468701 due to build bustage on WinCE 5.0. 2009-09-02 09:09:53 -04:00
Nick Thomas
8379e06fe6 Bug 468701, pass MOZ_DEBUG_SYMBOLS onto NSS on all platforms (not just win32), r=ted.mielczarek 2009-09-02 21:24:59 +12:00
Honza Bambas
3a4a6aafdd bug 512759 - mochitest-plain timeouts on Linux/Mac SeaMonkey, also set useDownloadDir during the test, r=KaiRo, also fix KaiRo's nits on clearing instead of re-setting prefs at the end of the test 2009-08-30 13:39:17 +02:00
Wan-Teh Chang
974aa31625 Bug 495384: Initialize NSS by calling NSS_Initialize with
NSS_INIT_NOROOTINIT to turn off the loading of the root certs
module in nss_Init.  We load the root certs module in the
InstallLoadableRoots function, so we don't need nss_Init to load
it.  r=rrelyea,kaie.
2009-08-29 10:04:30 -07:00
Wan-Teh Chang
8c8d0e6bb6 Bug 513024: dummy change to force NSS to rebuild. 2009-08-27 13:10:28 -07:00
Wan-Teh Chang
feeaebe6e0 Bug 513024: build NSS with FREEBL_NO_DEPEND=1 on Linux so that Fedora's
/lib/libcrypt.so.1 can get the NSSRAWHASH_3.12.3 symbols it needs from
our libfreebl3.so.  r=karlt.
2009-08-27 12:17:09 -07:00
Vladimir Vukicevic
337732e846 b=511808; followup patch, ensure that we GetBoolPref succeeded before enabling ciphers; r=johnath,r=wtc 2009-08-27 10:20:17 -07:00
Honza Bambas
466448806d Bug 477118 - https webpage with data: images trigger a Page contains unencrypted information mixed content warning, r=bz 2009-08-25 21:25:32 +02:00
Honza Bambas
d1a4913c99 Bug 329869 - Dynamically loaded scripts don't degrade security state, r=honzab,kaie 2009-08-25 21:25:32 +02:00
Benjamin Smedberg
2e9438fd2f Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted 2009-08-25 08:59:31 -07:00
timeless
7e24cd7597 Bug 507379 - hostname from SSL_RevealURL is null checked too late [@ nsDependentCString - nsNSSBadCertHandler]; r=kaie 2009-08-25 15:22:28 +02:00
Ehsan Akhgari
3c8f87857e Bug 480619 - Firefox does not load CSS and images when loading a secure (SSL, https) page for the first time (or after â€کclear private data’) and requires refresh to load properly (test); r=biesi,kaie 2009-08-23 11:00:38 +04:30
Chris Seawood
d6d815503e Merge Bug 505736 2009-08-20 17:42:57 -07:00
Wan-Teh Chang
02c92457de Bug 504080: Update NSS to the NSS_3_12_4_RTM CVS tag. r=kaie. 2009-08-19 06:59:06 -07:00
Chris Seawood
662940d4db Bug 505736 - Pass IMPORT_LIB_SUFFIX to NSS - r=ted.mielczarek 2009-08-16 18:07:35 -07:00
Wan-Teh Chang
d6e35b0784 Bug 510135: Back out this change because it breaks the Linux build
(jump to label 'loser' crosses initialization of
'CertificateGeneralName* current').
2009-08-15 21:29:29 -07:00
Wan-Teh Chang
9cd3d12b27 Bug 510135: Fix leaks of certificatePolicies and subjectAltName
extensions.  r=alexei.volkov.
2009-08-15 20:51:10 -07:00
Hashem Masoud
c8f711113e Bug 489502 - Replace NS_ASSERTION(0, ...) by NS_ERROR(...) in mozilla-central; r=benjamin 2009-08-14 16:09:00 +02:00
Wan-Teh Chang
2f2dd84793 Bug 510135: Don't need to decode policy OID in CERTPolicyInfo
because the 'oid' member contains the decoded policy OID.  Use
CERT_REV_M_IGNORE_MISSING_FRESH_INFO (the default) for clarity.
r=alexei.volkov
2009-08-14 06:37:31 -07:00
Craig Topper
da105abed8 Bug 467948: Fix some "deprecated conversion from string constant" compiler warnings", round 2. r=dbaron 2009-08-18 08:48:32 -07:00
timeless@mozdev.org
a5db807132 Bug 504101 mRememberClientAuthCertificate is unintialized
r=kaie
2009-08-12 11:49:52 +02:00
Honza Bambas
5133867cfa Bug 507370 - ssltunnel may hang with 100% CPU load, breaking the tests execution, r=ted 2009-08-17 18:41:27 +02:00
Nick Thomas
0d6773462a Bug 509558, Need to package nssdbm3.chk for NSS >= 3.12.4 (Firefox 3.6a1 doesn't support FIPS mode), r=ted.mielczarek 2009-08-11 15:45:40 +12:00
Kai Engert
fd9b2056dc Bug 478839 - Support South Korean SEED crypto cipher suites. r=nelson 2009-08-09 09:19:06 +02:00
Honza Bambas
9d28e40a9c Bug 508835 - test_bug472986.html intermitently fails, orange fix 2009-08-07 10:40:21 +02:00
Serge Gautherie
19afaa3c11 Bug 444021 - Remove useless |#include "nsILocale[Service|].h"|; (Av1) Just remove them; r=smontagu 2009-08-06 20:00:41 +02:00
Honza Bambas
92bbf90cfa Bug 495387 - A few naughty things build their tests without ENABLE_TESTS, security tests fix, r=jwalden, a=beltzner 2009-08-06 16:29:26 +02:00
Robert O'Callahan
a3ed732448 Backed out changeset 60add17e8ed3 2009-08-05 16:44:03 +12:00
Yu-Hsun Lin
ab00cb4b56 Bug 486081. Remove unused nsTime class. r=roc
--HG--
extra : rebase_source : 582694b45d1d56759a619a4243abfc5a05453d8a
2009-08-05 14:39:05 +12:00
Ehsan Akhgari
bce3c0d044 Bug 461627 - Hide the UI for saving certificate exceptions permanently in Private Browsing mode (test); r=mconnor 2009-08-02 22:23:14 +04:30
Honza Bambas
b3eafae72d Bug 483440 - PSM doesn't detect invalid OID encodings in Cert Viewer Details tab, r=nelson+johnath 2009-07-29 22:23:27 +02:00
Honza Bambas
58b33ea115 Bug 483437 - PSM doesn't properly escape AVA Values in Cert Viewer Details tab, r=nelson+benjamin 2009-07-29 22:23:27 +02:00
Serge Gautherie
934ab2ddf2 Bug 492717 - nsNTLMAuthModule.cpp ParseType2Msg(): need to check |offset| value; (Av1) offset and length; r=(kaie + rrelyea) no_sr 2009-07-29 14:38:36 +02:00
Wan-Teh Chang
8e431a056c Bug 504080: Update NSS from NSS_3_12_4_FIPS1_WITH_CKBI_1_75 to
NSS_3_12_4_FIPS4 in mozilla-central.  r=kaie.
2009-07-28 17:01:39 -07:00
Honza Bambas
185d23cf88 Bug 427715 - nsCryptoHash apparently being called while NSS is in shutdown state [@ NSSRWLock_LockRead_Util], r=kaie 2009-07-28 23:26:26 +02:00
Honza Bambas
6e58b60a20 Bug 496013 - Loading PKCS#11 module fails due to incorrect usage of nsiLocalFile.persistentDescriptor, r=honzab 2009-07-27 18:59:42 +02:00
Honza Bambas
465ca1483a Bug 412833 - TLS intolerant server condition is concluded prematurely, r=nelson 2009-07-20 17:25:04 +02:00
Paul Kehrer
d1d83f6766 Add default OCSP responder for trustwave. b=497184 r=johnath sr=kaie 2009-07-16 11:40:24 -04:00
Hideki Itoyama
bb072c9d14 Add default OCSP responder for globalsign. b=497172 r=nelson 2009-07-16 11:37:22 -04:00
Honza Bambas
e146c5ed23 Bug 329869 - Dynamically loaded scripts don't degrade security state, r=kaie 2009-06-28 18:51:02 +02:00
Honza Bambas
7d716671f8 Bug 414635 - nsICryptoHash reinitialization implementation is inefficient, PSM part, r=kaie+wtc 2009-06-28 12:02:50 +02:00
Honza Bambas
a87d0bf7d8 Bug 427715 - fixing build bustage on linux 2009-06-24 20:07:46 +02:00
Neil Deakin
463ebf9287 Bug 455590, use new drag and drop api with trees, r=neil,sr=smaug 2009-06-24 13:12:33 -04:00