Commit Graph

253 Commits

Author SHA1 Message Date
mcgreer%netscape.com
765f9ee7d9 Fix for http://bugzilla.mozilla.org/show_bug.cgi?id=82377
Add UI for private key db timeout
r=javi;sr,a=blizzard for 0.9.2
2001-06-21 13:48:34 +00:00
javi%netscape.com
5da87c4826 Fix for bug 86958, checking in for waterson.
r=leaf, sr=blizzard, a=asa

  modifications to link crypto into a meta-component for static-build.
2001-06-21 00:36:17 +00:00
javi%netscape.com
6f5f04e820 Fix for Bug 84201 r=ddrinan, sr=blizzard, a=blizzard
When getting a cert, grab the chain of CA's and import it into the
  local cert db.
2001-06-20 22:51:31 +00:00
mcgreer%netscape.com
a1e812e723 Fix for http://bugzilla.mozilla.org/show_bug.cgi?id=83176
r=javi;sr,a=blizzard for 0.9.2
2001-06-20 22:41:29 +00:00
javi%netscape.com
007824d811 commiting for waterson.
Remove '"' character in NS_IMPL_NSGETMODULE declaration.  Part of
  static branch landing.
2001-06-20 21:00:57 +00:00
bryner%uiuc.edu
6eaa9db3e7 Fixing PSM bustage for dbaron. 2001-06-20 04:20:47 +00:00
javi%netscape.com
8fd549aded Checking in for pollman
Fix for Bug 68321 r=javi, sr=jst, a=asa
2001-06-19 22:38:26 +00:00
ddrinan%netscape.com
77ecac01fe Bug# 85974. r=db48x, r=ddrinan,sr=blake,a=asa@mozilla.org 2001-06-19 22:34:48 +00:00
ddrinan%netscape.com
f47c76f431 Bug# 38782. r=db48x, r=ssaux,sr=blake,a=asa@mozilla.org 2001-06-19 22:28:44 +00:00
javi%netscape.com
519b4c775c Get rid of compiler warnings caused by my last check-in. 2001-06-19 05:34:47 +00:00
javi%netscape.com
9134754ec6 Fix for Bug 83675 r=mcgreer, sr=blizzard, a=asa
If a user has a PKCS11 smart card installed, then give the user
  the option of restoring a p12 file onto the smart card.
2001-06-19 05:29:56 +00:00
javi%netscape.com
97cd994126 Fix for Bug 85993 patch submitted by Bradley Hart,
r=ssaux, db48x sr=scc a=asa

  Wording change to dialog for Restore.
2001-06-19 00:20:58 +00:00
ddrinan%netscape.com
93d056d59d Lock icon fix. Bug# 82156, r=javi, sr=blizzard, a=asa@mozilla.org 2001-06-18 22:23:05 +00:00
javi%netscape.com
af8972de1c Fix for Bug 86269 patch provided by cls, r=javi, sr=blizzard, a=blizzard
Fix REQUIRES bustage in PSM 2.
2001-06-18 20:04:38 +00:00
bryner%uiuc.edu
ad4e9b47c8 checking in for scc.
bug #85271: avoid regressions by re-creating the old behavior near |nsCRT::strdup|, see bug #86316
2001-06-18 03:48:21 +00:00
bryner%uiuc.edu
d230ec28ee checking in for cls.
Bug 83832 - rename RunnableEvent to CryptoRunnableEvent for static builds.  r=javi, sr=blizzard, a=asa.
2001-06-18 02:04:39 +00:00
bryner%uiuc.edu
844f8c5e95 checking in for scc.
bug #85271: sr=waterson, r={beard, jag, dbaron}, a=asa. Eliminate
features of |nsXPIDLC?String| that keep it out of the string hierarchy
(i.e., using assigment to rebind ownership, static |Copy| members, and
|getter_Shares|), fixing some leaks in the process.
2001-06-17 06:30:23 +00:00
bryner%uiuc.edu
2f60afe8ed checking in for scc.
bug #85271: sr=waterson, r={beard, jag, dbaron}, a=asa.  Eliminate
features of |nsXPIDLC?String| that keep it out of the string hierarchy
(i.e., using assigment to rebind ownership, static |Copy| members, and
|getter_Shares|), fixing some leaks in the process.
2001-06-17 05:28:46 +00:00
javi%netscape.com
dfba5d00b7 Fix for Bug 83700. r=mcgreer, sr=blizard, a=asa
We need to pass a nsIInterfaceRequestor to PK11_ListCerts
  so that the user will get prompted for a password and see
  his/her certs on any installed smart cards.
