summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set version numbers to 3.44.2 finalNSS_3_44_2_RTMJ.C. Jones2019-10-023-6/+6
* Bug 1577953 - Support longer (up to RFC maximum) HKDF outputs r=jcjKevin Jacobs2019-10-011-7/+24
* Bug 1582343 - Use constant time memcmp in more places r=kjacobs,jcjDeian Stefan2019-09-262-4/+4
* Bug 1551636 - Apply increased chains test timeout to Win32 in addition to Win...Kevin Jacobs2019-05-151-1/+2
* Added tag NSS_3_44_1_RTM for changeset ca5ab596cbe7J.C. Jones2019-06-210-0/+0
* Set version numbers to 3.44.1 finalNSS_3_44_1_RTMJ.C. Jones2019-06-213-6/+6
* Bug 1554336 - Optimize away unneeded loop in mpi.c r=kevinjacobs,jcjGreg Rubin2019-05-211-1/+4
* Bug 1515342 - Ignore spki decode failures on negative (expect_fail) tests. r=jcjKevin Jacobs2019-06-211-0/+3
* Bug 1515342 - More thorough input checking, r=jcjMartin Thomson2019-06-144-7/+22
* Bug 1540541 - Don't unnecessarily strip leading 0's from key material during ...Kevin Jacobs2019-06-146-19/+30
* Bug 1546229 Add IPSEC IKE support to softoken.Robert Relyea2019-04-22433-136/+1512663
* Bug 1557264 - All child tasks should be in the same TaskGroupId as the decisi...Andi-Bogdan Postelnicu2019-06-062-2/+6
* Bug 1473806 3.38 certutil -R cannot use EC orphan keyRobert Relyea2019-06-049-22/+379
* Bug 1556273 - Scrub __anonymous_enum__ from branch 3.44 ABI checks r=mtJ.C. Jones2019-06-062-10/+10
* Bug 1556273 - Scrub __anonymous_enum__ in ABI checks, r=jcjMartin Thomson2019-06-031-0/+1
* Backed out changeset 3c2aceba7ae8 (bug 1552262) for being on the wrong branch...J.C. Jones2019-06-0311-559/+87
* bug 1552262 - add PK11_FindRawCertsBySubject to search a given slot for certi...Dana Keeler2019-05-3111-87/+559
* Tweak ABI compatibility check, a=bustageMartin Thomson2019-06-032-10/+10
* Fix !#$#!@ clang error (must of messed up try: statement)Robert Relyea2019-06-011-2/+2
* Bug 1546477 - FIPS review changes. r=mt, Fix memory leak in error path issueRobert Relyea2019-06-012-0/+5
* Bug 1546477 - FIPS review changes. r=mtRobert Relyea2019-05-315-64/+431
* Bug 1552208, prohibit use of RSASSA-PKCS1-v1_5 algorithms in TLS 1.3, r=mtDaiki Ueno2019-05-284-11/+78
* Bug 1515236 - Don't run keylog deathtest on ASAN builds r=KevinJacobsJ.C. Jones2019-05-291-1/+1
* Bug 1515236 - Fixup for 4a08af60c2b7 r=KevinJacobsJ.C. Jones2019-05-282-1/+7
* Bug 1515236 - Centralize a SSLKEYLOGFILE enable/disable flag at build.sh r=mtJ.C. Jones2019-01-245-10/+19
* Bug 1551041 - Unbreak build on GCC < 4.3 big-endian. r=mtJan Beich2019-05-241-1/+1
* Added tag NSS_3_44_RTM for changeset ae1daf2f820cJ.C. Jones2019-05-100-0/+0
* Set version numbers to 3.44 finalNSS_3_44_RTMJ.C. Jones2019-05-103-6/+6
* Added tag NSS_3_44_BETA3 for changeset b2aaab1ad8bdJ.C. Jones2019-05-100-0/+0
* Bug 1542950 - Eliminate unnecessary runs of cert.sh to speed up CI tests and ...NSS_3_44_BETA3Kevin Jacobs2019-05-101-13/+16
* Bug 1550041 - Pass -mpclmul to iOS targets. r=jcj,KevinJacobsEdouard Oger2019-05-081-1/+1
* Bug 1549847 - Do not treat warnings as errors on iOS. r=KevinJacobs,jcjEdouard Oger2019-05-081-0/+14
* Bug 1549848 - Add iOS gyp build initial support. r=jcj,KevinJacobsEdouard Oger2019-05-081-9/+21
* Added tag NSS_3_44_BETA2 for changeset 6cc6cb441055J.C. Jones2019-05-070-0/+0
* Bug 1549608 - Do not sign dbm3 lib if DBM is disabled. r=jcjNSS_3_44_BETA2Edouard Oger2019-05-071-0/+4
* Update abi check valuesRobert Relyea2019-05-062-6/+5
* Merge with head.Robert Relyea2019-05-062-0/+9
|\
| * Bug 1549413 - Link against liblog on Android. r=jcjEdouard Oger2019-05-062-0/+9
* | Bug 1537927 - IPsec usage is too restrictive for existing deploymentsRobert Relyea2019-03-2113-118/+346
|/
* Added tag NSS_3_44_BETA1 for changeset 984522987a1aJ.C. Jones2019-05-030-0/+0
* Bug 1548398 - Add freebl_gtest to nss.gyp, fix freebl_gtest cross-compilation...NSS_3_44_BETA1Kevin Jacobs2019-05-036-11/+29
* Bug 1540652 - softoken/sdb.c: Logically dead code, r=keelerKevin Jacobs2019-05-031-4/+2
* Bug 1548722 - Tranche of coverity fixes, r=jcjMartin Thomson2019-05-027-7/+12
* Backed out changeset 5059d47bd423 (bug 1548398) for GCC 4.8 failures in gcm.hJ.C. Jones2019-05-023-10/+6
* Bug 1548398 - Add freebl_gtest to nss.gyp, fix freebl_gtest cross-compilation...Kevin Jacobs2019-05-023-6/+10
* Bug 1487597 - Used sized pointer, fix name shadowing, a=bustageMartin Thomson2019-05-024-5/+5
* Bug 1487597 - Improve 0-RTT data delivery, r=ekrMartin Thomson2018-09-105-16/+261
* Bug 1543545 - Don't statically link freebl and util for pk11_gtest, a=bustageMartin Thomson2019-05-011-3/+1
* Bug 1543545 - Option to produce static libraries, r=kevinjacobsMartin Thomson2019-04-2911-19/+30
* Bug 1418944 - Quote CC/CXX variables passed to nspr r=franziskusHanno Boeck2017-11-201-2/+2