1. 18fe256 Merge remote-tracking branch 'origin/pr/2359' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  2. 44fbf91 Backport #1949 into mbedtls-2.7 by Jeffrey Martin · 7 years ago
  3. 0559c66 Include configuration file to headers by Ron Eldor · 7 years ago
  4. 2df2bf2 Strip trailing whitespace in bn_mul.h by Simon Butcher · 7 years ago
  5. e087547 Correct logic to exclude i386 inline assenbly when -O0 by Simon Butcher · 7 years ago
  6. d064b5c Disable use of the i386 assembly for option -O0 by Simon Butcher · 7 years ago
  7. 83868a0 Add ebx to the i386 clobber list for MPI assembly by Simon Butcher · 7 years ago
  8. df484d6 Fix MicroBlaze register typo. by Zach van Rijn · 7 years ago
  9. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  10. 9edf1eb Merge pull request #376 from jcowgill/x32 by Paul Bakker · 9 years ago
  11. 365f325 Make check-names.sh happy by Manuel Pégourié-Gonnard · 10 years ago
  12. 25caaf3 Avoid build errors with -O0 due to assembly by Manuel Pégourié-Gonnard · 10 years ago
  13. 21e402a Fix segfault on x32 by using better register constraints in bn_mul.h by James Cowgill · 10 years ago
  14. 7c5fcdc Disable reportedly broken assembly of Sparc(64) by Manuel Pégourié-Gonnard · 10 years ago
  15. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  16. 854dab9 Fix the fix for armcc5 --gnu by Manuel Pégourié-Gonnard · 10 years ago
  17. e96ce08 Fix compile error with armcc5 --gnu by Manuel Pégourié-Gonnard · 10 years ago
  18. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  19. ba19432 Move from asm to __asm by default by Manuel Pégourié-Gonnard · 10 years ago
  20. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  21. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed from include/polarssl/bn_mul.h]
  22. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  23. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  24. d1e7e8b Fix mips64 bignum implementation by James Cowgill · 11 years ago
  25. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  26. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  27. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  28. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  29. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  30. ef5087d Added explicit casts to prevent compiler warnings when trying to build for iOS by Sander Niemeijer · 11 years ago
  31. 3135725 Disable broken Sparc64 bn_mul assembly by Manuel Pégourié-Gonnard · 11 years ago
  32. acbcbba Fix asm format of bn_mul.h for more portability by Manuel Pégourié-Gonnard · 11 years ago
  33. 35e7cb9 Fix preprocessor checks for bn_mul PPC asm by Barry K. Nathan · 11 years ago
  34. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  35. 7349142 Don't try to use MIPS32 asm macros on MIPS64 by Alex Wilson · 11 years ago
  36. 5af8e64 Fix asm format for alpha by Manuel Pégourié-Gonnard · 12 years ago
  37. 3f687ad Fix asm format for tricore by Manuel Pégourié-Gonnard · 12 years ago
  38. 1753e2f Fix asm format for microblaze by Manuel Pégourié-Gonnard · 12 years ago
  39. 3b05e4c Fix asm format for MC68020 by Manuel Pégourié-Gonnard · 12 years ago
  40. 02d800c Fix BN ASM for PowerPC by Manuel Pégourié-Gonnard · 12 years ago
  41. 8b1b103 Fix bignum's ASM format for MIPS by Manuel Pégourié-Gonnard · 12 years ago
  42. def018d Fix bignum ASM format for X86-64 by Manuel Pégourié-Gonnard · 12 years ago
  43. fc4f46f Fixed bignum.c and bn_mul.h to support Thumb2 and LLVM compiler by Paul Bakker · 12 years ago
  44. eff2e6d Fixed MPI assembly for ARM when -O2 is used by Paul Bakker · 12 years ago
  45. fb1cbd3 Fixed assembly code for ARM (Thumb and regular) for some compilers by Paul Bakker · 12 years ago
  46. 4f024b7 - Fixed for SPARC64 by Paul Bakker · 13 years ago
  47. 0fd018e - Fixed preprocessor typo by Paul Bakker · 13 years ago
  48. 5c2364c - Moved from unsigned long to uint32_t throughout code by Paul Bakker · 13 years ago
  49. 4f9a7bb - Added Thumb assembly optimizations by Paul Bakker · 13 years ago
  50. 6621987 - Made better fix to issue of defined long long type for bignum code by Paul Bakker · 14 years ago
  51. a2713a3 - Made switch for ARM thumb assembly. Still has to be added! by Paul Bakker · 14 years ago
  52. 314052f - Removed extraneous "polarssl/" in front on include directives in header files by Paul Bakker · 14 years ago
  53. 1aa3d76 - Fixed a missing t_udbl conversion by Paul Bakker · 14 years ago
  54. a755ca1 - Renamed t_s_int, t_int and t_dbl to respectively t_sint, t_uint and t_udbl for clarity by Paul Bakker · 14 years ago
  55. 37ca75d - Added Doxygen source code documentation parts (donated by Fox-IT) by Paul Bakker · 15 years ago
  56. b96f154 - Fixed copyright message by Paul Bakker · 15 years ago
  57. 84f12b7 - Updated Copyright to correct entity by Paul Bakker · 15 years ago
  58. fc8c436 - Updated copyright line to 2010 by Paul Bakker · 15 years ago
  59. 1f3c39c - Removed copyright line for Christophe Devine for clarity by Paul Bakker · 15 years ago
  60. 77b385e - Updated copyright messages on all relevant files by Paul Bakker · 16 years ago
  61. c89cf7c - Updated assembly to not clobber ebx and allow shared libs again by Paul Bakker · 16 years ago
  62. 40fe2b0 - Fixed clobberlist of asm command. (Required for correct handling of coverage testing) by Paul Bakker · 16 years ago
  63. 785a9ee - Added email address to header license information by Paul Bakker · 17 years ago
  64. e0ccd0a - Updated Copyright notices by Paul Bakker · 17 years ago
  65. 40e4694 - First replacement of xyssl by polarssl where needed by Paul Bakker · 17 years ago
  66. 8e831ed by Paul Bakker · 17 years ago
  67. 5121ce5 - Renamed include directory to polarssl by Paul Bakker · 17 years ago