summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* close JSS_3_X_BRANCHJSS_3_X_BRANCHFranziskus Kiefer2017-09-290-0/+0
* Whitespace changes.JSS_3_7_RTM_HPUX_IPFwtchang%redhat.com2005-11-151-3/+3
* Bugzilla Bug 312202: checked in HP-UX Itanium changes contributed bywtchang%redhat.com2005-11-142-2/+73
* Bugzilla bug:314583 We no longer link JVM when building JSS library.JSS_3_7_RTMwtchang%redhat.com2005-11-081-130/+0
* JDK 1.4 on HP-UX doesn't have the "classic" JVM and only has the "server"wtchang%redhat.com2005-10-271-1/+5
* Brought the JSS_3_X_BRANCH of mozilla/security/coreconf up to date withwtchang%redhat.com2005-10-19117-3362/+3782
* Bugzilla bug 312774: support building with IBM JDK on Linux. Added -Lwtchang%redhat.com2005-10-181-2/+9
* Brought coreconf on the JSS_3_X_BRANCH up to date with NSS_3_9_3_RTM.JSS_3_6_RTMJSS_3_6_BETA1wtchang%redhat.com2005-03-3021-334/+98
* fixup commit for branch 'JSS_3_X_BRANCH'cvs2hg2003-12-061397-544053/+0
* Add /FIXED:NO argument to linker command line for EXEs. Purifynelsonb%netscape.com2003-12-061-1/+2
* Add new -k option to NSS QA test program cmsutil. By default, cmsutilnelsonb%netscape.com2003-12-061-9/+30
* Bugzilla bug 227296: fixed the bug that NSS_CMSAttribute_AddValue adds thewchang0222%aol.com2003-12-065-12/+42
* Further simplification and improvement of the parsing of UTCTimenelsonb%netscape.com2003-12-052-24/+44
* NSS_CMSContentInfo_Destroy()nelsonb%netscape.com2003-12-041-0/+5
* In functions NSS_CMSSignedData_Encode_AfterData andnelsonb%netscape.com2003-12-041-19/+26
* Functions NSS_CMSDigestedData_Encode_AfterData andnelsonb%netscape.com2003-12-041-8/+12
* There is a lot of "cleanup" in this file, wrapping source at 80 columns.nelsonb%netscape.com2003-12-041-48/+97
* NSS_CMSSignerInfo_Verify()nelsonb%netscape.com2003-12-041-23/+36
* Add null pointer checks to nss_cms_after_end and NSS_CMSEnvelopedData_Decode_...nelsonb%netscape.com2003-12-042-69/+90
* Avoid UMRs in dertime.c. Bugscape bug 54198. r=wtc.nelsonb%netscape.com2003-12-031-2/+20
* Fix for 54061 - null pointer check . r=nelsonbjpierre%netscape.com2003-12-031-0/+6
* Bugscape bug 54021: in CERT_FindSubjectKeyIDExtension, if PORT_NewArenawchang0222%aol.com2003-12-035-2/+6
* Prevent SMIME crash in the opaque signature test. bugscape 54061. r=nelsonbjpierre%netscape.com2003-12-021-9/+152
* Fix for 54088 . Don't try to encode attributes with no value. r=wtcjpierre%netscape.com2003-12-021-3/+6
* Bound stan error stack at 16 error codes to limit growth.nelsonb%netscape.com2003-12-021-36/+23
* Reverted to NSPR 4.3 until Sun has NSPR 4.4.1 binary distributions.wchang0222%aol.com2003-11-281-1/+1
* Detect invalid input buffer lengths, and return error instead of UMR>nelsonb%netscape.com2003-11-271-0/+10
* Fix leak in CERT_FindSubjectKeyIDExtension, and use the Quick DERnelsonb%netscape.com2003-11-271-9/+16
* Upgraded to NSPR 4.4.1.wchang0222%aol.com2003-11-271-1/+1
* 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
|\ \ | |/