summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* close OTIS_TEST_BRANCHOTIS_TEST_BRANCHFranziskus Kiefer2017-09-290-0/+0
|
* S/MIME mergerddrinan%netscape.com2001-10-246-2/+19
|\
| * fixup commit for tag 'MOTIF_LAST_RITES'MOTIF_LAST_RITEScvs2hg2001-10-196-75/+89
|/
* fixup commit for branch 'OTIS_TEST_BRANCH'OTIS_TEST_BASEcvs2hg2001-10-1910-116/+80
|
* fixup commit for branch 'FORMREWRITE_20011008_BRANCH'MOZILLA_0_9_5_RELEASEMOZILLA_0_9_5_2001100514_BASEFORMREWRITE_20011008_BASEcvs2hg2001-09-2563-2139/+2927
|
* ERRX is still -1.nicolson%netscape.com2001-06-251-1/+1
|
* Fix 70758: signtool fails on Windows 2000, returns still 0.nicolson%netscape.com2001-06-256-18/+57
|
* Fix bug 87694: pk11ListCertCallback assumes cert nickname is non-null.nicolson%netscape.com2001-06-251-1/+1
| | | | Reviewed by relyea.
* Bugzilla bug #86528: fixed tstclnt so that it always exits with awtc%netscape.com2001-06-253-35/+27
| | | | | | | | 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
* SECKEY_DestroyCertList should be CERT_DestroyCertListnicolson%netscape.com2001-06-251-1/+1
|
* Fix bug 87650: replace slot traversal functions with list functions.nicolson%netscape.com2001-06-257-3/+218
| | | | Add SECKEY_ImportDERPublicKey.
* add verisign & thawte timestamping roots to tipmcgreer%netscape.com2001-06-232-3/+445
|
* Change PR_Writev so it will drive the handshake when len == 0.nelsonb%netscape.com2001-06-231-1/+1
| | | | Patch by John G Myers. Bug 87359.
* Add CERT_CheckCertUsage to the export list.relyea%netscape.com2001-06-221-0/+1
|
* Bugzilla bug #72014: fixed DBM temporary file problems on OS/2. Thankswtc%netscape.com2001-06-222-4/+14
| | | | | | to Javier Pedemonte <pedemont@us.ibm.com> for the patch. r=relyea,wtc. sr=blizzard. a=asa@mozilla.org for the trunk and mozilla0.9.2. Modified files: h_page.c mktemp.c
* Bugzilla bug #84251: turn NO_MDUPDATE into USE_MDUPDATE and turn offwtc%netscape.com2001-06-223-13/+10
| | | | | | IRIX compiler warning 1209, which warns about do { } while (0) and PR_ASSERT(0). Modified files: IRIX.mk SunOS5.4_i86pc.mk SunOS5.mk
* The environment variable NSS_SSL_SERVER_CACHE_MUTEX_TIMEOUT specifiesnelsonb%netscape.com2001-06-221-2/+14
| | | | | the maximum amount of time to wait before recovering a session cache mutex (semaphore) from a dead process on Unix.
* Bugzilla bug #86981: fixed two uninitialized variables. Thanks towtc%netscape.com2001-06-211-2/+2
| | | | Matthew Barker of SGI and Kirk Erickson for the fix.
* Fix bug 72753. Interpret the "slop time" as seconds, not microseconds.nelsonb%netscape.com2001-06-213-20/+26
| | | | Also, use type PRTime instead of int64 in relevant places.
* Make JSS buildable with shmsdos.exe.nicolson%netscape.com2001-06-212-26/+41
|
* Bug# 74343. Check in for relyea. r=ddrinan,r=mcgreer,sr=blizzard,a=dbaronddrinan%netscape.com2001-06-201-2/+8
|
* Use symbolic names for the maximum and mimimum Rijndael block sizes.nelsonb%netscape.com2001-06-202-30/+49
| | | | | | | 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.
* final checkin of NSCP roots to mozilla. changed USPS roots per request.mcgreer%netscape.com2001-06-192-320/+4786
|
* Remove #if defined(XP_WIN) since it's redundant. Bug 84584.nelsonb%netscape.com2001-06-192-6/+5
|
* Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, ↵cls%seawood.org2001-06-181-2/+1
| | | | | | | BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC. Changes allow us to have a finer control over which parts of the tree are built with PIC. Part of the static build branch landing. Bug #46775 r=mcafee a=leaf
* Fix bug 85465. Detect EOF on stdin when reading it to seed PRNG.nelsonb%netscape.com2001-06-181-9/+21
| | | | Also eliminate some compiler warnings.
* Bugzilla bug #86125: removed the support for MP_DIGIT_MAX < 256. Thiswtc%netscape.com2001-06-181-5/+0
| | | | | #if preprocessor directive broke some C preprocessors that don't recognize LL constants even though the C compilers support long long. r=nelsonb.
* Bugzilla bug #85960: avoid using a pathname with a trailing / because thewtc%netscape.com2001-06-151-0/+6
| | | | 'mkdir' command on BSD/OS 4.2 doesn't like it. r=javi. a=blizzard.
* Removed unnecessary dependencies on $(BUILT_SRCS).wtc%netscape.com2001-06-131-4/+4
|
* Fix bug 68869. Don't ignore TLS no certificate messages when the servernelsonb%netscape.com2001-06-131-0/+8
| | | | | | 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.
* removed -v option, made client and server write at the same timesonmi%netscape.com2001-06-131-1/+1
|
* temporarily add debug output to bltest to try and track down win32 RSA QA ↵mcgreer%netscape.com2001-06-131-0/+71
| | | | failures.
* tool for checking the version strings on Unix. needs work.sonmi%netscape.com2001-06-131-0/+50
|
* turned on verbose to see where (if) selfserver is dyingsonmi%netscape.com2001-06-121-1/+1
|
* Don't use PR_Atomic functions on AIX since PPC cpus require memorynelsonb%netscape.com2001-06-121-2/+68
| | | | barrier instructions.
* Move new symbols to NSS 3.3 section of smime.def.nicolson%netscape.com2001-06-121-3/+8
|
* Make NSS_Init* idempotent.nicolson%netscape.com2001-06-123-16/+6
| | | | Move new symbols to NSS 3.3 section of nss.def.
* isCACert should be CERT_IsCACertnicolson%netscape.com2001-06-121-2/+2
|
* Changes for NSS/JSS integration.nicolson%netscape.com2001-06-129-17/+169
|
* Add two new functions to permit application tuning of the number of SSLnelsonb%netscape.com2001-06-123-1/+46
| | | | | 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
* fixed one more "where is MKS installed" problemsonmi%netscape.com2001-06-121-1/+2
|
* added binary compatibility tests for Solaris x86sonmi%netscape.com2001-06-121-1/+5
|
* Use NSPR's Atomic increment and decrement functions in the simulatednelsonb%netscape.com2001-06-122-51/+66
| | | | | Posix semaphore code to make the non-contention case really fast. Modified Files: sslmutex.c sslmutex.h
* removed RH 6.0, 6.1 and OSF1 4.0sonmi%netscape.com2001-06-121-3/+0
|
* took out the 64 bit HW accelerator tests (did not find libraries)sonmi%netscape.com2001-06-111-1/+1
|
* Let's try it with a tab instead of 4 spaces.nicolson%netscape.com2001-06-101-1/+1
|
* Export pk11pqg.h, so I can call these functions from JSS.nicolson%netscape.com2001-06-101-0/+1
|
* Reduce warnings on Unix platforms that don't like bitfields in chars.nelsonb%netscape.com2001-06-091-1/+1
|
* Fix two bugs found in nightly QA. On Solaris/x86, don't assert that thenelsonb%netscape.com2001-06-091-2/+8
| | | | | | 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.
* Bugzilla bug #84918: checked in Linux/ia64 porting patch fromwtc%netscape.com2001-06-092-0/+7
| | | | | Bill Nottingham <notting@redhat.com>. Modified files: coreconf/Linux.mk, nss/tests/common/arch.sh