summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for tag 'NSS_3_13_CKBI_1_88_RTM'NSS_3_13_CKBI_1_88_RTMcvs2hg2011-11-032130-889309/+0
* Bug 698753, r=rrelyeakaie%kuix.de2011-11-033-5/+562
* Bug 676729: SSL_ForceHandshake does not send the saved write data inwtc%google.com2011-10-301-1/+12
* Bug 698180: fix GCC compiler warnings: add parentheses around && within ||,wtc%google.com2011-10-291-18/+3
* Bug 698180: change the JPAKE_Verify function prototype to use PLArenaPoolwtc%google.com2011-10-292-2/+2
* Bug 547312: Implement client-side support for NPN; original patch by agl r=wt...bsmith%mozilla.com2011-10-2910-3/+412
* Set version strings to 3.13.2 Beta.kaie%kuix.de2011-10-273-9/+9
* Set version strings to 3.13.1 releaseNSS_3_13_1_RTMkaie%kuix.de2011-10-273-6/+6
* Bug 691997 Code cleanup for Bug 172051 - All localizable error messages for N...NSS_3_13_1_BETA2emaldona%redhat.com2011-10-227-114/+11
* Bug 647706: add SHA-224 support to more functions, in particular towtc%google.com2011-10-2210-5/+29
* Bug 694148: Remove the NS_USE_NATIVE build variable from coreconf. r=kaie.NSS_3_13_1_BETA1wtc%google.com2011-10-191-9/+0
* Bug 693228: code cleanup: nss_doLockInit and PR_CallOnce return PRStatus,wtc%google.com2011-10-181-8/+7
* Bug 693228 - Closing a tab with Flash content, then opening a tab with Flash ...rrelyea%redhat.com2011-10-181-0/+5
* Set version strings to 3.13.1 Beta.wtc%google.com2011-10-143-9/+9
* Bug 593080: change the default of the SSL_ENABLE_SSL2 andNSS_3_13_RTMNSS_3_13_RC0wtc%google.com2011-10-064-7/+10
* Bug 683424 - tstclnt emits "SSL peer is in another FORTEZZA domain." error me...emaldona%redhat.com2011-10-052-6/+8
* Set version strings to 3.13.0.0 (NSS 3.13 release candidate 0).wtc%google.com2011-10-043-6/+6
* Bug 158750: Move MGF1 from lib/freebl to lib/softoken. TBR=emaldona.NSS_3_13_BETA2wtc%google.com2011-10-047-113/+48
* Bug 172051 - Parenthesize err in body of PORT_ErrorToString macro, r=wtcemaldona%redhat.com2011-10-041-1/+1
* Big 172051 - Remove unneeded header, r=wtc,emaldonaemaldona%redhat.com2011-10-041-56/+0
* Bug 172051 - Fix signature of NSS_InitializePRErrorTable, fix comment in macr...emaldona%redhat.com2011-10-044-11/+8
* Bug 172051 - Do not add headers to PRIVATE_EXPORT, r=wtc,emaldonaemaldona%redhat.com2011-10-043-7/+0
* Bug 641052: NSS_NoDB_Init shouldn't try to open /pkcs11.txt and /secmod.db.wtc%google.com2011-10-022-8/+37
* Bug 172051 - errNum changed in comment to err as per usage in the macro, r=twcemaldona%redhat.com2011-10-011-1/+1
* Bug 665814: Prevent chosen plaintext attacks on SSL 3.0 and TLS 1.0 connectio...bsmith%mozilla.com2011-10-014-27/+112
* Bug 632657: SEC_ASN1IsTemplateSimple may incorrectly treat choice templateswtc%google.com2011-10-011-1/+1
* Bug 685592: fix comment nits in the previous checkin.wtc%google.com2011-10-012-3/+5
* Bug 685592 - File descriptor leak after "service httpd reload"rrelyea%redhat.com2011-09-303-15/+27
* Bug 679380 - Errors parsing nested CMS messages make the encapsulated content...rrelyea%redhat.com2011-09-301-8/+44
* Bug 515663 - Improper setting of CKA_DERIVE attribute during PKCS #12 importrrelyea%redhat.com2011-09-301-1/+1
* Bug 679377 - RFE: be more forgiving of malformed(?) kerberos CMS SignedData m...rrelyea%redhat.com2011-09-304-2/+88
* Bug 579392 - Unsafe assignment warnings on multi-precission integer library s...emaldona%redhat.com2011-09-301-4/+12
* Bug 660394: when generating an ECDSA signature, use a scalar that iswtc%google.com2011-09-281-0/+21
* Bug 569832: Remove unused label 'terminate' in NSC_SignFinal andwtc%google.com2011-09-211-2/+0
* Bug 686601: Fix compiler warnings in init_blinding_params andwtc%google.com2011-09-211-3/+1
* Bug 172051 - Remove no longer neeed file, part of the patch, r=rrelyeaemaldona%redhat.com2011-09-181-45/+0
* Bug 681382 - Replace SECKEYECParams with SECItem, fix Tinderboxemaldona%redhat.com2011-09-171-6/+6
* Bug 681382 - Must explicity include secoid.h now, fixing the buildemaldona%redhat.com2011-09-171-6/+1
* Bug 681382 - Temporarily copied a typedef from keythi.h to fix the buildemaldona%redhat.com2011-09-171-0/+6
* Bug 681382 - Don't include keyti.h as we wanted, part 3/3 of fixing a broken ...emaldona%redhat.com2011-09-171-1/+0
* Bug 681382 - If we drop nss.h we must then include nssutil.h, part 2/3 of fix...emaldona%redhat.com2011-09-171-1/+1
* Bug 681382 - restore a safe change, fixing Tinderboxemaldona%redhat.com2011-09-161-1/+1
* Backing out some of the earlier changes(Bug 681382 to fix build breakage whil...emaldona%redhat.com2011-09-161-1/+3
* Bug 681382 - Remove from fipstest dependencies on higher layers of nss, rrelyeaemaldona%redhat.com2011-09-161-4/+2
* Bug 172051 - Add localizable error messages for NSS error codes, r=rrelyeaemaldona%redhat.com2011-09-168-179/+20
* Bug 686761 - crlutil -f switch ignored when importing CRLs in FIPS mode, patc...emaldona%redhat.com2011-09-161-3/+11
* Bug 679524: fixed a typo in the previous checkin: nss_init => nss_Init.wtc%google.com2011-09-161-1/+1
* bug 679424 -- creating a one time lock at init creates a new one-time leak.rrelyea%redhat.com2011-09-151-0/+3
* Bug 642503: Generic blacklisting mechanism for bogus certs (NSS trustwtc%google.com2011-09-146-45/+268
* Bug 647820: Use -mwindows instead of -mno-cygwin on mingw compilation. Thewtc%google.com2011-09-141-2/+2