reed@reedloden.com
8c9f87245d
Bug 351580 - "Possible null pointer dereferences in |nsCrypto::GenerateCRMFRequest|" (Fixed !NULL checks + GC rooting) [p=honzab@allpeers.com (Honza Bambas [mayhemer]) r=mrbkap a=blocking1.9+]
2008-03-04 03:25:44 -08:00
bent.mozilla@gmail.com
fd8893c4db
Bug 419655 - "Refreshing a page leaks an nsGlobalWindow until shutdown". r=peterv, sr=jst, a1.9b4+=schrep.
2008-02-28 18:05:57 -08:00
kaie@kuix.de
36aa8af4d0
Bug 418958, Enable Go Daddy root CA certificates for EV use r=rrelyea, a1.9b4=beltzner
2008-02-28 10:00:57 -08:00
dcamp@mozilla.com
da8f86f15b
Bug 415799: Interface and implementation for HMAC support. p=honzab@allpeers.com (Jan Bambas), r=kaie, r=rrelyea, sr=dveditz, blocking1.9=sayrer
2008-02-26 22:31:13 -08:00
wtc@google.com
67e06cc9f4
Bug 415033: added a hidden preference (in about:config) for enabling or disabling the TLS session ticket extension. The patch is contributed by Nagendra Modadugu <ngm+mozilla@google.com>. r=wtc,rrelyea,kengert a1.9+=damons Modified Files: netwerk/base/public/security-prefs.js security/manager/ssl/src/nsNSSComponent.cpp
2008-02-26 15:09:39 -08:00
gavin@gavinsharp.com
0d7ac3f2ef
Bustage fix from bug 415928, r=ted
2008-02-26 10:30:21 -08:00
ted.mielczarek@gmail.com
5c05fcf58d
bug 415928 - fix packaging of CRT with jemalloc - make nspr/nss play along. r=bsmedberg
2008-02-25 12:50:35 -08:00
kaie@kuix.de
2358d6b728
Bug 416827, Enable Digicert root CA certificate for EV use r=rrelyea, approval1.9=beltzner
2008-02-22 00:54:42 -08:00
kaie@kuix.de
cfa96e389e
Bug 418701, Enable Quo Vadis root CA certificate for EV use r=rrelyea, approval1.9=beltzner
2008-02-22 00:51:59 -08:00
kaie@kuix.de
2f5f31d30e
Bug 416850, Deleting a security exception and then re-adding it causes cert exception to remain valid r=rrelyea, approval1.9=beltzner
2008-02-22 00:50:11 -08:00
kaie@kuix.de
a8934031ed
Bug 372876, Read from SSL socket leaks memory r=rrelyea, blocking1.9=sayrer
2008-02-21 17:07:16 -08:00
dcamp@mozilla.com
36ba6899e4
Bug 350873: nsStreamLoader code accessed on secondary thread [ASSERTION: nsStreamLoader not thread-safe]. r=kengert, sr=dveditz, b1.9=sayrer
2008-02-21 17:05:17 -08:00
kaie@kuix.de
9756e742ca
Bug 402574, Identity UI lost when switching between tabs Additional patch v4 to fix false positive EV r=rrelyea, blocking-firefox3=mconnor
2008-02-21 17:04:05 -08:00
jwatt@jwatt.org
96d0a9cf12
Bug 417693. late-l10n. The Add Security Exception dialog text is misleading. r=kengert@redhat.com, a1.9=beltzner@mozilla.com
2008-02-21 09:40:52 -08:00
kaie@kuix.de
f7df254a5b
Bug 415213, uninitialized variables in PSM r=rrelyea, a1.9=dsicore
2008-02-13 08:14:25 -08:00
kaie@kuix.de
72e6637de0
Bug 415786, escrow warning dialog is broken r=rrelyea, late-l10=pike, blocking1.9=mtschrep, approval1.9=mtschrep
2008-02-07 06:18:09 -08:00
johnath@mozilla.com
6758a03951
Add Security Exception dialog is unusable at high dpi. b=413623, r=kengert, blocking1.9=schrep
2008-02-06 10:02:10 -08:00
kaie@kuix.de
020955471f
Bug 413627, nsCertOverrideService can't register observers (NS_ERROR_UNEXPECTED) intended to fix blocking1.9+ Bug 414808 Patch contributed by Ehsan Akhgari, timeless and some trivial tweaks by myself Thanks to Tomcat for help with testing r=me, a=mtschrep, blocking1.9-on-414808=beltzner
2008-01-31 22:04:56 -08:00
kaie@kuix.de
4508394bb9
Bug 409091, SSL Client Auth prompt should indicate port number r=rrelyea, a1.9=mtschrep
2008-01-22 15:47:55 -08:00
kaie@kuix.de
3855ac2ad2
Bug 405139, EV certs should be treated as providing less certainty of identity if OCSP is disabled. r=rrelyea, a1.9=mtschrep
2008-01-22 15:46:49 -08:00
kaie@kuix.de
09e0b253e4
Bug 412786, uninitialized variable r=rrelyea, a1.9=mtschrep
2008-01-22 15:44:29 -08:00
kaie@kuix.de
2ad6bc1f99
Bug 412455, Regression, EV UI no longer shows up r=rrelyea, a1.9=mtschrep
2008-01-22 15:43:12 -08:00
kaie@kuix.de
7ee1f1c7e5
Bug 399590, Update Mozilla trunk to use NSS tag NSS_3_12_BETA1 r=rrelyea, a1.9=mtschrep
2008-01-18 02:40:58 -08:00
kaie@kuix.de
ceccfaf01d
Bug 409280, nsIProtectedAuthThread is not embedding friendly Patch contributed by Christian Persch (GNOME) r=kengert, blocking1.9=mtschrep
2008-01-15 14:41:52 -08:00
kaie@kuix.de
50b381c70c
Bug 407788, polish Delete Server Certificate Exceptions dialog Patch contributed by Vlado Valastiak r=kengert, a=mtschrep
2008-01-15 13:45:05 -08:00
kaie@kuix.de
0b24d1dac8
Bug 407523, Error page should not allow adding an exception for inadequate key usage r=rrelyea, a=mtschrep
2008-01-15 13:41:06 -08:00
benjamin@smedbergs.us
a31eb73709
Bug 411327 - nsIXPCNativeCallContext should not inherit from nsISupports, r=mrbkap, a=schrep
2008-01-15 07:50:57 -08:00
dtownsend@oxymoronical.com
620a0ce743
Bug 404726: Addon compatibility check gives many alerts (toolkit and security portions). r=gavin.sharp, r=kengert
2008-01-15 07:06:34 -08:00
kaie@kuix.de
ce257651fd
Bug 408432, Add Exception fails for certs with no DNS names (no CN, no SAN) r=rrelyea, blocking1.9=dsicore
2008-01-14 08:04:00 -08:00
kaie@kuix.de
f317e0b71d
bug 406999, Enhance EV performance; Never combine EV with Cert Overrides r=rrelyea, blocking1.9=mtschrep
2008-01-14 07:45:07 -08:00
jruderman@hmc.edu
c48b4f13f8
Add crashtest for keygen
2007-12-16 17:27:11 -08:00
johnath@mozilla.com
fbf4f220f1
Polish delete cert dialog. b=407788 r=kengert a=dsicore
2007-12-14 13:34:06 -08:00
kaie@kuix.de
9e59aa41bc
fixes bug 406290 r=wtc, a=beltzner
2007-12-14 09:39:30 -08:00
kaie@kuix.de
86ae5235c9
Bug 403691, unable to display decoded policies extension in certs from https://www.digicert.com r=kengert, a=beltzner
2007-12-14 08:11:57 -08:00
kaie@kuix.de
b949f93e62
bug 119500, PKCS#11 CKF_PROTECTED_AUTHENTICATION_PATH token flag not supported Patch contributed by Petr Kostka r=rrelyea, sr=kengert, a=dsicore Addon Patch to provide dummy implementations for gtk-embedding and camino. r=mark, sr=jst
2007-12-04 23:34:55 -08:00
kaie@kuix.de
d003e64b29
bug 119500, PKCS#11 CKF_PROTECTED_AUTHENTICATION_PATH token flag not supported Patch contributed by Petr Kostka r=rrelyea, sr=kengert, a=dsicore Addon Patch to provide dummy implementations for gtk-embedding and camino. r=mark, sr=jst
2007-12-04 23:31:43 -08:00
kaie@kuix.de
8808556f16
Bug 378241, Changes from bug 107491 lead to tons of thread-safety asserts r=rrelyea, r=wtc, sr=benjamin, blocking1.9=benjamin
2007-12-04 10:53:14 -08:00
kaie@kuix.de
cc555828e2
Bug 404059, connection to t-mobile hotspot startup page takes very long Landing workaround patch (shorten timeout) r=rrelyea, blocking1.9=mtschrep
2007-12-03 14:58:06 -08:00
kaie@kuix.de
2365c28fb2
bug 402574, Identity UI lost when switching between tabs r=rrelyea, blocking-ff3=mconnor Also includes merged fix for: Bug 405145, Mixed SSL/non-SSL content reporting inconsistent between standard and EV Certs Patch contributed by Bill Gianopoulos r=kengert, a=dsicore
2007-12-03 14:09:27 -08:00
reed@reedloden.com
742a9e5d97
Bug 400096 - "In <pippki.properties> (at least), rename "Web Site" to "Server"" ((Bv2a) |importWebSiteCertPrompt| fix) [p=sgautherie.bz@free.fr (Serge Gautherie) r=kaie a1.9=damons]
2007-11-30 23:03:54 -08:00
Olli.Pettay@helsinki.fi
2086c0c721
Bug 401906, nsCertTreeDispInfo leaks, r=kengert, a=dsicore
2007-11-30 11:55:31 -08:00
cbiesinger@gmx.at
34df51aafa
bug 262116 make disk cache serialize/deserialize the security info, if present also make nsNSSSocketInfo serializable PSM part: r=kaie sr=darin rest: r+sr=darin
2007-11-30 10:05:54 -08:00
cbiesinger@gmx.at
70b3114fbc
bug 405481 add nsISerializable and nsIClassInfo to nsNSSCertificate's QI impl r+sr=bz a=beltzner
2007-11-28 14:22:13 -08:00
reed@reedloden.com
71b2658219
Bug 373623 - "Unicode … should be used instead of three separate dots: ..." (browser locales) [p=hendrik.maryns@uni-tuebingen.de (Hendrik Maryns) r=mconnor a1.9=beltzner]
2007-11-26 18:44:44 -08:00
johnath@mozilla.com
b014778e06
Bug 402207 - SSL error page "Add Exception" support should be pref-controlled. r=gavin r=kengert ui-r=beltzner a=beltzner
2007-11-23 13:59:10 -08:00
philringnalda@gmail.com
7400c27578
Bug 404292 - use global/skin/ instead of communicator/skin/ in crl manager, r=kengert, sr=neil, a=schrep
2007-11-21 18:51:09 -08:00
rrelyea@redhat.com
229670f8dd
Enable real EV checking. Bug 289520. patch by kai engert. review rrelyea approval mtschrep.
2007-11-21 14:28:13 -08:00
johnath@mozilla.com
eacdbb4a10
Fix whitespace in Add Exception dialog. b=404425 r=kaie a=schrep
2007-11-21 13:34:18 -08:00
reed@reedloden.com
0959ca8d5d
Back out patch from bug 373525 now that bug 386202 has been fixed [r=kaie a=blocking1.9+]
2007-11-20 16:46:47 -08:00
kaie@kuix.de
5aebe560c4
Bug 402726, Allow to view cert on SSL protocol errors r=rrelyea, r=neil, r=gavin, a=dsicore
2007-11-20 09:59:33 -08:00
kaie@kuix.de
6120d7523a
Bug 401755, Cleanup nsNSSIOLayer.cpp->getErrorMessage Patch v3 to address regression r=rrelyea, a=mtschrep
2007-11-20 09:56:04 -08:00
reed@reedloden.com
b1f310fc25
Bug 403994 - "Don't install nss headers when system-nss is used" [p=fta+bugzilla@sofaraway.org (Fabien Tassin) r=rrelyea a1.9=schrep]
2007-11-20 02:05:41 -08:00
bzbarsky@mit.edu
90ab263a96
Remove some duplicated code. Bug 397651, r=kaie, sr=jst, a=schrep
2007-11-19 20:32:06 -08:00
kaie@kuix.de
53ec1e918e
Bug 404046, File nsIdentityChecking.cpp needs license header r=rrelyea, a=dsicore
2007-11-19 11:33:03 -08:00
kaie@kuix.de
eb8370938f
bug 399589, PSM + tip of NSS, error ‘SECAlgorithmIDTemplate’ not declared r=rrelyea, a=mtschrep
2007-11-19 09:02:43 -08:00
kaie@kuix.de
36bcdfca47
Bug 399696, allow temporary certificate exceptions r=rrelyeea, a=vladimir
2007-11-19 07:32:43 -08:00
kairo@kairo.at
f58210c588
bug 403301 - Wrong character and accesskey alignment in certManager.dtd, r=kengert a=dsicore
2007-11-19 05:55:35 -08:00
reed@reedloden.com
a498991347
Actually delete files that were removed as part of the patch in bug 327181
2007-11-13 08:55:48 -08:00
reed@reedloden.com
279fcb8f14
Bug 403221 - "Fix typo: |explaination| -> |explanation|" [p=sgautherie.bz@free.fr (Serge Gautherie) r=kaie a1.9=schrep]
2007-11-12 22:52:49 -08:00
kaie@kuix.de
590424195f
Bug 403219, Remove obsolete <newserver.*> files Patch to stop packaging contributed by Serge Gautherie r=kengert, a=mtschrep
2007-11-12 16:49:55 -08:00
kaie@kuix.de
24243065c5
Bug 401958, Cert Manager, Servers tab: Rename "Site" column r=rrelyea, a=mtschrep
2007-11-12 16:44:42 -08:00
kaie@kuix.de
34f05147b9
Bug 401755, Cleanup nsNSSIOLayer.cpp->getErrorMessage r=rrelyea, a=mtschrep
2007-11-12 16:41:29 -08:00
kaie@kuix.de
3f02b21833
Bug 399318, Fix 2 one time leaks in nsKeygenHandler r=rrelyea, a=mtschrep
2007-11-12 16:31:23 -08:00
kaie@kuix.de
a25f5deea5
Bug 399698, Cert Manager: also allow export of "exception certs" from the Servers tab Patch contributed by Kaspar Brand r=kengert, a=mtschrep
2007-11-12 16:13:43 -08:00
kaie@kuix.de
f9b70f13c5
Bug 402602, https://paypal.com doesn't trigger the netError page that allows exceptions r=rrelyea, blocking-1.9=dsicore
2007-11-12 16:12:30 -08:00
kaie@kuix.de
b5190d093c
Bug 401954, Include latest NSS error strings r=nelson, a=mtschrep
2007-11-12 16:11:54 -08:00
kaie@kuix.de
9ce3974a3e
Bug 400195, cert exception file has unix line endings on Windows r=nelson, a/blocking=sayrer
2007-11-09 07:12:34 -08:00
kaie@kuix.de
5bb278ecde
Bug 399706, glibc detected: free(): invalid pointer attempting to select cert Landing better patch. r=rrelyea, a/blocking=beltzner
2007-11-09 07:09:58 -08:00
kaie@kuix.de
11fdf44c8f
Bug 400096, In <pippki.properties> (at least), rename "Web Site" to "Server" Trivial string and string ID change r=johnath, a=dsicore
2007-11-09 06:59:25 -08:00
reed@reedloden.com
ba40fe75ca
Bug 401575 - "Support cert overriding from SSL error pages" [p=johnath r=kaie r=gavin r+sr=bzbarsky ui-r=beltzner a=blocking1.9+ for M9]
2007-11-03 11:49:47 -07:00
reed@reedloden.com
9654bcd543
Bustage fix for bug 398718.
2007-10-30 13:59:26 -07:00
reed@reedloden.com
846a7a900f
Bug 398718 - "Better explanatory text for SSL error pages" [p=kaie/johnath r=rrelyea r=biesi a=blocking1.9+ for M9]
2007-10-30 13:26:25 -07:00
dolske@mozilla.com
cb993d444f
Bug 398886 (typo fix)
2007-10-25 14:11:12 -07:00
dolske@mozilla.com
8ab05ea429
Bug 398886: resetting a master password does not clear existing password manager logins. r=kaie, sr=mconnor, a=beltzner, aM9=beltzer.
2007-10-25 14:01:49 -07:00
kaie@kuix.de
4ef52b13b1
Bug 399706, glibc detected: free(): invalid pointer attempting to select cert Regression fix for crash introduced by recent landing for bug 392790. Using minimal fix for M9 endgame. r=kengert, r=Kaspar Brand, a=beltzner
2007-10-24 15:30:34 -07:00
kaie@kuix.de
e7212a210d
Bug 400759, PSM should build with NSS size optimization r=rrelyea, r=wtc, a=beltzner
2007-10-24 15:25:30 -07:00
kaie@kuix.de
ccb50b04c5
Bug 374336, add knowledge of Extended Validation / EV Certificates to PSM r=rrelyea, a=mconnor/beltzner
2007-10-23 11:30:16 -07:00
kaie@kuix.de
1ac5b8b2bd
Bug 387480, Follow up patch for "Add Exception" dialog to fix a whitespace style issue. Patch contributed by Johnathan Nightingale r=kengert, a=beltzner
2007-10-22 11:08:18 -07:00
kaie@kuix.de
15df38d942
relanding Bug 399043, Workaround for Add-Certificate-Exception for (mail) ports blocked by Necko r=rrelyea, a=sayrer
2007-10-19 12:16:34 -07:00
kaie@kuix.de
05f67ed54b
relanding Bug 398549, Rename the "Extra" tab in Cert Manager r=rrelyea, a=sayrer
2007-10-19 12:13:23 -07:00
kaie@kuix.de
2c016369b9
relanding Bug 399022, Leak-prone code in nsCertTree r=bzbarsky, a=sayrer
2007-10-19 12:12:07 -07:00
kaie@kuix.de
0f956cb047
relanding: Bug 399045, PSM should remember valid intermediate CA certificates r=rrelyea, a=sayrer
2007-10-19 12:10:09 -07:00
reed@reedloden.com
21dfb20e89
Bug 345665 - "nsKeygenHandler calls nsITokenDialogs ::ChooseToken with NULL context" [p=chpe r=kaie sr=dveditz a1.9=sayrer]
2007-10-18 23:10:39 -07:00
kaie@kuix.de
b62d6ebcbb
backing out all my patches from yesterday, 399043 398549 399022 399045 345665
2007-10-16 17:18:55 -07:00
kaie@kuix.de
b79c437300
Bug 345665, nsKeygenHandler calls nsITokenDialogs ::ChooseToken with NULL context Patch contributed by Christian Persch r=kengert, sr=dveditz, a=sayrer
2007-10-15 17:38:58 -07:00
kaie@kuix.de
5ed4319b06
Bug 399045, PSM should remember valid intermediate CA certificates r=rrelyea, a=sayrer
2007-10-15 17:38:16 -07:00
kaie@kuix.de
7d4a587d9e
Bug 399022, Leak-prone code in nsCertTree r=bzbarsky, a=sayrer
2007-10-15 17:37:03 -07:00
kaie@kuix.de
9d4ad6a71e
Bug 398549, Rename the "Extra" tab in Cert Manager r=rrelyea, a=sayrer
2007-10-15 17:36:02 -07:00
kaie@kuix.de
f2494f30f3
Bug 399043, Workaround for Add-Certificate-Exception for (mail) ports blocked by Necko r=rrelyea, a=sayrer
2007-10-15 17:33:01 -07:00
benjamin@smedbergs.us
df3100bdd8
Bug 398566 - Set MOZ_FIX_LINK_PATHS unconditionally, r=luser a=sayrer
2007-10-13 14:13:50 -07:00
reed@reedloden.com
4237ddd5cd
Bug 392790 - "In certificate selection dialogs, also show e-mail addresses from the subjectAltName extension" [p=mozbugzilla@velox.ch (Kaspar Brand) r=kaie sr=rrelyea a1.9=sayrer]
2007-10-13 00:46:11 -07:00
sdwilsh@shawnwilsher.com
b8e9528436
Bug 369428 - nsExternalAppHandler::SetUpTempFile uses a poor source of randomness, resulting in predictable filenames. r=kaie, sr=rrelyea, a=blocking1.9
2007-10-12 15:48:07 -07:00
sdwilsh@shawnwilsher.com
b73790f013
Full backout of Bug 369428
2007-10-12 08:30:45 -07:00
sdwilsh@shawnwilsher.com
8828af5130
Bug 369428 - nsExternalAppHandler::SetUpTempFile uses a poor source of randomness, resulting in predictable filenames. r=kaie, sr=rrelyea, a=blocking1.9
2007-10-12 06:00:57 -07:00
kaie@kuix.de
29590b07b2
Bug 399048, Add accesskeys to all buttons, make Get Certificate the default button (Add Exception dialog) r=johnath, r=gavin, a=dsicore
2007-10-11 12:34:23 -07:00
kaie@kuix.de
289f019f75
Bug 397296, Firefox builds need to use the current NSS CVS tag r=mconnor, blocking-firefox3=benjamin
2007-10-11 12:03:05 -07:00
bzbarsky@mit.edu
bee64c709b
Don't leak strings from <keygen>. Bug 398665, r=kaie, sr=jst, a=dbaron
2007-10-09 19:10:00 -07:00
kaie@kuix.de
9879b4db43
Bug 373525, "Certificate Manager" opens with wrong tab selected, and inconsistent content displayed Back out the band aid patch, re-enable the original code, now that the regression got gixed (398289). r=me, a=dsicore
2007-10-09 15:32:42 -07:00
kaie@kuix.de
047764d565
Bug 373525, "Certificate Manager" opens with wrong tab selected, and inconsistent content displayed Patch to disable persistent selection and make cert manager usable r=rrelyea, a=dsicore
2007-10-03 10:21:42 -07:00
kaie@kuix.de
f073a590b0
Bug 387480, Support network-fetched cert import in Web Sites tab of Cert Mgr Follow up patch to rename "Internet Site(s)" to "Server(s)" in new dialog and cert manager r=rrelyea, blocking1.9=beltzner
2007-10-03 10:20:39 -07:00
kaie@kuix.de
48e593af59
Bug 387480, Support network-fetched cert import in Web Sites tab of Cert Mgr Most code contributed by Johnathan Nightingale, some by me r=me, sr=rrelyea blocking1.9=beltzner
2007-10-03 04:56:06 -07:00
kaie@kuix.de
908a90c13f
Bug 327181, Improve error reporting for invalid-certificate errors (error page for https, or combined dialog) Code in mozilla/security/manager: r=rrelyea Code elsewhere: r=mconnor, sr=dveditz blocking1.9=mconnor
2007-10-03 04:52:25 -07:00
kaie@kuix.de
7104607e1d
Bug 327181, Improve error reporting for invalid-certificate errors (error page for https, or combined dialog) Code in mozilla/security/manager: r=rrelyea Code elsewhere: r=mconnor, sr=dveditz blocking1.9=mconnor
2007-10-03 04:47:26 -07:00
kaie@kuix.de
137ae6249a
Bug 327181, Improve error reporting for invalid-certificate errors (error page for https, or combined dialog) Code in mozilla/security/manager: r=rrelyea Code elsewhere: r=mconnor, sr=dveditz blocking1.9=mconnor
2007-10-03 04:43:54 -07:00
kaie@kuix.de
da75c056ed
Bug 315871, In Certificate Viewer, allow to export cert or full chain Also covers Bug 161275, Support export of SSL, S/MIME, and CA certs Patch contributed by Kaspar Brand r=kengert, sr=rrelyea, a=dsicore
2007-10-01 09:38:21 -07:00
bent.mozilla@gmail.com
307263b8e8
Bug 397319 - "Add JSAutoRequest to other users of GetArgvPtr". r+sr+a=jst.
2007-09-28 11:15:26 -07:00
dbaron@dbaron.org
1e7b2b0bd2
Fix leak of mPendingHTTPRequest in nsSSLThread::rememberPendingHTTPRequest by converting it to an nsCOMPtr. b=394528 r=kengert sr=bzbarsky a=bsmedberg
2007-09-17 17:31:37 -07:00
reed@reedloden.com
6d1d10a82c
Bug 392780 - "nsNSSCertificateDB::FindCertByDBKey() crashes on invalid input" [p=mozbugzilla@velox.ch (Kaspar Brand) r=rrelyea sr=kaie a1.9=bzbarsky]
2007-09-17 13:46:27 -07:00
jag@tty.nl
f35dab1ee1
Bug 394139: Replace a bunch of NS_DEFINE_CIDs with CONTRACTIDs. r=/sr=/a=bsmedberg
2007-09-05 06:04:54 -07:00
jwalden@mit.edu
d11f5a458e
Bug 348748 - Replace a cast that's commented out; I think my script ignored comment contents and thus missed this, but I haven't looked at the source recently enough to be sure. r=bsmedberg on the script, a=no-functionality-change
2007-09-05 00:13:46 -07:00
dtownsend@oxymoronical.com
50c9926ef1
Bug 394778: Unit tests in security/manager/ssl/tests not run. r=kengert, a=mconnor
2007-09-04 08:29:13 -07:00
dtownsend@oxymoronical.com
a5f01cfb81
Bug 390615: Add scriptable interface to verify digital signatures. r=kaie, a=blocking-1.9
2007-09-03 10:32:39 -07:00
kaie@kuix.de
aada5193cc
bug 386654, Implement notification for EV certs r=rrelyea, sr=bzbarsky, a=bzbarsky
2007-08-23 14:28:15 -07:00
bzbarsky@mit.edu
424642319b
Make it possible to fastload NSSCertificates. Bug 388128, r=kaie, sr=brendan, a=bzbarsky
2007-08-23 11:59:12 -07:00
kairo@kairo.at
06cbf57b34
bug 385458 - UI strings using "browser" when meaning "application", r=kaie
2007-08-05 04:53:59 -07:00
benjamin@smedbergs.us
adbb74115a
Bug 389872 - Install NSS headers to dist/include, r=luser and a=blocks approved bug 389673
2007-08-03 07:04:33 -07:00
kaie@kuix.de
f0abd74110
Bug 376329, Thunderbird fails on certificate path with circular references
...
r=nelson
2007-07-25 15:57:51 -07:00
kaie@kuix.de
7218a5b61c
Bug 382223, Add support for Camellia to PSM
...
Patch contributed by okazaki
r=kengert
2007-07-25 15:53:30 -07:00
rrelyea@redhat.com
da953c617e
Bug 388403 Land NSS 3.12 Alpha r=kai.
2007-07-23 12:02:59 -07:00
kaie@kuix.de
8cdc2fabcd
Bug 387011, Crash when importing certificate [@ nsNSSCertificateDB::ImportCertsFromFile]
...
r=rrelyea
2007-07-23 03:48:51 -07:00
kaie@kuix.de
48b898727b
Bug 387613, Crash [@ nsNSSCertificate::GetCert fb3ac2be] on click submit on chrome://pippki/content/editcacert.xul
...
r=rrelyea
2007-07-23 03:25:23 -07:00
rrelyea@redhat.com
37655943a9
Back out the previous change. Mac Universal failed again (even though Mac PPC
...
works fine for me ;().
2007-07-19 19:20:12 -07:00
rrelyea@redhat.com
db31951331
finally land NSS 3.12 into the trunk bug 388403
2007-07-19 18:33:48 -07:00
jwalden@mit.edu
4ce129205e
Bug 388276 - Missing file from previous checkin, still r=cls
2007-07-18 17:19:41 -07:00
kaie@kuix.de
8b9f707716
Bug 380744, Thunderbird reports "unable to decrypt" on truncated decryptable messages
...
r=relyea, sr=mscott
2007-07-16 23:13:38 -07:00
jwalden@mit.edu
12e960c504
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 00:08:04 -07:00
kaie@kuix.de
99e6bd17ee
Bug 317630, PSM's FIPS token label is truncated
...
Incremental patch to improve wording
r=rrelyea
2007-07-06 18:20:42 -07:00
kaie@kuix.de
fc8c277d34
Bug 373525, "Certificate Manager" opens with wrong tab selected, and inconsistent content displayed
...
Workaround that disables selected="true" which never worked anyway, r/sr=shaver
Separate improvement: make selected tab in Cert Manager persistent, r=kengert
2007-06-27 15:20:46 -07:00
kaie@kuix.de
d33b6e868f
Bug 176501, mozilla apps must manage NSS configuration for PKCS#11 shared libs, including nssckbi.dll
...
Incremental Patch v4, make sure we indeed look in all possible locations.
r=rrelyea
2007-06-27 06:15:02 -07:00
kaie@kuix.de
4289efca97
Bug 385904, Actually hook up the new NSS error strings
...
r=rrelyea
2007-06-27 06:12:03 -07:00
kaie@kuix.de
5986b4e533
Bug 372389, Typos in pippki.properties
...
r=gerv
2007-06-26 07:48:30 -07:00
kaie@kuix.de
d97f7e89d3
Bug 370875, "ASSERTION: nsSecureBrowserUIImpl not thread-safe" * 4 loading any https site
...
Patch contributed by Neil, r=kengert
2007-06-25 14:45:30 -07:00
kairo@kairo.at
86388f94cb
bug 385461 - Small improvements to CRL manager window, r=kengert
2007-06-23 07:47:16 -07:00
kairo@kairo.at
7ce8f15545
bug 385460 - remove an unused string from master password prefs, r=kengert
2007-06-23 07:42:16 -07:00
kaie@kuix.de
03d8c62192
Bug 383390, follow up check in, adding a unit Test.
...
Patch contributed by Nils Maier, comments provided by Jeff Walden
r=kengert
2007-06-21 08:22:43 -07:00
rrelyea@redhat.com
067faa32a1
Backing previous patch because it broke the universal binary Mac build.
2007-06-19 01:41:28 -07:00
rrelyea@redhat.com
640ddfbe2a
bug 217538 Check in NSS 3.12 into FF 3.0
...
r=kaie
2007-06-19 00:32:12 -07:00
kaie@kuix.de
1377fdab94
Bug 384252, Cert viewer: Give feedback that cert verification is pending
...
r=rrelyea
2007-06-15 15:09:23 -07:00
kaie@kuix.de
aa47c68ddb
Bug 383969, PSM should not use OCSP while building cert manager display
...
r=rrelyea
2007-06-15 15:06:54 -07:00
kaie@kuix.de
bf4411babc
Bug 355643, Review PSM's error message overrides - are NSS errors better?Removing overrides, thereby enabling NSS messages.r=nelson
2007-06-12 19:48:41 -07:00
kaie@kuix.de
96598952e3
Bug 375759, Cert manager showing date strings for "Your Certificates" namesFollow up checkin to improve memory use.r=kengert
2007-06-12 19:46:07 -07:00
kaie@kuix.de
a17e57094c
Bug 383390, nsICrypto Hash truncates to 32 byte; renders sha384 and sha512 corruptPatch contributed by Nils Maierr=kengert
2007-06-10 18:42:36 -07:00
kaie@kuix.de
8fa0ed3542
Bug 378629, SSL file uploads settle into oscillating pattern with very small packetsr=rrelyea
2007-06-10 16:42:28 -07:00
kaie@kuix.de
1ed61cc981
Bug 375759, Cert manager showing date strings for "Your Certificates" namesPatch contributed by Kaspar Brandr=kengert
2007-06-10 16:24:15 -07:00
kaie@kuix.de
356cca7f24
Bug 110161, enable OCSP by default, follow up checkin,fixing string identifiers. r=marcoos, sr=mconnor
2007-06-05 15:14:39 -07:00
kaie@kuix.de
8859d0b51f
Bug 110161, follow up check in to fix SeaMonkey accesskeys in the sameway as done for Firefox. r=me
2007-05-30 16:42:34 -07:00
kaie@kuix.de
485ecbb620
Bug 110161. Code related to the plan to enable OCSP by default.r=rrelyea, toolkit r=mconnor
2007-05-30 16:13:28 -07:00
kaie@kuix.de
7feb615f9d
bug 334185, potential crasher fixr=kengert
2007-05-29 18:20:09 -07:00
kaie@kuix.de
3668440242
bug 380558, Some event waiting in PSM make the CPU wake from idle with no reasonPatch contributed by Mike Hommeyr=kengert
2007-05-29 18:14:32 -07:00
bzbarsky@mit.edu
3217746f78
Make PSM make sure to shut down NSS before trying to start it up with theinitial profile on app startup. Fix leak of one of the user modules that waspreventing a clean shutdown. Bug 379582, r=rrelyea, kaie, sr=biesi.
2007-05-14 14:09:58 -07:00