Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/crypto/bn
AgeCommit message (Expand)Author
2016-08-11Reset |out_no_inverse| before returning errors in BN_mod_inverse_odd.Brian Smith
2016-08-06Always use the "no_branch" inversion algorithm for even moduli.Brian Smith
2016-08-06Use BN_mod_inverse_odd instead of |BN_mod_inverse| for ECC.Brian Smith
2016-08-06Use bn_mod_inverse_odd for RSA/inversion blinding.Brian Smith
2016-08-06Split bn_mod_inverse_ex into bn_mod_inverse_{general, odd}.Brian Smith
2016-08-06Factor out common logic in bn_mod_inverse_*.Brian Smith
2016-08-02Use BN_nnmod instead of BN_mod in BN_mod_exp_mont_consttime.Brian Smith
2016-08-02Ensure |BN_div| never gives negative zero in the no_branch code.David Benjamin
2016-08-02Tolerate -0 better in BN_bn2{dec,hex}David Benjamin
2016-08-02Calculate inverse in |BN_MONT_CTX_set| in constant time w.r.t. modulus.Brian Smith
2016-08-01Fix mixed comment markers.David Benjamin
2016-07-29Add |BN_mod_inverse_blinded| and use it in RSA blinding.Brian Smith
2016-07-29Add a test for BN_cmp_word.David Benjamin
2016-07-29Add BN_rand_range_ex and use internally.Brian Smith
2016-07-28Add tests for |BN_mod_inverse| with modulus 1.Brian Smith
2016-07-28gofmt crypto/bn/check_bn_tests.go.Brian Smith
2016-07-27Refactor BN_rand_range to reduce code duplication.Brian Smith
2016-07-22Add mod_mul tests where M ≪ A and B.Adam Langley
2016-07-12Revert "Move C++ helpers into |bssl| namespace."Adam Langley
2016-07-12Revert scoped_types.h change.Adam Langley
2016-07-12Remove scoped_types.h.Adam Langley
2016-07-12Move C++ helpers into |bssl| namespace.Adam Langley
2016-07-12Reorder functions in bn_test.David Benjamin
2016-07-12Convert BN_mod_sqrt tests to bn_tests.txt.David Benjamin
2016-07-07Document that BN_mod_sqrt assumes p is a prime.David Benjamin
2016-07-07Convert test_exp to bn_tests.txt.David Benjamin
2016-07-07Convert test_mod_exp_mont5 test vectors.David Benjamin
2016-07-07Convert test_mod_exp and test_mod_exp_consttime.David Benjamin
2016-07-07Fold the rest of test_sqrt into TestSquare.David Benjamin
2016-07-07Convert test_mont and test_mod_mul to bn_tests.txt.David Benjamin
2016-07-07Add tests for BN_nnmod.David Benjamin
2016-07-07Generate more test data in test_mont.David Benjamin
2016-07-07Use BN_set_bit in TestLShift1.David Benjamin
2016-07-07Add a Go tool to check bn_tests.txt.David Benjamin
2016-07-07Clarify how Quotient tests do rounding.David Benjamin
2016-07-06Test |BN_uadd| and |BN_usub|.Brian Smith
2016-07-06Test aliasing in |BN_add| and |BN_sub|.Brian Smith
2016-07-02Test |BN_add_word| and |BN_sub_word|.Brian Smith
2016-07-02Test |BN_mod_exp_mont| with zero and even modulus too.Brian Smith
2016-06-28Move more non-bc tests down.David Benjamin
2016-06-28Move the remaining bad modulus tests out of bc test functions.David Benjamin
2016-06-28Fix naming of non-bc bn_tests.David Benjamin
2016-06-28Convert test_div, test_mod, and test_div_word to file_test.David Benjamin
2016-06-28initialise |n| parameter in bn_test.cc to avoid compiler warning.Adam Langley
2016-06-28Convert test_mul to file_test.David Benjamin
2016-06-28Convert test_sqr to file_test.David Benjamin
2016-06-28Convert test_lshift and test_rshift into file_tests.David Benjamin
2016-06-28Add carry tests to bn_tests.txt.David Benjamin
2016-06-28Convert test_lshift1 and test_rshift1 to FileTest.David Benjamin
2016-06-28Convert test_add and test_sub to file_test.David Benjamin