summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix NSS parsing of Issuer Unique ID and Subject Unique ID fields innelsonb%netscape.com2004-01-161-4/+4
| | | | certificate. Bug 216116. r=jpierre
* 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
| | | | per RFC 3370. r=thayes. Bug 230761.
* 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
| | | | | Bug occurs only in NSS utilities that import base64 encoded files, e.g. with the -a option.
* 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
| | | | records that are too short. Bugscape bug 54814
* 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 ↵jpierre%netscape.com2004-01-071519-0/+556235
|\ | | | | | | DER_DecodeTimeChoice/DER_EncodeTimeChoice
* | 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 ↵bsmedberg%covad.net2004-01-071-0/+3
| | | | the build, yet.
* Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of ↵bsmedberg%covad.net2004-01-071-0/+2
| | | | the build, yet.
* Fix crashes in NSS_CMSSignedData_GetDigestValue andnelsonb%netscape.com2004-01-073-9/+22
| | | | | | | | NSS_CMSContentInfo_GetContent that occur when a detached signature is not accompanied by the data on which the signature was computed. Bug 229242. Make NSS_CMSContentInfo_GetInnerContent and NSS_CMSMessage_GetContent more easily debugged, by storing the results returned by function calls in automatic variables before using them in subsequent calls/switches.
* Bug 229193relyea%netscape.com2003-12-311-4/+5
| | | | Patch by wtc revied by relyea & ian
* 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
| | | | the same ifdef with which it is used.
* 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
| | | | Modified Files: seckey.c pk11skey.c
* 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
| | | | | this function from the nss3 shared library. Modified Files: seckey.c pk11skey.c nss.def
* Declare the 'input' argument to CERT_DecodeTimeChoice as 'const'. Removedwchang0222%aol.com2003-12-2252-3/+9254
|\ | | | | | | | | an extraneous semicolon (;) after the SEC_ASN1_CHOOSER_IMPLEMENT macro. Modified Files: secder.h sectime.c
* | 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
| | | | Modified Files: pk11func.h pk11skey.c ssl3con.c
* Impose new limits on RSA public key sizes. 8k bits for modulus,nelsonb%netscape.com2003-12-191-2/+6
| | | | | 64 bits for public exponent. This prevents certain attacks on SSL servers. Bugscape bug 54019. r=wtc,relyea.
* PK11_MoveKey was renamed PK11_MoveSymKey. r=relyea.wchang0222%aol.com2003-12-194-4/+4
| | | | Modified Files: symkeyutil.c nss.def pk11func.h pk11skey.c
* 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
| | | | the cert's instances changed. r=relyea.
* Bugscape bug 54627: made the fix for NSS_CMSSignedData_Encode_BeforeDatawchang0222%aol.com2003-12-191-4/+2
| | | | the same as the code in NSS_CMSSignedData_Decode_BeforeData. r=nelsonb.
* 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
|\ | | | | | | The patch is contributed by timeless@bemail.org. r=wtc.
| * fixup commit for tag 'NSS_3_9_BETA4'NSS_3_9_BETA4cvs2hg2003-12-1950-9251/+0
|/