summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix NSS parsing of Issuer Unique ID and Subject Unique ID fields innelsonb%netscape.com2004-01-161-4/+4
* Add vfychain to list of NSS cmds being built nightly. r=wtc. Bug 231025nelsonb%netscape.com2004-01-161-0/+1
* fix comment per review: bug 53133jgmyers%speakeasy.net2004-01-161-1/+1
* Minor change after review of previous checkin. Bug 53133.wchang0222%aol.com2004-01-151-1/+3
* Fix build problems on some platforms.relyea%netscape.com2004-01-151-2/+2
* Set NSS version to 3.10 Beta.wchang0222%aol.com2004-01-151-3/+3
* Convert T61String-labeled ISO-8859-1 to UTF-8: bug 53133 r=nelsonb a=wtcjgmyers%speakeasy.net2004-01-154-29/+161
* Add 2 additional OIDs to the list of acceptable digestEncryptionAlgIDs,nelsonb%netscape.com2004-01-141-1/+5
* Tool to manage pkcs 11 module tests.relyea%netscape.com2004-01-145-0/+2763
* Fix double free introduced in rev 1.54. r=wtc. bug 230774.nelsonb%netscape.com2004-01-141-1/+1
* Bugzilla bug 229289: fixed an unused variable warning. r=relyea.wchang0222%aol.com2004-01-1312-0/+1041
|\
* \ fixup commit for tag 'STRING_20040119_BASE'STRING_20040119_BASEcvs2hg2004-01-0840-0/+8217
|\ \ | |/
* | fixup commit for tag 'NSS_CLIENT_TAG_20040123'NSS_CLIENT_TAG_20040123cvs2hg2004-01-0851-9256/+0
|\ \ | |/ |/|
| * fixup commit for tag 'NSS_3_9_RTM'NSS_3_9_RTMcvs2hg2004-01-0851-9256/+0
|/
* Overload the error code SSL_ERROR_RX_RECORD_TOO_LONG to report SSL2nelsonb%netscape.com2004-01-081-0/+4
* Rename PK11_PubDeriveExtended to PK11_PubDeriveWithKDFjpierre%netscape.com2004-01-084-5/+5
* Set NSS version to 3.9.wchang0222%aol.com2004-01-081-2/+2
* Rename PK11_FindSlotsByAliases to PK11_FindSlotsByNamesjpierre%netscape.com2004-01-073-6/+6
* Rename CERT_DecodeTimeChoice/CERT_EncodeTimeChoice to DER_DecodeTimeChoice/DE...jpierre%netscape.com2004-01-071519-0/+556235
|\
* | fixup commit for tag 'PACKAGING_20030906_BASE'PACKAGING_20030906_BASEcvs2hg2004-01-071519-556235/+0
|/
* Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of t...bsmedberg%covad.net2004-01-071-0/+3
* Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of th...bsmedberg%covad.net2004-01-071-0/+2
* Fix crashes in NSS_CMSSignedData_GetDigestValue andnelsonb%netscape.com2004-01-073-9/+22
* Bug 229193relyea%netscape.com2003-12-311-4/+5
* Set NSS version to 3.9 Beta 6.wchang0222%aol.com2003-12-241-1/+1
* Removed unused variable 'val'.wchang0222%aol.com2003-12-231-2/+0
* Fixed unused variable compiler warning about 'html'. Declare it insidewchang0222%aol.com2003-12-231-0/+2
* Removed unused variable 'rawSigLen'.wchang0222%aol.com2003-12-231-1/+0
* Removed unused variable 'attribute'.wchang0222%aol.com2003-12-231-1/+0
* Include "nsslocks.h" for nss_InitLock.wchang0222%aol.com2003-12-231-0/+1
* 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
|/