2001-06-14 23:22:54 +00:00
wtc%netscape.com
05dc59ebde Bugzilla bug #82324: Use the new BUILD_TREE feature of NSS to build it
outside the source tree.  Thanks to Chris Seawood <cls@seawood.org> for
the patch.  r=wtc@netscape.com.  a=blizzard@mozilla.org.
2001-06-14 00:08:16 +00:00
javi%netscape.com
238a1736e2 Fix for Bug 33772 r=mcgreer, sr=blizzard, a=asa
Throw up an alert when a connection is not possible because of
  an SSL error.
2001-06-13 21:50:59 +00:00
javi%netscape.com
7e7264a8d6 Fix for Bug 33772 r=mcgreer, sr=blizzard, a=asa
Put up an alert notifying the user an SSL error has occurred instead
  of silently failing and loading a blank page.
2001-06-13 21:47:02 +00:00
javi%netscape.com
780b5cebae Fix for Bug 85304 r=wtc, sr=blizzard, a=asa
Leaving a socket in blocking mode after a connect caused SSL/SMTP
  to block a thread causing send message to fail when SSL was enabled.
  Now we re-set the socket to the non-blocking state it came in with
  to connect and set it to block for our write method only.
2001-06-13 18:29:15 +00:00
mcgreer%netscape.com
c1e8db36ec fix for bug 82560, canceling pkcs12 backup requires two clicks
r=javi, sr=blizzard, a=asa
2001-06-12 18:57:48 +00:00
mcgreer%netscape.com
49303a06c2 fix for bug #83160, change master password broken
r=javi, sr=blizzard, a=asa
2001-06-12 18:52:20 +00:00
javi%netscape.com
7b0d83e196 Fix for Bug 84057 r=ddrinan, sr=blizzard, a=asa
Fix for crasher if doing SSL with a site whose certificate
  was issued by a cert with a non-ASCII character in its
  subject name.  We now get the peer's certificate from the
  SSL libraries instead of trying to re-parse the UTF8 string
  (which NSS doesn't like) into the CERTName structure that's
  already in the certificate.
2001-06-11 17:32:31 +00:00
javi%netscape.com
848ecf0305 Fix for Bug 81851 patch provided byg Aleksey Nogin
r=javi, sr=blizzard, a=asa

  Thou shalt not return un-initialized variables.  (Returns a
  constant nsresult in the 2 places where it was returning rv
  before.)
2001-06-10 17:06:53 +00:00
javi%netscape.com
1b72130400 Fix for Bug 64888 r=wtc, sr=blizzard, a=asa Retry an SSL connection if we fail during first write after a successful connect since it's most likely due to a TLS intolerant server 2001-06-08 00:50:32 +00:00
ddrinan%netscape.com
6227fe15a5 Fix double free in PSM. Bug#82359, r=javi@netscape.com,sr=blizzard@mozilla.org,a=blizzard@mozilla.org 2001-06-01 23:48:53 +00:00
javi%netscape.com
d035e51e8f Fix for Bug 82785 r=thayes, sr=blizzard, a=tor
Switch reference from "weak" crypto to "low-grade" crypto so
  that the warning that comes up is consistent with the prefernces
  panel.
2001-05-25 21:49:23 +00:00
javi%netscape.com
3df2056626 Fix for Bug 78806 r=mcgreer, sr=blizzard, a=blizzard
Fixes a slew of cert viewer problems.

  Fix the sizing issues with the cert viewer.
  Make the General tab of the cert viewer more simple
  Have the Details tab of the cert viewer re-populate the ASN1 dump
    if a new cert in the chain is selected.
  Correct some mis-spelled words.
2001-05-25 16:50:03 +00:00
wtc%netscape.com
fbfec0e2eb Bugzilla bug #80662: remove $(MOZ_BUILD_ROOT)/dist/include (already in
NSS/coreconf's INCLUDES) and add $(MOZ_BUILD_ROOT)/dist/include/dbm.
r=cls. a=blizzard for mozilla0.9.1.
2001-05-24 00:31:26 +00:00
ddrinan%netscape.com
24e6ca57c8 PCKS7 implementation for signed JS. Bug# 82227 r=mstoltz@netscape.com,sr=blizzard@mozilla.org,a=blizzard@mozilla.org 2001-05-23 22:06:43 +00:00
javi%netscape.com
99ce2721be Remove reference to non-existent file. 2001-05-23 19:53:47 +00:00
javi%netscape.com
369b39c7e7 Backing out fix to Bug 77837 since it caused many things to
go wrong like strings not showing up on Mac builds
and nsKeygenFormProcessor to crash.
2001-05-23 18:11:43 +00:00
bryner%uiuc.edu
15c0e2bcd2 fixing string bustage 2001-05-23 05:02:56 +00:00
mcgreer%netscape.com
b3763609b3 fix for 82264, some CA's not appearing b/c of trust mishandling
r=javi/sr=blizzard
2001-05-23 01:33:35 +00:00
mcgreer%netscape.com
02f6597d09 fix for 64128 - edit builtin certs.
r=javi,sr=blizzard
2001-05-22 23:02:49 +00:00
ddrinan%netscape.com
1809d9d64a Get PSM to build under OS/2. Bug #72693 r=ddrinan@netscape.com,r=javi@netscape.com,r=wtc@netscape.com,sr=blizzard@mozilla.org 2001-05-22 21:19:31 +00:00
wtc%netscape.com
316b579b90 Bugzilla bug #81181: Invoke the NSS/coreconf build system with all the
required make options.  r=javi,cls.
2001-05-22 21:11:57 +00:00
javi%netscape.com
e25ded5025 Fix for Bug 77837
Place the PSM 2 localizable strings in the default en-US.jar file so
  they will get localized along with all the other strings.
2001-05-22 20:56:30 +00:00
thayes%netscape.com
2b44f4db89 Bug 78816 r=ddrinan/sr=blizzard Display issuer organization instead of full
DN if possible.
2001-05-22 14:07:35 +00:00
thayes%netscape.com
66d3ed7012 Bug 75403 r=javi/sr=blizzard Implement change password for SDR, provides
implementation of change password in Tasks menu
2001-05-21 22:23:31 +00:00
mcgreer%netscape.com
65c061212d bug 81276, remaining features in device manager
r=javi, sr=blizzard
2001-05-20 14:18:03 +00:00
ddrinan%netscape.com
090cc567ac Download and manage CRLs. Bug# 58233, r=javi@netscape.com, sr=blizzard@mozilla.org 2001-05-19 01:20:18 +00:00
jgmyers%netscape.com
b8f6c447f0 remove unused ssl redirect prefs: bug 79572 r=thayes sr=blizzard 2001-05-18 00:04:17 +00:00
jgmyers%netscape.com
1b1a773627 clean up nsITransportSecurityInfo: bug 78292 r=thayes sr=darin 2001-05-18 00:02:46 +00:00
javi%netscape.com
4b3c672287 Fix for Bug 81322 r=mcgreer@netscape.com sr=blizzard@mozilla.org
Give users the ability to turn on FIPS mode when using PSM 2.0
2001-05-17 23:45:22 +00:00
jgmyers%netscape.com
3b2478b69d use the post-from-secure warning on mixed content sites: bug 50168 r=thayes sr=blizzard 2001-05-17 00:12:33 +00:00
javi%netscape.com
1cbc77c30b Fix for crashing Bug 81235, r=ddrinan sr =blizard
Fix for crash on Win32 when enrolling for certificates via the
  crypto.generateCRMFRequest method.
2001-05-16 23:31:56 +00:00