summaryrefslogtreecommitdiff
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Use the results from PK11_ProtectedAuthenticationPath(slot) in thenelsonb%netscape.com2004-01-212-2/+13
* Bugzilla bug 229299: fixed unused variable warning. r=nelsonb.wchang0222%aol.com2004-01-201-0/+2
* fix review comment: bug 53133jgmyers%speakeasy.net2004-01-201-1/+1
* Make this code build on Windows as well as Unix.nelsonb%netscape.com2004-01-191-3/+6
* Fix two more incorrect cert names that caused erroneous test results.nelsonb%netscape.com2004-01-171-2/+2
* Correct this script to more accurately report errors. Bug 231221.nelsonb%netscape.com2004-01-171-8/+12
* Detect absent isCA flags in basic constraints. Detect and reject negativenelsonb%netscape.com2004-01-161-5/+11
* Fix template for Cert policy extensions. Bug 230951, r=jpierrenelsonb%netscape.com2004-01-161-1/+1
* 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 'NSS_3_9_RTM'NSS_3_9_RTMcvs2hg2004-01-0811-1039/+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-071481-0/+548066
|\
* | fixup commit for tag 'PACKAGING_20030906_BASE'PACKAGING_20030906_BASEcvs2hg2004-01-071481-548066/+0
|/
* 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-2213-3/+1042
|\
* | fixup commit for tag 'NSS_3_9_BETA5'NSS_3_9_BETA5cvs2hg2003-12-2011-1039/+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