Граф коммитов

7681 Коммитов

Автор SHA1 Сообщение Дата
timeless@mozdev.org 903bce555e Bug 436043 time errors (certErrorExpired and certErrorNotYetValid) should indicate "now"
show the current time in addition to the unacceptable time
r=kaie
2009-09-27 11:23:27 +02:00
Nicolas JUSTIN f769fad055 Bug 447589 - nsPK11Token::ChangePassword does not allow null arguments. r=kaie 2009-09-27 11:19:11 +02:00
timeless 5b075daeb0 Bug 470240 - unrecognized certificate should highlight the case when there's no chain provided. r=kaie 2009-09-26 21:04:19 +02:00
Mitchell Field be1597ef95 Bug 513921 - remove echo-requires-recursive target. r=ted 2009-09-26 17:49:56 +02:00
Doug Turner 2122c22619 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 b8687b7f94 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 42381b2889 Backed out changeset 01bdf694994c. change was fine, review comment not so much. 2009-09-08 13:01:51 -07:00
Brad Lassey afdfdbf0e1 [mq]: nss-symbols-wince 2009-09-08 13:52:20 -04:00
Ted Mielczarek a9c8748edf 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 22d87cb34c 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 ee0b4c73ec 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 80fc7d81dc Backing out bug 468701 due to build bustage on WinCE 5.0. 2009-09-02 09:09:53 -04:00
Nick Thomas f391cab18f 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 bae6ef904a 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 69b20519d0 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 8209e9878f Bug 513024: dummy change to force NSS to rebuild. 2009-08-27 13:10:28 -07:00
Wan-Teh Chang 3cfbef9abe 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 2028a07921 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 6aebc920e2 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 77fecb4ac1 Bug 329869 - Dynamically loaded scripts don't degrade security state, r=honzab,kaie 2009-08-25 21:25:32 +02:00
Benjamin Smedberg 28fb767bd1 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 26db5a5d9c 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 31384653c0 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 c5cbddcec6 Merge Bug 505736 2009-08-20 17:42:57 -07:00
Wan-Teh Chang a591e04e3f 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 0048bf0708 Bug 505736 - Pass IMPORT_LIB_SUFFIX to NSS - r=ted.mielczarek 2009-08-16 18:07:35 -07:00
Wan-Teh Chang 4f947af8ef 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 e5c7edf3ea Bug 510135: Fix leaks of certificatePolicies and subjectAltName
extensions.  r=alexei.volkov.
2009-08-15 20:51:10 -07:00
Hashem Masoud 44f7f9d413 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 3291694c09 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 75e677e9ad 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 8444d5f32f Bug 504101 mRememberClientAuthCertificate is unintialized
r=kaie
2009-08-12 11:49:52 +02:00
Honza Bambas f140e12a0c 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 c408412781 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 4cd8b87340 Bug 478839 - Support South Korean SEED crypto cipher suites. r=nelson 2009-08-09 09:19:06 +02:00
Honza Bambas 0b1a790936 Bug 508835 - test_bug472986.html intermitently fails, orange fix 2009-08-07 10:40:21 +02:00
Serge Gautherie 1349ffa0f1 Bug 444021 - Remove useless |#include "nsILocale[Service|].h"|; (Av1) Just remove them; r=smontagu 2009-08-06 20:00:41 +02:00
Honza Bambas 0a356903d6 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 295f0a0785 Backed out changeset 60add17e8ed3 2009-08-05 16:44:03 +12:00
Yu-Hsun Lin a055cf97b3 Bug 486081. Remove unused nsTime class. r=roc
--HG--
extra : rebase_source : 582694b45d1d56759a619a4243abfc5a05453d8a
2009-08-05 14:39:05 +12:00
Ehsan Akhgari 67ba72ddf5 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 8e3e2ba2da 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 4f3522d9d7 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 9bbf2bc96a 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 86555a2478 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 b0e3a62e7a 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 2e71fed11a 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 e159d6ebfb Bug 412833 - TLS intolerant server condition is concluded prematurely, r=nelson 2009-07-20 17:25:04 +02:00
Paul Kehrer a0c6353973 Add default OCSP responder for trustwave. b=497184 r=johnath sr=kaie 2009-07-16 11:40:24 -04:00
Hideki Itoyama f0c964205d Add default OCSP responder for globalsign. b=497172 r=nelson 2009-07-16 11:37:22 -04:00