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-10-20Update to chromium-stable commit 3cab5572b1fcf5a8f6018529dc30dc8d21b2a4bd.Martin Baulig
2016-10-18Make building tests optional with an ENABLE_TESTS symbolAlexander Köplinger
2016-02-12Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result.Brian Smith
2016-02-11Mark ARM assembly globals hidden uniformly in arm-xlate.pl.David Benjamin
2016-02-09Remove dead non-|BN_ULLONG|, non-64-bit-MSVC code in crypto/bn.Brian Smith
2016-02-09Remove unused Simics code in crypto/bn/asm/x86_64-gcc.c.Brian Smith
2016-02-08Minimize the scope of the |BN_*_SIZE_*| constants.Brian Smith
2016-02-08Remove unused |bn_mul_low_normal| and related #defines.Brian Smith
2016-02-06Remove dead platform-specific code in |BN_div|.Brian Smith
2016-02-05Enable MSVC 128-bit multiplication regardless of OPENSSL_NO_ASM.Brian Smith
2016-02-02Update some comments in bn_test.c in light of acb24518.Adam Langley
2016-01-28Rename the BIGNUM ASN.1 functions.David Benjamin
2016-01-28Define `int128_t` and `uint128_t` in one place.Brian Smith
2016-01-26Use |alignas| for alignment.Brian Smith
2016-01-22Fix trivial -Wcast-qual violations.Brian Smith
2015-12-23Fix a ** 0 mod 1 = 0 for real this time.David Benjamin
2015-12-22Convert ssl3_send_client_key_exchange to CBB.David Benjamin
2015-12-16Switch unrolled loop in BN_usub with memcpy.David Benjamin
2015-12-03Re-apply 75b833cc819a9d189adb0fdd56327bee600ff9e9David Benjamin
2015-12-03bn/asm/x86_64-mont5.pl: fix carry propagating bug (CVE-2015-3193).David Benjamin
2015-11-20Do away with BN_LLONG in favor of BN_ULLONG.David Benjamin
2015-11-19Remove the |ri| field of |BN_MONT_CTX|.Brian Smith
2015-11-19s/BN_BITS/BN_BITS2/ in |BN_mod_inverse_ex|; remove |BN_BITS| & |BN_MASK|.Brian Smith
2015-11-19Share common definitions of |TOBN| and |BIGNUM_STATIC|.Brian Smith
2015-11-17Don't include <alloca.h>, it's no longer needed.Piotr Sikora
2015-11-12Remove the unused |Ni| member of |BN_MONT_CTX|.Brian Smith
2015-11-12Remove stl_compat.h.David Benjamin
2015-11-10Add AArch64 Montgomery assembly.Adam Langley
2015-11-10Enable Montgomery optimisations on ARM.Adam Langley
2015-11-07Remove non-ASM version of |bn_mul_mont| in bn/generic.c.Brian Smith
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-28Get rid of all compiler version checks in perlasm files.David Benjamin
2015-10-27Revert "Get rid of all compiler version checks in perlasm files."David Benjamin
2015-10-27Avoid signed/unsigned comparison in crypto/bn's |probable_prime|.Brian Smith
2015-10-26Add a run_tests target to run all tests.David Benjamin
2015-10-26Get rid of all compiler version checks in perlasm files.David Benjamin
2015-10-26Remove BN_MONT_CTX_init.David Benjamin
2015-10-26Fix incorrect error-handling in BN_div_recp.David Benjamin
2015-10-13Silence MSVC warning C4210.Brian Smith
2015-10-09Remove an unreachable expression.Adam Langley
2015-10-01Revert section changes for ASM.Adam Langley
2015-09-30Move .align directives next to their labels for ARM.Adam Langley
2015-09-29Put arm/aarch64 assembly functions in their own section.Adam Langley
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