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

1036 Коммитов

Автор SHA1 Сообщение Дата
wtc%netscape.com 1a9209dfe4 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
wtc%netscape.com 78acc02575 Use NSPR 4.1.2. 2001-06-26 01:01:43 +00:00
wtc%netscape.com ea21901656 Set NSS version to 3.4 Beta. 2001-06-26 00:06:56 +00:00
wtc%netscape.com 24987a2dd7 List the SEC_* functions together. 2001-06-25 22:25:51 +00:00
relyea%netscape.com 2a7dfe6691 Keep list in alphabetic order. 2001-06-25 22:19:08 +00:00
nicolson%netscape.com 3a2bbbc2e2 Fix 87670: memory corruption in NSC_SignInit. 2001-06-25 21:48:07 +00:00
nicolson%netscape.com 6d8a036a90 ERRX is still -1. 2001-06-25 21:34:22 +00:00
nicolson%netscape.com 0ebf13862b Fix 70758: signtool fails on Windows 2000, returns still 0. 2001-06-25 21:33:56 +00:00
nicolson%netscape.com 2c729d2928 Fix bug 87694: pk11ListCertCallback assumes cert nickname is non-null.
Reviewed by relyea.
2001-06-25 20:46:04 +00:00
wtc%netscape.com 7e05642f75 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 75a20d1d30 SECKEY_DestroyCertList should be CERT_DestroyCertList 2001-06-25 19:45:54 +00:00
nicolson%netscape.com ba70f15255 Fix bug 87650: replace slot traversal functions with list functions.
Add SECKEY_ImportDERPublicKey.
2001-06-25 19:31:17 +00:00
mcgreer%netscape.com 89f3bfa404 add verisign & thawte timestamping roots to tip 2001-06-23 13:21:26 +00:00
nelsonb%netscape.com 6d1b0f65c7 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 119f8b97f9 Add CERT_CheckCertUsage to the export list. 2001-06-22 15:59:10 +00:00
nelsonb%netscape.com 987827c99e 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
wtc%netscape.com 1f0ef49399 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
nelsonb%netscape.com 163fb1bcdb 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
ddrinan%netscape.com d1f8485a15 Bug# 74343. Check in for relyea. r=ddrinan,r=mcgreer,sr=blizzard,a=dbaron 2001-06-20 23:14:35 +00:00
nelsonb%netscape.com a1c7f76250 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
mcgreer%netscape.com cffb1bcb02 final checkin of NSCP roots to mozilla. changed USPS roots per request. 2001-06-19 17:12:04 +00:00
nelsonb%netscape.com e91c018645 Remove #if defined(XP_WIN) since it's redundant. Bug 84584. 2001-06-19 01:16:22 +00:00
nelsonb%netscape.com 5e80c232b5 Fix bug 85465. Detect EOF on stdin when reading it to seed PRNG.
Also eliminate some compiler warnings.
2001-06-18 21:31:04 +00:00
wtc%netscape.com 0a4c791d42 Bugzilla bug #86125: removed the support for MP_DIGIT_MAX < 256. This
#if preprocessor directive broke some C preprocessors that don't recognize
LL constants even though the C compilers support long long.  r=nelsonb.
2001-06-18 19:54:21 +00:00
nelsonb%netscape.com 0f2e5a9e01 Fix bug 68869. Don't ignore TLS no certificate messages when the server
requires client auth.  Work around bug in NT TCP stack by only shutting
down the socket for SEND (not for BOTH) after sending a bad_certificate
alert.  This avoids bogus CONNECTION_RESET_BY_PEER errors at the client.
2001-06-13 21:14:54 +00:00
sonmi%netscape.com 24b1330dda removed -v option, made client and server write at the same time 2001-06-13 17:42:29 +00:00
mcgreer%netscape.com 8301883db3 temporarily add debug output to bltest to try and track down win32 RSA QA failures. 2001-06-13 15:31:20 +00:00
sonmi%netscape.com 810b0336e4 tool for checking the version strings on Unix. needs work. 2001-06-13 00:10:53 +00:00
sonmi%netscape.com c0703312f3 turned on verbose to see where (if) selfserver is dying 2001-06-12 23:29:53 +00:00
nelsonb%netscape.com c27a7c47d1 Don't use PR_Atomic functions on AIX since PPC cpus require memory
barrier instructions.
2001-06-12 22:53:00 +00:00
nicolson%netscape.com a1549c3461 Move new symbols to NSS 3.3 section of smime.def. 2001-06-12 22:25:32 +00:00
nicolson%netscape.com 64c48bf881 Make NSS_Init* idempotent.
Move new symbols to NSS 3.3 section of nss.def.
2001-06-12 22:25:13 +00:00
nicolson%netscape.com 370347f8b8 isCACert should be CERT_IsCACert 2001-06-12 21:25:07 +00:00
nicolson%netscape.com 706dcde7af Changes for NSS/JSS integration. 2001-06-12 20:57:20 +00:00
nelsonb%netscape.com 7ae15ef1c0 Add two new functions to permit application tuning of the number of SSL
server session cache locks.  We may yet decide to back this out for the
NSS 3.3 release.  Modified Files: ssl.def ssl.h sslsnce.c
2001-06-12 20:27:12 +00:00
sonmi%netscape.com 7b626dfb57 fixed one more "where is MKS installed" problem 2001-06-12 01:26:13 +00:00
sonmi%netscape.com 78cac56f77 added binary compatibility tests for Solaris x86 2001-06-12 01:25:04 +00:00
nelsonb%netscape.com 2599424c9f Use NSPR's Atomic increment and decrement functions in the simulated
Posix semaphore code to make the non-contention case really fast.
Modified Files: sslmutex.c sslmutex.h
2001-06-12 01:10:01 +00:00
sonmi%netscape.com 054c1c0494 removed RH 6.0, 6.1 and OSF1 4.0 2001-06-12 00:14:05 +00:00
sonmi%netscape.com 9cb6fa684b took out the 64 bit HW accelerator tests (did not find libraries) 2001-06-11 21:25:43 +00:00
nicolson%netscape.com 80c028553d Let's try it with a tab instead of 4 spaces. 2001-06-10 23:06:37 +00:00
nicolson%netscape.com 4a4c2d833a Export pk11pqg.h, so I can call these functions from JSS. 2001-06-10 23:05:01 +00:00
nelsonb%netscape.com 26836624a3 Reduce warnings on Unix platforms that don't like bitfields in chars. 2001-06-09 19:45:22 +00:00
nelsonb%netscape.com ed05c55fef Fix two bugs found in nightly QA. On Solaris/x86, don't assert that the
sid cache entry is a multiple of 8 bytes long.  On OSF1, reduce the
maximum number of POSIX semaphores so it doesn't exceed the per-process
limit of 256.
2001-06-09 19:30:21 +00:00
wtc%netscape.com 4dd1deff0f Bugzilla bug #84918: checked in Linux/ia64 porting patch from
Bill Nottingham <notting@redhat.com>.
Modified files: coreconf/Linux.mk, nss/tests/common/arch.sh
2001-06-09 17:14:59 +00:00
nelsonb%netscape.com c281329b6b Change ssl_Time() to use time() instead of PR_Now on systems that have it. 2001-06-09 03:20:13 +00:00
nelsonb%netscape.com 37fd842747 3 Changes:
1. New SSL server session cache implementation that uses finer grained
locking to reduce lock contention, and does 128-way associative caching.
2. rename symbol SSL_SESSIONID_BYTES to SSL2_SESSIONID_BYTES.
3. Work around compiler bug on Solaris i386.
Modified Files:
    manifest.mn sslcon.c sslimpl.h sslsecur.c sslsnce.c
2001-06-09 03:18:09 +00:00
nelsonb%netscape.com 4b884f0dcd Portable POSIX-like unnamed semaphores that work in process-shared memory. 2001-06-08 02:56:31 +00:00
sonmi%netscape.com 0cae8f4ceb fixed a few strings that were not under "" 2001-06-08 01:51:59 +00:00
relyea%netscape.com 68b8f06c03 fix spelling of PK11_PQG_GenSeed*() 2001-06-07 21:52:07 +00:00