summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Declare the argument to SECKEY_ECParamsToKeySize as const.wchang0222%aol.com2003-12-232-2/+2
* Return a value of the correct type.wchang0222%aol.com2003-12-231-1/+1
* Fixed a spelling error.wchang0222%aol.com2003-12-231-1/+1
* Moved ecl-curve.h from the EXPORTS to the PRIVATE_EXPORTS list.wchang0222%aol.com2003-12-231-1/+1
* Renamed SECKEY_ECParams2KeySize as SECKEY_ECParamsToKeySize. Do not exportwchang0222%aol.com2003-12-223-6/+5
* Declare the 'input' argument to CERT_DecodeTimeChoice as 'const'. Removedwchang0222%aol.com2003-12-2252-3/+9254
|\
* | fixup commit for tag 'NSS_3_9_BETA5'NSS_3_9_BETA5cvs2hg2003-12-2050-9251/+0
|/
* Some further cleanup of p12d.c. Bugscape bug 52528. r=wtc.nelsonb%netscape.com2003-12-201-6/+6
* Set NSS version to 3.9 Beta 5.wchang0222%aol.com2003-12-201-1/+1
* Made wincx the last argument of PK11_PubDeriveExtended. r=relyea.wchang0222%aol.com2003-12-193-8/+8
* Impose new limits on RSA public key sizes. 8k bits for modulus,nelsonb%netscape.com2003-12-191-2/+6
* PK11_MoveKey was renamed PK11_MoveSymKey. r=relyea.wchang0222%aol.com2003-12-194-4/+4
* Make database access to the key db thread safe.relyea%netscape.com2003-12-191-43/+169
* Add keydb lock type. keydb should be locked like the certdb.relyea%netscape.com2003-12-191-0/+1
* Backed out the previous checkin, which broke our S/MIME QA tests.wchang0222%aol.com2003-12-191-2/+3
* Bugzilla bug 228624: we need to call STAN_ForceCERTCertificateUpdate ifwchang0222%aol.com2003-12-191-0/+1
* Bugscape bug 54627: made the fix for NSS_CMSSignedData_Encode_BeforeDatawchang0222%aol.com2003-12-191-4/+2
* Import NSPR 4.4.1.wchang0222%aol.com2003-12-191-1/+1
* Bugzilla bug 221133: fixed unused variable warning on some platforms.wchang0222%aol.com2003-12-191-0/+2
|\
| * fixup commit for tag 'NSS_3_9_BETA4'NSS_3_9_BETA4cvs2hg2003-12-1950-9251/+0
|/
* Don't overwrite pointers to existing message digests if they've beennelsonb%netscape.com2003-12-192-2/+9
* Set NSS version to 3.9 Beta 4.wchang0222%aol.com2003-12-181-1/+1
* Bugzilla bug 228624: made PK11_ListCertsInSlot reach into the Stan layerwchang0222%aol.com2003-12-182-5/+81
* Bugzilla bug 219982: removed an unused local variable. (The function callwchang0222%aol.com2003-12-171-1/+1
* Allow NSS_CMSDigestContext objects to be created, even when there arenelsonb%netscape.com2003-12-171-8/+4
* Bugzilla bug 228618: fixed an incorrect use of realloc. Fixed an unusedwchang0222%aol.com2003-12-161-4/+5
* Fix S/MIME bugs that caused parallel arrays of digest OIDs and digestnelsonb%netscape.com2003-12-122-95/+80
* Fix for 54061 . Return SEC_ERROR_INVALID_ARGS and remove assertions . r=wtc,m...jpierre%netscape.com2003-12-1252-62/+9278
|\
* | fixup commit for tag 'NSS_3_9_BETA3'NSS_3_9_BETA3cvs2hg2003-12-0650-9251/+0
|/
* CERT_ImportCerts now returns SECFailure when NONE of the certs was succesfull...nelsonb%netscape.com2003-12-061-13/+2
* __CERT_AddTempCertToPerm will now set error SEC_ERROR_ADDING_CERTnelsonb%netscape.com2003-12-061-0/+1
* NSC_Finalize will now destroy 3 softoken free lists and one morenelsonb%netscape.com2003-12-061397-0/+544119
|\
* \ fixup commit for tag 'JSS_3_X_BASE'JSS_3_X_BASEcvs2hg2003-12-060-0/+0
|\ \ | |/
* | fixup commit for tag 'JSS_3_5_RTM'JSS_3_5_RTMcvs2hg2003-12-060-0/+0
|\ \ | |/
* | fixup commit for tag 'JSS_3_5_BETA1'JSS_3_5_BETA1cvs2hg2003-12-060-0/+0
|\ \ | |/
* | fixup commit for tag 'JSS_3_5_1_RTM'JSS_3_5_1_RTMcvs2hg2003-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