Commit Graph

1766 Commits

Author SHA1 Message Date
javi%netscape.com
e1e0a56df9 Fix for Bug 87675 r=ddrinan,sr=alecf,a=blizzard
Only copy the CERTCertTrust passed into the constructor of nsNSSCertTrust
  iff it's non-NULL and default a cert type that we don't know, then default
  to SERVER_CERT since that's the only type we won't know about.
2001-06-27 00:33:17 +00:00
wtc%netscape.com
f2143ac49e Bugzilla bug 86528: have tstclnt exit with 254 (= -2 mod 256) where it
was exiting with -2 before so that old test script that expects 254
continues to work.  r=larryh.
Modified Files: tstclnt.c sslauth.txt
2001-06-27 00:29:01 +00:00
nicolson%netscape.com
851d2d624b Windows doesn't understand single quotes, so it fudges the command. 2001-06-27 00:28:56 +00:00
nicolson%netscape.com
ce584de9a9 Change name and description of the provider. 2001-06-26 02:19:29 +00:00
wtc%netscape.com
80d4a257e6 Use NSPR 4.1.2. 2001-06-26 01:01:43 +00:00
wtc%netscape.com
83ca52deef Set NSS version to 3.4 Beta. 2001-06-26 00:06:56 +00:00
wtc%netscape.com
5aa55c0434 List the SEC_* functions together. 2001-06-25 22:25:51 +00:00
relyea%netscape.com
d702de2d96 Keep list in alphabetic order. 2001-06-25 22:19:08 +00:00
nicolson%netscape.com
fae86f4dbc Fix 87670: memory corruption in NSC_SignInit. 2001-06-25 21:48:07 +00:00
nicolson%netscape.com
960e7f07cf Fix 64125: PKCS#7 code doesn't work with DSA. 2001-06-25 21:41:14 +00:00
nicolson%netscape.com
24e6add7cd ERRX is still -1. 2001-06-25 21:34:22 +00:00
nicolson%netscape.com
78a4f9bc36 Fix 70758: signtool fails on Windows 2000, returns still 0. 2001-06-25 21:33:56 +00:00
nicolson%netscape.com
7df81e7e40 Fix bug 79301: SSLServerSocket constructor that takes callback args. 2001-06-25 21:32:06 +00:00
nicolson%netscape.com
e9d5c0c50b Fix bug 87694: pk11ListCertCallback assumes cert nickname is non-null.
Reviewed by relyea.
2001-06-25 20:46:04 +00:00
wtc%netscape.com
7481a570da Bugzilla bug #86528: fixed tstclnt so that it always exits with a
nonnegative status.  This way we can correctly extract its exit status on
Windows, so the temporary workaround in ssl.sh can be removed.  Changed
sslauth.txt to match the new exit status of tstclnt.  r=larryh.
Modified files:
   cmd/tstclnt/tstclnt.c tests/ssl/ssl.sh tests/ssl/sslauth.txt
2001-06-25 19:53:16 +00:00
nicolson%netscape.com
bc587fbdcc SECKEY_DestroyCertList should be CERT_DestroyCertList 2001-06-25 19:45:54 +00:00
nicolson%netscape.com
53fa9f7928 Fix Bug 87650: replace slot traversal functions with list functions.
Use SECKEY_ImportDERPublicKey.
Add SecureRandom provider.
Get CERTCertificateRequestTemplate through accessor function.
2001-06-25 19:34:52 +00:00
nicolson%netscape.com
46c3dc53ea Fix bug 87650: replace slot traversal functions with list functions.
Add SECKEY_ImportDERPublicKey.
2001-06-25 19:31:17 +00:00
ddrinan%netscape.com
80e24a55d5 Bug# 86872. r=javi,sr=blizzard,a=blizzard 2001-06-25 01:58:09 +00:00
javi%netscape.com
14117fd3ae Fixing typo 2001-06-24 20:31:04 +00:00
javi%netscape.com
a39a42c456 Fixing typo. 2001-06-24 20:27:15 +00:00
mcgreer%netscape.com
f88f11c1fd fix for 82882, add .p12 extension
r=javi,sr=blizzard,a=choffman for trunk and 0.9.2 branch
2001-06-24 19:15:59 +00:00
javi%netscape.com
e7f7b7be4b Add const to interface declaration to fix AIX tbox bustage. 2001-06-23 20:09:28 +00:00
mcgreer%netscape.com
390b387697 fix for 82375, password UI problems
r=javi,sr=blizzard,a=choffman for trunk (also for 0.9.2, checked in)
2001-06-23 19:36:47 +00:00
javi%netscape.com
230bb2c8f6 Fix for Bug 75596 r=mcgreer, sr=blizzard, a=chofmann
Make more SSL dialogs a little taller and give them the ability to
  process keyboard events for closing windows in case the dialog is
  mis-sized.
