summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up some arithmetic used for UCS4. Detect when UCS2 and UCS4nelsonb%netscape.com2003-11-271-8/+12
* Bugzilla bug 226861: removed NSS_CMSSignedData_GetDigestByAlgTag, which iswchang0222%aol.com2003-11-262-13/+2
* In NSS_CMSSignedData_VerifySignerInfo(), test all returned pointersnelsonb%netscape.com2003-11-261-3/+16
* Performance enhancement. Detect absurdly large modulae in public keys,nelsonb%netscape.com2003-11-261-0/+12
* Remove an unnecessary and incorrect assert call.nelsonb%netscape.com2003-11-261-3/+3
* This patch reduces the scope of many variables in cmsutil's decode function. ...nelsonb%netscape.com2003-11-2518-173/+1341
|\
| * Bugzilla bug 226470: removed -qarch=com, which is the default for thewchang0222%aol.com2003-11-241-3/+0
| * Bugzilla bug 226470: use a C compiler rather than a C++ compiler to compilewchang0222%aol.com2003-11-221-2/+2
| |\
| | * fixup commit for tag 'THUNDERBIRD_M3_BASE'THUNDERBIRD_M3_BASEcvs2hg2003-11-210-0/+0
| | |\
| | * \ fixup commit for tag 'THUNDERBIRD_0_4_BASE'THUNDERBIRD_0_4_BASEcvs2hg2003-11-210-0/+0
| | |\ \ | | | |/
| | * | fixup commit for tag 'MOZILLA_1_6b_RELEASE'MOZILLA_1_6b_RELEASEcvs2hg2003-11-2113-1042/+11
| | |/
| * | Don't invoke PKCS11 with an invalid handle. Bug 226285.nelsonb%netscape.com2003-11-211-0/+6
| * | Remove an overreaching constraing on modulus length. Bug 226285.nelsonb%netscape.com2003-11-211-1/+1
| * | Implement new "batch mode" (see the -b option). Plug some leaks.nelsonb%netscape.com2003-11-201-38/+161
| * | Don't accept ASN.1 items whose length is 2GB or more.nelsonb%netscape.com2003-11-201-1/+1
| * | Dont attempt to allocate 2GB or more from an arenapool.nelsonb%netscape.com2003-11-201-0/+5
| * | Remove as assertion that is triggered by bad data input, but does notnelsonb%netscape.com2003-11-201-1/+0
| * | Be sure not to ask NSS to use an invalid PKCS11 mechanism.nelsonb%netscape.com2003-11-202-2/+13
| * | Plug a leak that occurs when code asks NSS to use an invalid PKCS11nelsonb%netscape.com2003-11-201-2/+4
| * | near total rewrite of PK11_ParamFromAlgid to eliminate leaks.nelsonb%netscape.com2003-11-191-113/+89
| |/
* | fixup commit for tag 'THUNDERBIRD_M4_BASE'THUNDERBIRD_M4_BASEcvs2hg2003-11-240-0/+0
|\ \ | |/
* | fixup commit for tag 'THUNDERBIRD_0_5_RELEASE'THUNDERBIRD_0_5_RELEASEcvs2hg2003-11-2414-1047/+13
|\ \ | |/ |/|
| * fixup commit for tag 'NSS_CLIENT_TAG_20031219'NSS_CLIENT_TAG_20031219cvs2hg2003-11-2453-9259/+13
| |\ |/ /
| * fixup commit for tag 'MOZILLA_1_6_RELEASE'MOZILLA_1_6_RELEASEcvs2hg2003-11-240-0/+0
| |\ | |/ |/|
| * fixup commit for tag 'MOZILLA_1_6_20031218_BASE'MOZILLA_1_6_20031218_BASEcvs2hg2003-11-240-0/+0
| |\ | |/ |/|
| * fixup commit for tag 'FIREFOX_0_8_RELEASE'FIREFOX_0_8_RELEASEcvs2hg2003-11-2414-1047/+13
|/
* Bugzilla bug 222568: fixed a bug introduced in rev. 1.54.wchang0222%aol.com2003-11-191-1/+1
* Turns out that we can use a space to separate directories in a vpathwchang0222%aol.com2003-11-191-15/+10
* Fix bugs in the new implementation of URI name constraints.nelsonb%netscape.com2003-11-191-10/+46
* Removed the declaration and a comment about PK11_FreeSlotCerts, which waswchang0222%aol.com2003-11-192-2/+0
* Fix unnecessary assertion failures occuring in SMIME testing innelsonb%netscape.com2003-11-186-28/+41
* Most platforms use ':' as path separator, but OS/2 uses ';'. So we usewchang0222%aol.com2003-11-181-5/+10
* Set NSS version to 3.9 Beta 3.wchang0222%aol.com2003-11-181-1/+1
* Bugzilla bug 224707: added Linux HPPA support. The patch came from thewchang0222%aol.com2003-11-161-0/+5
* Removed an extraneous character (`) after #endif.wchang0222%aol.com2003-11-151-1/+1
* Removed an extraneous comma (,) at the end of an enum type definition.wchang0222%aol.com2003-11-151-1/+1
* Detect empty emailAddr strings in CERTCertificate. Bugzilla bug 211540.nelsonb%netscape.com2003-11-151-2/+2
* Detect empty emailAddr strings in CERTCertificates. Bugzilla bug 211540.nelsonb%netscape.com2003-11-159-26/+34
* Fix windows breakage.relyea%netscape.com2003-11-141-3/+2
* Add symkeyutil to the manifest filerelyea%netscape.com2003-11-141-0/+1
* New tool to manage fixed keys in the database.relyea%netscape.com2003-11-144-0/+1455
* Changes for symkey support.relyea%netscape.com2003-11-148-29/+164
* Fix bugzilla bug 225301. r=jpierre. This patch does the following:nelsonb%netscape.com2003-11-131-42/+54
* Fixed a comment error. r=relyea.wchang0222%aol.com2003-11-131-1/+1
* Bugzilla bug 225373: the return value of CERT_NameToAscii must be freedwchang0222%aol.com2003-11-136-10/+13
* Workaround race. Reduce leaks. Not a real fix. Bugzilla bug 225525.nelsonb%netscape.com2003-11-132-4/+37
* Bugzilla bug 225259: link NSS dynamic shared libraries with thewchang0222%aol.com2003-11-131-1/+1
* Added a comment to note a question I had while reviewing the code.wchang0222%aol.com2003-11-121-0/+6
* Eliminate some leaks in Stan cert code.nelsonb%netscape.com2003-11-112-34/+53
* Eliminate a cert leak. Patch is Bob Relyea's.nelsonb%netscape.com2003-11-111-1/+1