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-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
2016-06-28Switch perlasm calling convention.David Benjamin
2016-06-24Handle BN_mod_word failures.David Benjamin
2016-06-16Return earlier if inverse is not found in |BN_mod_inverse_ex|.Brian Smith
2016-06-16Move "no inverse" test earlier in |BN_mod_inverse_no_branch|.Brian Smith
2016-06-10Wrap MSVC-only warning pragmas in a macro.David Benjamin
2016-06-09Fix BN_mod_word bug.David Benjamin
2016-06-01Split unlock functions into read/write variants.David Benjamin
2016-05-13Remove unuseful comments in |BN_mod_exp|.Brian Smith
2016-05-13Deprecate |BN_mod_exp2_mont| and simplify its implementation.Brian Smith
2016-05-12Deprecate |BN_mod_exp_mont_word| and simplify its implementation.Brian Smith
2016-05-05Verify RSA private key operation regardless of whether CRT is used.Brian Smith
2016-04-29Fix memory leak on error in BN_mpi2bn.David Benjamin
2016-04-19Make return value of |BN_MONT_CTX_set_locked| int.Brian Smith
2016-03-29Fix |BN_CTX_get| error checking in |BN_from_montgomery|.Brian Smith
2016-03-29Remove duplicate BN_from_montgomery_word implementation.David Benjamin
2016-03-20Remove unnecessary |BN_CTX_start|/|BN_CTX_end| in |BN_mod_exp_mont_consttime|.Brian Smith
2016-03-20Make local functions static.Piotr Sikora
2016-03-11Set |bn->neg| to zero in |bn_set_words|.Brian Smith