summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* close FOLDER_OUTLINER_20010410_BRANCHFOLDER_OUTLINER_20010410_BRANCHFranziskus Kiefer2017-09-290-0/+0
|
* artificial changeset: close fixup head 810b3ef397f0 for tag ↵cvs2hg2013-02-2148-34/+8359
|\ | | | | | | PSM1_NSS_CLIENT_TAG_20010410
* | fixup commit for tag 'PSM1_NSS_CLIENT_TAG_20010410'PSM1_NSS_CLIENT_TAG_20010410cvs2hg2001-04-0748-8359/+34
|/
* fixup commit for branch 'FOLDER_OUTLINER_20010410_BRANCH'XPCDOM_20010329_BASE_PLUS_FLATTENING_BASEMOZILLA_0_8_1_20010326_RELEASEMOZILLA_0_8_1_2001031617_BASEFOLDER_OUTLINER_20010410_BASEcvs2hg2001-03-140-0/+0
|
* fixup commit for branch 'MOZILLA_0_8_1_BRANCH'cvs2hg2001-03-1451-348/+1240
|
* Fixed the comment.wtc%netscape.com2000-10-111-1/+1
|
* also do binary on stdout DERmcgreer%netscape.com2000-10-111-2/+3
|
* binary output always, for nowmcgreer%netscape.com2000-10-111-0/+3
|
* fix output of DER's on windowsmcgreer%netscape.com2000-10-111-1/+21
|
* Commented out 'rm -rf ${TEMPFILES}' because TEMPFILES is not defined.wtc%netscape.com2000-10-111-1/+1
|
* Fixed the echo output to match the command.wtc%netscape.com2000-10-111-1/+1
|
* add a new function, SECU_TextFileToItem, for reading text files.mcgreer%netscape.com2000-10-112-5/+39
|
* seperate text file reads from binary reads. Change all base64 encoded ↵mcgreer%netscape.com2000-10-1116-31/+28
| | | | ciphertexts to end in LF instead of CRLF. This caused a bug on windows when checking out from CVS.
* Change the working directory to the test directory before runningnelsonb%netscape.com2000-10-101-1/+1
| | | | certutil -S, which creates files in the current working directory.
* Print NSPR and OS error codes if PR_Open fails.wtc%netscape.com2000-10-101-9/+15
|
* All output messages from strsclnt now begin with the string "strsclnt: ".nelsonb%netscape.com2000-10-101-31/+37
| | | | This makes it easier to separate mixed client and server output.
* When an invalid option is encountered, print the usage message and exit.nelsonb%netscape.com2000-10-091-0/+2
| | | | | Previously, it would simply silently stop parsing options and the program would continue to run, leading to false successes in coverage tests.
* With this change, SSL will not crash if the next lower layer's Recvnelsonb%netscape.com2000-10-072-0/+12
| | | | | function returns more data than we asked for. SSL will turn that event into a PR_BUFFER_OVERFLOW_ERROR error. iWS team asked for this.
* Fix a crash caused by using a null PRFileDesc * after PR_Open fails.nelsonb%netscape.com2000-10-071-0/+8
|
* Changed //helium/dist to //iridium/components (another way to getwtc%netscape.com2000-10-071-6/+6
| | | | access to /share/builds/components from NT at Netscape/iPlanet).
* In lib/smime, detect null pointers returned by various functions.nelsonb%netscape.com2000-10-065-10/+38
| | | | | | | Christian Kaiser fixed the test script to pass the right directory name to the test program. The test script echoes all the cmsutil test commands so that the error messages are associated with the proper one. And cmsutil now puts its name on the front of its error messages.
* Call NSS_InitReadWrite instead of SECU_PKCS11Init, and check the resultnelsonb%netscape.com2000-10-061-9/+10
| | | | | for success. Fixes a crash. If it turns out that cmsutil doesn't need to modifiy the cert and/or key DBs, then it should call NSS_Init, instead.
* Call NSS_NoDB_Init instead of that broken old SECU_PKCS11Init.nelsonb%netscape.com2000-10-061-2/+10
| | | | Also, test to see that the init succeeded.
* Fix a crash that occurs when NSS is initialized with NSS_NoDB_Init.nelsonb%netscape.com2000-10-061-0/+1
|
* Implement new function NSS_InitReadWrite, which is just like NSS_Initnelsonb%netscape.com2000-10-062-8/+28
| | | | | except that it opens the files read/write. This is to replace the broken SECU_ routines in nss/cmd/lib.
* The SSL client cache timeout values for SSL2 and SSL3 were reversed.nelsonb%netscape.com2000-10-051-2/+2
| | | | This caused all SSL3 sessions to timeout after 100 seconds. Bug 55231.
* Bugzilla bug #55267: checked in a workaround for a tight spin inwtc%netscape.com2000-10-051-0/+5
| | | | PK11_GetSlotList on 64-bit HP-UX.
* Prefix all selfserv's output messages with "selfserv: " so we can tellnelsonb%netscape.com2000-10-051-30/+39
| | | | | | client messages apart from server messages when the two are mixed. When the verbose option is enabled, print out the session reuse stats right after the first PR_Read completes, so we don't miss any.
* Bugzilla bug #54711: implemented the moz_import rule for OS/2.wtc%netscape.com2000-10-051-0/+6
|
* 3 Changes:nelsonb%netscape.com2000-10-051-25/+43
| | | | | | | | - Test SSL2 (not SSL3) when only SSL2 ciphers have been chosen. - Use a different metric for determining when multiple full handshakes have been done with SSL2. (Can't use SSL3's counters for that purpose.) - When PR_Connect returns a "connection reset by peer" error, silently retry the operation with a new socket.
* Change the client options so that we actually test SSL2 when we saynelsonb%netscape.com2000-10-051-2/+2
| | | | we're testing SSL2, and test SSL3 when we say we're testing SSL3.
* Make the "nocerts" option for this script work properly.nelsonb%netscape.com2000-10-051-7/+11
| | | | Also, add a new "verbose" option to this script.
* If $HOME or $DOMSUF is undefined, put out an error message and stop,nelsonb%netscape.com2000-10-051-0/+7
| | | | instead of going on and producing complicated and meaningless results.
* HPUX 64-bit also failed.mcgreer%netscape.com2000-10-051-1/+1
|
* checked in wrong fix.mcgreer%netscape.com2000-10-051-3/+6
|
* fix for bug #55190. Some 64-bit platforms will not return an alloc'ed ↵mcgreer%netscape.com2000-10-051-2/+3
| | | | pointer from an undeclared function.
* workaround for bug #55234. optimized arcfour is not working on solaris 64-bit.mcgreer%netscape.com2000-10-051-0/+5
|
* Backed out the previous checkin (which was not necessary).wtc%netscape.com2000-10-031-3/+3
|
* On Windows use cp -r to implement the moz_import rule.wtc%netscape.com2000-10-031-3/+3
|
* Added bltest.wtc%netscape.com2000-10-031-0/+1
|
* Allocate the padded result arena with the correct lengthddrinan%netscape.com2000-10-031-1/+1
|
* Bugzilla bug #54711: removed unused variables MOZ_DIST and MOZ_LIBwtc%netscape.com2000-10-033-16/+24
| | | | | | | | from OS2.mk. Handle the different names of plc4 and plds4 libraries on OS/2. Thanks to Huynh Trinh <hctrinh@us.ibm.com> for the patch. Modified Files: coreconf/OS2.mk nss/lib/ckfw/builtins/Makefile nss/lib/fortcrypt/swfort/pkcs11/Makefile
* Fix bug 54956, and cleanup some other things. Warning reduction.nelsonb%netscape.com2000-10-031-30/+20
|
* Bugzilla bug #49477: fixed memory leak in CERT_OpenCertDB. Havewtc%netscape.com2000-10-021-1/+6
| | | | | certDBFilenameCallback duplicate the filename string so that its return value can be freed.
* Bugzilla bug #54869: support gcc for 32-bit Solaris/SPARC build.wtc%netscape.com2000-10-021-3/+4
|
* fix problems encountered in shell script. it appears that "echo nss > ↵mcgreer%netscape.com2000-10-021-0/+4
| | | | | | passfile" creates a file with 6 bytes on NT using the dos shell. the added bytes were causing problems with password files, which this while loop attempted to fix. however, it broke DER-encoded input that has added whitespace at the end. this checkin returns SECU_FileToItem to it's original state, which blindly accepts whitespace characters at the end of the file. the second change is forced because SECITEM_AllocItem asserts dst->data == NULL, and many NSS utilities pass uninitialized SECItem's around. In the future, those should be fixed, but for now zero the output buffer.
* fix 3.1 bugs: change && to || for arg check, two new functions are staticmcgreer%netscape.com2000-10-021-3/+3
|
* Added SunOS5.7_i86pc.mk.wtc%netscape.com2000-10-021-0/+47
|
* Bugzilla bug #39476: free the dbname in the success case.wtc%netscape.com2000-10-011-0/+2
|
* Restored the printing of the runtime library search path.wtc%netscape.com2000-10-011-0/+1
|