summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* close DOM_AGNOSTIC2_BRANCHDOM_AGNOSTIC2_BRANCHFranziskus Kiefer2017-09-290-0/+0
|
* artificial changeset: close fixup head a362bad24363 for tag ↵cvs2hg2013-02-210-0/+0
|\ | | | | | | SUNBIRD_0_3a1_RELEASE
| * fixup commit for tag 'SUNBIRD_0_3a1_RELEASE'SUNBIRD_0_3a1_RELEASEcvs2hg2005-10-283-779/+26
|/
* fixup commit for branch 'DOM_AGNOSTIC2_BRANCH'DOM_AGNOSTIC2_BASEcvs2hg2005-10-0620-1208/+188
|
* Set NSS version to 3.10.2 Beta 2.NSS_3_10_2_BETA2wtchang%redhat.com2005-10-061-1/+1
| | | | Tag: NSS_3_10_BRANCH
* Bugzilla Bug 244922 ASN.1 encoder outputs trash for optional may-stream subtemplrelyea%netscape.com2005-10-061-84/+126
| | | | | | ate r=nelson (original patch by nelson, modifications by me). r=wtc
* Bug 119500 PKCS#11 CKF_PROTECTED_AUTHENTICATION_PATH token flag not supportedrelyea%netscape.com2005-09-292-5/+75
| | | | r=wtc, r=nelson
* Bugzilla Bug 308727 NSS tries to call C_WaitForSlotEvent on PKCS#11 2.0 modulesrelyea%netscape.com2005-09-203-0/+11
| | | | r=wtc sr=julien
* Bugzilla Bug 301554: Clear the 'Present' flag if slot fails to refresh.NSS_3_10_2_BETA1wtchang%redhat.com2005-09-141-2/+5
| | | | | relyea wrote the patch. r=wtc,nelsonb. Tag: NSS_3_10_BRANCH
* Bugzilla Bug 274984: declare 'dirsize' as a size_t. Collapsed thewtchang%redhat.com2005-09-131-3/+2
| | | | | declaration and assignment of 'pathname' into one statement. Tag: NSS_3_10_BRANCH
* Bug 274984: load freebl using absolute pathname to avoid load failure insaul.edwards%sun.com2005-09-131-0/+27
| | | | setuid applications. Solaris only. r=wtc, sr=jp
* Bugzilla Bug 296410: fixed the bug that prevented the verification ofwtchang%redhat.com2005-09-092-5/+8
| | | | | | | | | RSA signatures using SHA-512 because we were using magic constant 32 and DSA_SIGNATURE_LEN (40), which were not big enough for SHA-512 (64 bytes). r=relyea,jpierre. Modified Files: Tag: NSS_3_10_BRANCH secsign.c secvfy.c
* Bugzilla Bug 299197: ported the fix back to the NSS_3_10_BRANCH. Addedwtchang%redhat.com2005-09-097-23/+786
| | | | | | | | | | | the PK11AttrFlags type and the PK11_ATTR_XXX bitflags. Added PK11_GenerateKeyPairWithFlags and changed PK11_TokenKeyGenWithFlags to use PK11AttrFlags. Modified Files: Tag: NSS_3_10_BRANCH nss/nss.def pk11wrap/pk11akey.c pk11wrap/pk11obj.c pk11wrap/pk11pub.h pk11wrap/pk11skey.c pk11wrap/secmodi.h pk11wrap/secmodt.h
* Fix for 303494 . r=wtchang, nelson . Don't point to a stack variable that ↵julien.pierre.bugs%sun.com2005-08-251-1/+2
| | | | goes out of scope, to avoid returning CKLs instead of CRLs in SEC_LookupCrls . Backport to NSS_3_10_BRANCH .
* Bugzilla bug 302212: backed out the previous checkin. The correspondingwtchang%redhat.com2005-08-251-12/+16
| | | | | Mozilla patch hasn't been checked in yet. Tag: NSS_3_10_BRANCH
* Bugzilla Bug 302212: enable Mac OS X x86 builds to target SDKs. The patchwtchang%redhat.com2005-08-251-16/+12
| | | | | | is contributed by Mark Mentovai <mark@moxienet.com>. r=wtc,Josh Aas,Simon Fraser. Tag: NSS_3_10_BRANCH
* Bugzilla Bug 298957: removed a comment. The code already does what thewtchang%redhat.com2005-08-151-1/+1
| | | | | comment asked for. r=relyea. Tag: NSS_3_10_BRANCH
* Bugzilla Bug 298957: added PK11_TokenKeyGenWithFlags to NSS_3_10_BRANCH forwtchang%redhat.com2005-08-023-3/+129
| | | | | | | NSS 3.10.2. r=relyea. Modified Files: Tag: NSS_3_10_BRANCH nss/nss.def pk11wrap/pk11pub.h pk11wrap/pk11skey.c
* 302560 NSS 3.10.1 needs only zlib fixchristophe.ravel.bugs%sun.com2005-07-281-3/+3
| | | | | | sr+: wtchang NSS version: 3.10.2 Beta
* Switch to 3.10.1 RTM for release needed by Sun Microsystems.christophe.ravel.bugs%sun.com2005-07-281-2/+2
|
* Bugzilla bug 301212: upgraded to zlib 1.2.3. r=relyea,nelsonb.wtchang%redhat.com2005-07-2020-201/+902
| | | | | | | | | Modified Files: Tag: NSS_3_10_BRANCH README adler32.c compress.c crc32.c deflate.c deflate.h example.c gzio.c infback.c inffast.c inflate.c inflate.h inftrees.c inftrees.h minigzip.c trees.c uncompr.c zconf.h zlib.h zutil.c zutil.h
* Bugzilla Bug 298532: updated for Mac 10.4u ("universal") SDK, which addswtchang%redhat.com2005-06-281-7/+2
| | | | | | support for Intel CPUs. The patch is contributed by Mark Mentovai <mark@moxienet.com>. r=wtc. Tag: NSS_3_10_BRANCH
* Fix for 298538 - fix signature verification in S/MIME with signer-only cert. ↵julien.pierre.bugs%sun.com2005-06-273-1/+40
| | | | r=wtchang, nelson
* 238319: Sun packages changes.christophe.ravel.bugs%sun.com2005-06-271-1/+1
| | | | Reset rpm release to 1 for NSS 3.10.1
* fixup commit for branch 'NSS_3_10_BRANCH'cvs2hg2005-06-240-0/+0
|
* Bugzilla Bug 298409: fixed an array index off-by-one error and a memoryNSS_3_10_BASEwtchang%redhat.com2005-06-241-2/+2
| | | | leak. r=nelsonb.
* Bugzilla Bug 295754: fixed a crash in subject_list_sort if a cert is notwtchang%redhat.com2005-06-242-5/+9
| | | | | decodable (e.g., it has unsupported critical extension). r=relyea,nelsonb. Modified Files: pkistore.c tdcache.c
* Bugzilla Bug 298537: replaced hardcoded 3 and 8 with the NSS_VMAJOR andwtchang%redhat.com2005-06-231-4/+5
| | | | NSS_VMINOR macros defined in nss.h. r=relyea,nelsonb.
* Bugzilla Bug 298409: fixed the bug that an array size was incorrectlywtchang%redhat.com2005-06-231-1/+1
| | | | calculated. r=alexei.volkov.
* Bugzilla Bug 297826: add the -Zmap flag to create .map files for DLLs. Thewtchang%redhat.com2005-06-231-1/+1
| | | | | patch is contributed by Peter Weilbacher <mozilla@Weilbacher.org>. Reviewed by Julien Pierre and Michael Kaply.
* 297965 - Add a marker at the end of the test result report (result.html)christophe.ravel.bugs%sun.com2005-06-211-0/+1
| | | | | | r: Julien mozilla/security/nss/tests/common/cleanup.sh Add END_OF_TEST<BR> before </BODY>
* Arg! This change was supposed to go to a branch, not the tip. back it out now.relyea%netscape.com2005-06-201-6/+0
| | | | bob
* Test multiaccess Databases. This patch causes softoken to Always use therelyea%netscape.com2005-06-201-0/+6
| | | | multiaccess Database for clients. This is not intended for the final release
* fix for bug: 297015 - bltest should run multithreaded. r=julienalexei.volkov.bugs%sun.com2005-06-161-393/+884
|
* Back out last checkin, which broke the build on some platforms.nelsonb%netscape.com2005-06-141-855/+394
|
* RFE fix 297015: bltest should run multithreaded. julien r+alexei.volkov.bugs%sun.com2005-06-141-394/+855
|
* Get the Processer cache line size. This file contains processor and OSrelyea%netscape.com2005-06-091-0/+760
| | | | specific content. Currently it only works well with x86 and 64-bit PPC.
* Mozilla Tiger build changes. Currently the mozilla branch is brokenrelyea%netscape.com2005-06-0117-59/+123
|\ | | | | | | | | | | | | | | without these changes. Bug 292530 r=wtc (according to dougt). Code builds agains NSS tip, verified by relyea Patch created by Josh Aas
| * 238319: Sun packages changes.christophe.ravel.bugs%sun.com2005-06-011-1/+1
| | | | | | | | Adjust rpm release numbers.
| * Bugzilla bug 295298: enforce RSA key size limits when generating a newwtchang%redhat.com2005-05-271-3/+8
| | | | | | | | key pair. r=nelsonb,jpierre.
| * Fix crash of rsaperf on keygen failurejulien.pierre.bugs%sun.com2005-05-241-2/+2
| |
| * Allow DSA signature output buffer to exceed required length.nelsonb%netscape.com2005-05-211-1/+3
| | | | | | | | Bug 191470. r=nelson. Patch by rrelyea@redhat.com.
| * Change while read statements to work with MKS. Bug 295060. r=wtchangnelsonb%netscape.com2005-05-212-18/+22
| |
| * Bugzilla Bug 294071: removed out-of-date comments and dead code. r=nelsonb.wtchang%redhat.com2005-05-181-10/+0
| |
| * Bugzilla Bug 294333: enable building on Windows Me with Cygwin. Thankswtchang%redhat.com2005-05-171-0/+4
| | | | | | | | | | to Jacek Piskozub <piskozub@iopan.gda.pl> for reporting the bug and verifying the fix. r=cls,nelsonb.
| * Rename NEXT_ITERATION macro to NEXT_USAGE to make code clearerjulien.pierre.bugs%sun.com2005-05-171-6/+6
| |
| * Fix for 265369 - fix compiler warning in unix_rand . r=nelsonjulien.pierre.bugs%sun.com2005-05-101-1/+1
| |
| * Fix for 293091 - add double -o option to skip cert verification completely. ↵julien.pierre.bugs%sun.com2005-05-071-2/+7
| | | | | | | | r=nelson
| * Fix for bug 292390 . Prevent crash in certutil with -P option and dbprefix ↵julien.pierre.bugs%sun.com2005-04-291-2/+7
| |\ | | | | | | | | | omitted.
| | * fixup commit for tag 'THUNDERBIRD_1_1a1_RELEASE'THUNDERBIRD_1_1a1_RELEASEcvs2hg2005-04-2914-1039/+15
| | |\