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
AgeCommit message (Expand)Author
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-06-15Check for BN_copy failures.David Benjamin
2015-05-05Remove unnecessary NULL checks, part 1.David Benjamin
2015-03-19Fix error handling in bn_expDavid Benjamin
2015-02-11Add in missing curly braces part 1.David Benjamin
2015-02-02Remove string.h from base.h.Adam Langley
2014-11-06Shush some dead assignments.David Benjamin
2014-08-06Fix out-of-bounds read in BN_mod_exp_mont_consttime.David Benjamin
2014-07-30A bunch of dead assignments.David Benjamin
2014-07-29fix x86_64-specific crash with one-word modulus.Adam Langley
2014-07-29move check for AD*X to rsaz-avx2.pl.Adam Langley
2014-06-21bignum: fix boundary condition in montgomery logicAdam Langley
2014-06-21Ensure that x**0 mod 1 = 0.Adam Langley
2014-06-21Inital import.Adam Langley