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
AgeCommit message (Expand)Author
2016-07-12Refine SHA-1 default in signature algorithm negotiation.David Benjamin
2016-07-12Revert "Move C++ helpers into |bssl| namespace."Adam Langley
2016-07-12Revert scoped_types.h change.Adam Langley
2016-07-12Breaking news: 1998 has come and gone.David Benjamin
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-11Define RAND_cleanup in one place onlyAlessandro Ghedini
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-07-01Move the Digest/Sign split for SignatureAlgorithms to a lower level.Steven Valdez
2016-06-28Remove a bunch of unnecessary includes.David Benjamin
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-28Remove compatibility 'inline' define.David Benjamin
2016-06-28Convert test_add and test_sub to file_test.David Benjamin
2016-06-28Sync x86 perlasm drivers with upstream master.David Benjamin
2016-06-28perlasm/x86_64-xlate.pl: address errors and warnings in elderly perls.David Benjamin
2016-06-28Switch perlasm calling convention.David Benjamin
2016-06-28Revert local change to x86masm.pl.David Benjamin
2016-06-27Add CBB_add_u32.David Benjamin
2016-06-27Build up TLS 1.3 record-layer tests.David Benjamin
2016-06-24Handle BN_mod_word failures.David Benjamin
2016-06-24Fix BN_is_prime* calls.David Benjamin
2016-06-23Make arm-xlate.pl set use strict.David Benjamin
2016-06-22Rebase x86_64-xlate.pl atop master.David Benjamin
2016-06-20Always generate X25519 private keys that need to be masked.Adam Langley
2016-06-20Don't bother storing the cofactor.David Benjamin