- 16799db update headers by Dave Rodgman · 1 year, 9 months ago
- c8d81ad Merge pull request #7784 from daverodgman/aesce-unroll by Dave Rodgman · 2 years, 1 month ago
- 8c5fae2 Add explanatory comment by Dave Rodgman · 2 years, 1 month ago
- 9e868be Fix clang warning from -Wasm-operand-widths by Dave Rodgman · 2 years, 1 month ago
- 4e5c63d Improve documentation in bn_mul.h by Dave Rodgman · 2 years, 1 month ago
- e6c9996 Work around updating pointers from ILP32 by Dave Rodgman · 2 years, 1 month ago
- 0400ae2 Fix pointer constraint in bn_mul.h by Dave Rodgman · 2 years, 1 month ago
- 7fdfd70 Introduce MBEDTLS_COMPILER_IS_GCC by Dave Rodgman · 2 years, 2 months ago
- 9a676a7 Comment tidy-up by Dave Rodgman · 2 years, 2 months ago
- b6e0654 Rename MULADDC_PRESERVE_R1 etc to MULADDC_PRESERVE_SCRATCH etc by Dave Rodgman · 2 years, 2 months ago
- f89e3c5 Improve docs & check for non-gcc compilers by Dave Rodgman · 2 years, 2 months ago
- 6df1e54 Do not use assembly on Thumb 1 / clang by Dave Rodgman · 2 years, 2 months ago
- 3964fe0 Improve ISA detection by Dave Rodgman · 2 years, 2 months ago
- 12b14b2 Simplify ifdefs by Dave Rodgman · 2 years, 2 months ago
- b047bf6 Restrict use of r7 in Thumb 1 code by Dave Rodgman · 2 years, 2 months ago
- cee166e Don't use r7 in generic codepath by Dave Rodgman · 2 years, 2 months ago
- 7d6ec95 Revert to detecting __GNUCC__ instead of armclang by Dave Rodgman · 2 years, 2 months ago
- 92e8a88 Improve comments by Dave Rodgman · 2 years, 2 months ago
- 5c5a6de Give options clearer names by Dave Rodgman · 2 years, 2 months ago
- 6adaca6 Minor tidy-up by Dave Rodgman · 2 years, 2 months ago
- ffbb7c5 Tidy-up macros and fix guards around option B by Dave Rodgman · 2 years, 2 months ago
- 1416cba Gate all arm asm on Armv6 or better architecture by Dave Rodgman · 2 years, 2 months ago
- 0ffc6f4 First draft at fixing the choice of asm by Dave Rodgman · 2 years, 2 months ago
- 4489c8d Disable bignum assembly for certain Arm M-class CPUs by Dave Rodgman · 2 years, 2 months ago
- cb0f2c4 Tidy-up - move asm #define into build_info.h by Dave Rodgman · 2 years, 7 months ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- bec9532 Don't restyle end of file by David Horstmann · 2 years, 7 months ago
- cb3b6ae Disable code style correction for bignum assembly by David Horstmann · 2 years, 7 months ago
- e3d8f31 Workaround Uncrustify parsing of "asm" by David Horstmann · 2 years, 7 months ago
- 92cd864 Merge pull request #6090 from hanno-arm/fix_bnmul_arm_v7a by Dave Rodgman · 3 years ago
- 919ff15 Merge pull request #4686 from Kazuyuki-Kimura/patch_#2020 by Dave Rodgman · 3 years ago
- c0546e3 bn_mul.h: fix x86 PIC inline ASM compilation with GCC < 5 by Peter Korsgaard · 7 years ago
- 907a367 Remove explicit width suffixes from Arm bignum assembly by Hanno Becker · 3 years, 1 month ago
- b88dbdd fix issue #2020 by Kazuyuki Kimura · 4 years, 2 months ago
- 606cb16 Add comment explaining structure of UMAAL assembly by Hanno Becker · 3 years, 4 months ago
- d46d96c Add 2-fold unrolled assembly for umaal based multiplication by Hanno Becker · 3 years, 4 months ago
- eacf3b9 Simplify organization of inline assembly for bignum by Hanno Becker · 3 years, 4 months ago
- efdc519 Reintroduce though-to-be unused variable in correct place by Hanno Becker · 3 years, 4 months ago
- 11c81df Fix aarch64 assembly for bignum multiplication by David Horstmann · 3 years, 10 months ago
- d337fbc x86_64 MULADDC assembly: add missing constraints about memory by Gilles Peskine · 3 years, 11 months ago
- 34d8cd2 Merge remote-tracking branch 'restricted/development-restricted' into mbedtls-3.0.0rc0-pr by Dave Rodgman · 4 years, 1 month ago
- c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
- 1107ee4 Add prefix to BYTES_TO_T_UINT_* by Janos Follath · 4 years, 1 month ago
- 8c70e81 Move mpi constant macros to bn_mul.h by Janos Follath · 4 years, 1 month ago
- 4c5819c Move bn_mul.h to library/ by Chris Jones · 4 years, 5 months ago[Renamed from include/mbedtls/bn_mul.h]
- 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- cb260bb Fix -O0 build for Aarch64 bignum multiplication. by Ko- · 7 years ago
- cc1871e Add optimized bignum multiplication for Aarch64. by Ko- · 7 years ago
- 9d20e1f Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
- 5daa34f bn_mul.h: require at least ARMv6 to enable the ARM DSP code by Aurelien Jarno · 7 years ago
- c49fbbf Use mbedtls-based path for includes by Jaeden Amero · 6 years ago
- c42dd60 Merge remote-tracking branch 'origin/pr/1949' into development by Jaeden Amero · 7 years ago
- d25fd8d MIPS register hints without `$` for compatibility by Jeffrey Martin · 7 years ago
- 2f70e4b add hints for mips registers that may need restore by Jeffrey Martin · 7 years ago
- 8b0cf2e Include configuration file to headers by Ron Eldor · 7 years ago
- 083681c Merge remote-tracking branch 'upstream-public/pr/2039' into development by Jaeden Amero · 7 years ago
- d5bf428 Merge remote-tracking branch 'public/pr/1618' into development-proposed by Simon Butcher · 7 years ago
- 16b1bd8 bn_mul.h: add ARM DSP optimized MULADDC code by Aurelien Jarno · 7 years ago
- a86de14 Strip trailing whitespace in bn_mul.h by Simon Butcher · 7 years ago
- 3ad2efd Remove Yotta support from the docs, tests and build scripts by Simon Butcher · 7 years ago
- e459f07 Correct logic to exclude i386 inline assenbly when -O0 by Simon Butcher · 7 years ago
- 4b9a3ad Disable use of the i386 assembly for option -O0 by Simon Butcher · 7 years ago
- 5357164 Add ebx to the i386 clobber list for MPI assembly by Simon Butcher · 7 years ago
- e7d3f8e Fix MicroBlaze register typo. by Zach van Rijn · 7 years ago
- a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
- 9edf1eb Merge pull request #376 from jcowgill/x32 by Paul Bakker · 9 years ago
- 365f325 Make check-names.sh happy by Manuel Pégourié-Gonnard · 10 years ago
- 25caaf3 Avoid build errors with -O0 due to assembly by Manuel Pégourié-Gonnard · 10 years ago
- 21e402a Fix segfault on x32 by using better register constraints in bn_mul.h by James Cowgill · 10 years ago
- 7c5fcdc Disable reportedly broken assembly of Sparc(64) by Manuel Pégourié-Gonnard · 10 years ago
- 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
- 854dab9 Fix the fix for armcc5 --gnu by Manuel Pégourié-Gonnard · 10 years ago
- e96ce08 Fix compile error with armcc5 --gnu by Manuel Pégourié-Gonnard · 10 years ago
- 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
- ba19432 Move from asm to __asm by default by Manuel Pégourié-Gonnard · 10 years ago
- 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
- 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed from include/polarssl/bn_mul.h]
- fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
- 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
- d1e7e8b Fix mips64 bignum implementation by James Cowgill · 11 years ago
- 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
- 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
- 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
- a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
- 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
- ef5087d Added explicit casts to prevent compiler warnings when trying to build for iOS by Sander Niemeijer · 11 years ago
- 3135725 Disable broken Sparc64 bn_mul assembly by Manuel Pégourié-Gonnard · 11 years ago
- acbcbba Fix asm format of bn_mul.h for more portability by Manuel Pégourié-Gonnard · 11 years ago
- 35e7cb9 Fix preprocessor checks for bn_mul PPC asm by Barry K. Nathan · 11 years ago
- 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
- 7349142 Don't try to use MIPS32 asm macros on MIPS64 by Alex Wilson · 11 years ago
- 5af8e64 Fix asm format for alpha by Manuel Pégourié-Gonnard · 12 years ago
- 3f687ad Fix asm format for tricore by Manuel Pégourié-Gonnard · 12 years ago
- 1753e2f Fix asm format for microblaze by Manuel Pégourié-Gonnard · 12 years ago
- 3b05e4c Fix asm format for MC68020 by Manuel Pégourié-Gonnard · 12 years ago
- 02d800c Fix BN ASM for PowerPC by Manuel Pégourié-Gonnard · 12 years ago
- 8b1b103 Fix bignum's ASM format for MIPS by Manuel Pégourié-Gonnard · 12 years ago
- def018d Fix bignum ASM format for X86-64 by Manuel Pégourié-Gonnard · 12 years ago
- fc4f46f Fixed bignum.c and bn_mul.h to support Thumb2 and LLVM compiler by Paul Bakker · 12 years ago
- eff2e6d Fixed MPI assembly for ARM when -O2 is used by Paul Bakker · 12 years ago