| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1784163 - Fix reading raw negative numbers r=nss-reviewers,nkulatova,mt | Iaroslav Gridin | 2023-04-20 | 1 | -6/+6 |
* | Bug 1792821 - Updating the clang-format version to 10. r=jschanck | Anna Weine | 2022-10-07 | 1 | -7/+12 |
* | Bug 1563221 remove support for older unix in NSS part 1 OSF r=nss-reviewers,d... | Ludovic Hirlimann | 2022-09-07 | 1 | -15/+0 |
* | Bug 1605922 - Account for negative sign in mp_radix_size r=bbeurdouche | Kevin Jacobs | 2020-09-08 | 1 | -1/+1 |
* | Bug 1631597 - Constant-time GCD and modular inversion r=rrelyea,kjacobs | Sohaib ul Hassan | 2020-06-16 | 1 | -119/+259 |
* | Bug 1542077 - Added extra controls and tests to mp_set_int and mp_set_ulong. ... | Marcus Burghardt | 2019-08-13 | 1 | -12/+30 |
* | Bug 1554336 - Optimize away unneeded loop in mpi.c r=kevinjacobs,jcj | Greg Rubin | 2019-05-21 | 1 | -1/+4 |
* | Bug 1509432 - Removed duplicated code between mp_set_int and mp_set_ulong. Cr... | Marcus Burghardt | 2019-05-13 | 1 | -20/+6 |
* | Bug 1485864 - Constant time mp_to_fixlen_octets, r=franziskusNSS_3_41_BETA1 | Martin Thomson | 2018-11-30 | 1 | -19/+42 |
* | Bug 1309068 - Enable -Wshadow, r=franziskus | Martin Thomson | 2018-02-14 | 1 | -6/+7 |
* | Bug 1259061, removed MP_MEMCPY from libmpi, r=franziskus | Jonas Allmann | 2017-11-07 | 1 | -7/+0 |
* | Bug 1259053, removed MP_MEMSET from libmpi, r=franziskus | Jonas Allmann | 2017-11-07 | 1 | -8/+0 |
* | Bug 1362392 - always add s_mpv_div_2dx1d when we don't have an assembly versi... | Franziskus Kiefer | 2017-05-23 | 1 | -1/+1 |
* | Bug 1362392 - fix s_mpi_div on 32-bit; fix 32-bit test builds | Franziskus Kiefer | 2017-05-09 | 1 | -28/+20 |
* | Bug 1339442 - remove MP_NUMTH, r=ttaubert | Franziskus Kiefer | 2017-02-14 | 1 | -2/+0 |
* | Bug 1317924 - resurrect mpi tests, r=ttaubert | Franziskus Kiefer | 2016-11-16 | 1 | -0/+24 |
* | Bug 1311175 - Remove inline keyword from mpi.c functions as they are used out... | David Major | 2016-10-27 | 1 | -9/+5 |
* | Bug 1194073 - removing mp_sqrt, r=rbarnes | Franziskus Kiefer | 2016-09-27 | 1 | -82/+0 |
* | Bug 1246619 - freebl clang-format, r=kaie | Franziskus Kiefer | 2016-08-29 | 1 | -2812/+2924 |
* | Bug 1284789 - fixing some scan-build issues, r=ttaubert | Franziskus Kiefer | 2016-07-07 | 1 | -4/+6 |
* | Bug 1278237 - remove unused variables, r=ttaubert | Franziskus Kiefer | 2016-06-06 | 1 | -8/+0 |
* | Bug 1259052 - Remove MP_MACRO from libmpi r=franziskus,mt | Tim Taubert | 2016-05-04 | 1 | -15/+9 |
* | Backed out changeset 794b7836c7f6 and 88a15710dd49 | Franziskus Kiefer | 2016-04-30 | 1 | -5/+15 |
* | Bug 1259052 - bustage fix use __inline__ instead of inline, r=bustage | Franziskus Kiefer | 2016-04-30 | 1 | -4/+4 |
* | Bug 1259057 - Remove ifdef'ed out s_mp_clamp() call at the end of s_mp_rshd()... | Tim Taubert | 2016-04-27 | 1 | -5/+0 |
* | Bug 1259052 - Remove MP_MACRO from libmpi r=franziskus,mt | Tim Taubert | 2016-04-27 | 1 | -15/+5 |
* | Bug 1259051 - Remove MP_CRYPTO from libmpi r=franziskus | Tim Taubert | 2016-04-27 | 1 | -6/+0 |
* | Bug 1222908 - Remove mp_cmp_int() r=franziskus,mt,rrelyea | Tim Taubert | 2016-04-21 | 1 | -26/+0 |
* | Bug 1258667 - mp_cmp_mag should take const mp_int* as arguments r=franziskus | Tim Taubert | 2016-03-22 | 1 | -1/+1 |
* | Bug 1220683 - Checking return values in mpi.c, r=mt | Franziskus Kiefer | 2015-11-09 | 1 | -9/+14 |
* | Bug 1221835: Avoid shift overflow. r=wtc | Franziskus Kiefer | 2015-12-22 | 1 | -2/+6 |
* | Bug 1220683, backed out changeset 1ffeb4a97c1c for test failures in optimized... | Kai Engert | 2015-11-16 | 1 | -15/+9 |
* | Bug 1220683 - Checking return values in mpi.c, r=mt | Franziskus Kiefer | 2015-11-09 | 1 | -9/+15 |
* | Bug 1220545 - [CID 748515][CID 748516][CID 221859] Unchecked return value, r=mt | Franziskus Kiefer | 2015-11-03 | 1 | -1/+1 |
* | Bug 1190248: Just initialize the |sign| field of |part| in s_mp_div(). | Wan-Teh Chang | 2015-08-25 | 1 | -2/+1 |
* | Bug 1190248: Delete a space at the end of a line. | Wan-Teh Chang | 2015-08-25 | 1 | -1/+1 |
* | Bug 1190248: Compute a guess for the next quotient digit correctly in | Wan-Teh Chang | 2015-08-25 | 1 | -7/+19 |
* | Bug 1182667 - Enable warnings as errors, r=rrelyea | Martin Thomson | 2015-08-17 | 1 | -18/+16 |
* | Backed out changeset 4355f55afeb2 (Bug 1158489) | Martin Thomson | 2015-08-12 | 1 | -16/+18 |
* | Bug 1182667 - Removing warnings, enabling -Werror, r=rrelyea | Martin Thomson | 2015-08-07 | 1 | -18/+16 |
* | Bug 863871: Remove CVS keywords from NSS source files, Part 1 (trivial | Brian Smith | 2013-04-25 | 1 | -1/+0 |
* | Bug 845556, reorganize NSS directory layout, moving files, very large changes... | Kai Engert | 2013-02-28 | 1 | -0/+4821 |