2001-06-23 19:30:47 +00:00
mcgreer%netscape.com
262d086d44 add verisign & thawte timestamping roots to tip 2001-06-23 13:21:26 +00:00
mcgreer%netscape.com
102a8352df fix for 82895
some certs appearing unverified
r=javi;sr,a=blizzard for 0.9.2
a=choffman for trunk and 0.9.2 branch
2001-06-23 13:13:03 +00:00
nelsonb%netscape.com
37217ae4f0 Change PR_Writev so it will drive the handshake when len == 0.
Patch by John G Myers.  Bug 87359.
2001-06-23 00:01:17 +00:00
relyea%netscape.com
b9eb3eb31e Add CERT_CheckCertUsage to the export list. 2001-06-22 15:59:10 +00:00
wtc%netscape.com
dfc383e260 Bugzilla bug #84251: turn NO_MDUPDATE into USE_MDUPDATE and turn off
IRIX compiler warning 1209, which warns about do { } while (0) and
PR_ASSERT(0).
Modified files: IRIX.mk SunOS5.4_i86pc.mk SunOS5.mk
2001-06-22 05:11:26 +00:00
nelsonb%netscape.com
7aef7b8c79 The environment variable NSS_SSL_SERVER_CACHE_MUTEX_TIMEOUT specifies
the maximum amount of time to wait before recovering a session cache
mutex (semaphore) from a dead process on Unix.
2001-06-22 03:38:05 +00:00
javi%netscape.com
0f7abc31c3 Fix for Bug 75596 r=ddrinan,sr=blizzard, a=asa
Make the unknown issuer error dialog of SSL a little taller so
  some of the marginal platforms work and enable key press events
  so if there are still users affect by a mis-sized dialog, the users
  can at least hit return or ESC.
2001-06-22 02:41:06 +00:00
ddrinan%netscape.com
74353a8130 Bug #82211, r=javi,sr=blizzard,a=asa 2001-06-22 00:53:34 +00:00
wtc%netscape.com
4f543edb38 Bugzilla bug #86981: fixed two uninitialized variables. Thanks to
Matthew Barker of SGI and Kirk Erickson for the fix.
2001-06-21 20:50:06 +00:00
mcgreer%netscape.com
59262b66b1 fix for http://bugzilla.mozilla.org/show_bug.cgi?id=83174
typo
r=ssaux,sr=blake,a=blizzard for 0.9.2
contributed by stephen walker
2001-06-21 13:53:47 +00:00
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
nelsonb%netscape.com
d88c9f3a07 Fix bug 72753. Interpret the "slop time" as seconds, not microseconds.
Also, use type PRTime instead of int64 in relevant places.
2001-06-21 03:20:09 +00:00
nicolson%netscape.com
f3594cbc4d Fix library names on NT. 2001-06-21 00:57:07 +00:00
nicolson%netscape.com
e34299ca4f Make JSS buildable with shmsdos.exe. 2001-06-21 00:56:29 +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
ddrinan%netscape.com
f58228e135 Bug# 74343. Check in for relyea. r=ddrinan,r=mcgreer,sr=blizzard,a=dbaron 2001-06-20 23:14:35 +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
nelsonb%netscape.com
2e44115f91 Use symbolic names for the maximum and mimimum Rijndael block sizes.
Allocate the IV directly in the contect block, rather than being
separately allocated.  This fixes a memory leak.  Change CBC mode to
correctly update the IV from one set of blocks to the next in a stream.
More testing is needed.  Bug 85538.
2001-06-20 03:17:01 +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
mcgreer%netscape.com
03cf8f309c final checkin of NSCP roots to mozilla. changed USPS roots per request. 2001-06-19 17:12:04 +00:00