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
2015-09-23Work around even more Estonian ID card misissuances.David Benjamin
2015-09-18Update the Estonian workaround comments.David Benjamin
2015-09-16Work around broken Estonian smart cards. Again.David Benjamin
2015-09-09Stop using |ERR_peek_last_error| in RSA blinding.Adam Langley
2015-09-01BN_mod_exp_mont_consttime: check for zero modulus.David Benjamin
2015-09-01Fix spurious bn_test failures.David Benjamin
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley
2015-08-19Re-add |BN_bn2mpi| and |BN_mpi2bn| from OpenSSL at fd682e4c.Matt Braithwaite
2015-08-17Check for 0 modulus in BN_MONT_CTX_set.David Benjamin
2015-08-17Get overflow checks right in BN_bin2bn.David Benjamin
2015-08-17Tidy up BN decimal and hex decode functions.David Benjamin
2015-08-07Remove stray (void)0.David Benjamin
2015-08-07Check the return value of |BN_sub| in bn_test.cc.Brian Smith
2015-07-28Fix license on rsaz_exp.h.David Benjamin
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-07-14Rename crypto/{bn,evp}/asn1.c.David Benjamin
2015-07-07Add crypto/bytestring-based BIGNUM DER functions.David Benjamin
2015-06-15Check for BN_copy failures.David Benjamin
2015-05-28Fix bn_test's bc output and shut it up a little.David Benjamin
2015-05-28Fix signed/unsigned warning in bn_test.cc.David Benjamin
2015-05-28Fix off-by-one in BN_randDavid Benjamin
2015-05-28Reject negative shifts for BN_rshift and BN_lshift.David Benjamin
2015-05-21Add malloc test support to unit tests.David Benjamin
2015-05-16Always include x86_64-gcc.c in the standalone build.David Benjamin
2015-05-16Don't use x86_64-gcc.c with NO_ASM.Adam Langley
2015-05-11Require source files define __STDC_FORMAT_MACROS to use BN FMT macros.David Benjamin
2015-05-05Make format strings for bignums, like |BN_DEC_FMT1|, visible.Matt Braithwaite
2015-05-05Remove unnecessary NULL checks, part 1.David Benjamin
2015-05-05Add assembly support for 32-bit iOS.David Benjamin
2015-05-05Remove inconsistency in ARM support.David Benjamin
2015-05-05ARM assembly pack: get ARMv7 instruction endianness right.David Benjamin
2015-05-05Test BN_mul for negative zero.David Benjamin
2015-05-05Test negatives for BN_div.David Benjamin
2015-04-23Ensure BN_asc2bn, BN_dec2bn, and BN_hex2bn never give -0.David Benjamin
2015-04-14Convert BN_MONT_CTX to new-style locking.Adam Langley
2015-04-13Remove superfluous crypto/bio dependencies from tests.Brian Smith
2015-04-13Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it.Brian Smith
2015-04-02Define __STDC_FORMAT_MACROS before inttypes.h.David Benjamin
2015-04-01Convert bn_test to C++.David Benjamin
2015-03-19Avoid undefined behavior in probable_prime.David Benjamin
2015-03-19Fix error handling in bn_expDavid Benjamin
2015-03-13Error codes are uint32_t, not unsigned long.David Benjamin
2015-02-26Remove explicit .hiddens from x86_64 perlasm files.David Benjamin
2015-02-21Hide all asm symbols.Adam Langley
2015-02-19Mark OPENSSL_armcap_P as hidden in ARM asm.Adam Langley
2015-02-17Add some missing error failure checks.David Benjamin
2015-02-12Fix standalone build on Win64.David Benjamin
2015-02-11Add in missing curly braces part 1.David Benjamin
2015-02-10Precompute sorted array for error strings.Adam Langley
2015-02-02Remove string.h from base.h.Adam Langley