summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 673421: Fix a comment typo (filter => digest). r=emaldona.wtc%google.com2012-02-171-1/+1
* Bug 726188: Change PKIX_Error.plErr to PKIX_Int32. r=bsmith.wtc%google.com2012-02-174-4/+4
* Bug 699672: Make the SEC_ASN1Template declarations C++ safe. r=rrelyea.wtc%google.com2012-02-171-4/+8
* Bug 713410, move variable declaration, r=jst, r=rrelyeakaie%kuix.de2012-02-171-7/+6
* Set version strings to 3.13.3.0 Betakaie%kuix.de2012-02-153-12/+12
* Set version strings to second release candidate, RC1, 3.13.2.1NSS_3_13_2_RTMNSS_3_13_2_RC1kaie%kuix.de2012-02-153-6/+6
* Bug 726315, followup from bug 542832, Patch contributed by Brian Smith, r=kaiekaie%kuix.de2012-02-158-20/+45
* Set NSS version strings to NSS 3.13.2 release candidate 0NSS_3_13_2_RC0kaie%kuix.de2012-02-133-6/+6
* Bug 726588, attempted tinderbox bustage fix for bug 542832. no review yet. wi...kaie%kuix.de2012-02-131-1/+1
* Bug 542832, again landing Brian Smith's test changes, same as before. Intenti...kaie%kuix.de2012-02-132-11/+107
* Bug 542832, backout the changes to tests, as an attempt to fix tinderbox orange.kaie%kuix.de2012-02-112-107/+11
* Bug 542832, fix new warning caused by previous checkins, remove unnecessary a...NSS_3_13_2_BETA3kaie%kuix.de2012-02-111-1/+1
* Bug 542832 - SSL_RestartHandshakeAfterServerCert is broken, patch by Brian Sm...kaie%kuix.de2012-02-112-11/+107
* Bug 542832 - SSL_RestartHandshakeAfterServerCert is broken, patch by Brian Sm...kaie%kuix.de2012-02-111-1/+15
* Bug 542832 - SSL_RestartHandshakeAfterServerCert is broken, patch by Brian Sm...kaie%kuix.de2012-02-113-6/+14
* Bug 542832 - SSL_RestartHandshakeAfterServerCert is broken, patch by Brian Sm...kaie%kuix.de2012-02-112-82/+115
* Bug 542832 - SSL_RestartHandshakeAfterServerCert is broken, patch by Brian Sm...kaie%kuix.de2012-02-114-70/+70
* Bug 542832 - SSL_RestartHandshakeAfterServerCert is broken, patch by Brian Sm...kaie%kuix.de2012-02-115-77/+94
* Bug 542832 - SSL_RestartHandshakeAfterServerCert is broken, patch by Brian Sm...kaie%kuix.de2012-02-114-130/+249
* Bug 718554: SSL_ForceHandshake returns wrong positive results after sendingNSS_3_13_2_BETA2wtc%google.com2012-01-221-2/+2
* Bug 717906, Flash does not work under Linux since bug 708570 landedkaie%kuix.de2012-01-184-1/+11
* Bug 698592, build failure because of undefined C++11 user-defined literalskaie%kuix.de2012-01-171-1/+1
* Bug 633063, initialize variable, r=rrelyeakaie%kuix.de2012-01-171-1/+1
* Bug 711829, December 2011 batch of NSS root CA changes, r=rrelyeakaie%kuix.de2012-01-173-1506/+1176
* Bug 715666 - premature unloading of softoken crashes libcurl, contributed by ...emaldona%redhat.com2012-01-131-1/+1
* Bug 714961 - CKFW leaks memory when loading libnsspem, contributed by Kamil D...emaldona%redhat.com2012-01-131-0/+4
* Bug 682885 - Move EC point compression options macros to a public header, r=r...emaldona%redhat.com2012-01-133-6/+8
* Bug 702090, __GNUC_MINOR is not defined, Fix by Stefan Becker and Takanori MA...NSS_3_13_2_BETA1kaie%kuix.de2011-11-241-2/+2
* Bug 700516: Remove SSL2 support for SSL_RestartHandshakeAfterServerCert and S...bsmith%mozilla.com2011-11-196-163/+27
* Bug 651523: Remove step-up code, v4, removing EXPORT_VERSION build option, r=...bsmith%mozilla.com2011-11-177-103/+10
* Fix Tinderbox bustage, backout all patches from 2011-11-11kaie%kuix.de2011-11-1639-300/+479
* Bug 663733: Add const modifier to declarations of functions used by ocspclnt ...bsmith%mozilla.com2011-11-1229-213/+263
* Bug 700516: Remove SSL2 support for SSL_RestartHandshakeAfterServerCert and S...bsmith%mozilla.com2011-11-116-163/+27
* Bug 651523 - Remove SSL step-up code from libssl and remove step-up extended ...bsmith%mozilla.com2011-11-117-103/+10
* Bug 547312: Next protocol negotiation support (minor fixes), r=aglbsmith%mozilla.com2011-11-082-6/+2
* Bug 211546: add PK11_ImportEncryptedPrivateKeyInfoAndReturnKey. Makewtc%google.com2011-11-053-1/+39
* Bug 692221: ssltap should be able to connect to the server using IPv6.wtc%google.com2011-11-051-7/+7
* Bug 700066: don't need to check NSS_DISABLE_DBM because this directory iswtc%google.com2011-11-051-5/+4
* Bug 700066: add '@' to the echo command. r=blassey.wtc%google.com2011-11-051-3/+3
* Bug 699605 - PKITS tests need to pass certdb password to crlutil commandchristophe.ravel.bugs%sun.com2011-11-032130-0/+889309
|\
* | 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