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-11-06Constify more BN_MONT_CTX parameters.David Benjamin
2015-11-03Make BN_mod_exp_mont_consttime take a const context.Adam Langley
2015-10-26Fix incorrect error-handling in BN_div_recp.David Benjamin
2015-10-13Silence MSVC warning C4210.Brian Smith
2015-09-01BN_mod_exp_mont_consttime: check for zero modulus.David Benjamin
2015-08-07Remove stray (void)0.David Benjamin
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