1. fac45fb entropy_poll: Removed checks for windows versions < WINXP by Minos Galanakis · 1 year, 10 months ago
  2. e8a5d1a entropy_poll: Updated documentation for entropy_poll loop. by Minos Galanakis · 1 year, 11 months ago
  3. 2c6e561 entropy_poll.c: Added looping logic to `mbedtls_platform_entropy_poll()`. by Minos Galanakis · 1 year, 11 months ago
  4. 4952f70 Removed unsupported Visual Studio related code in entropy_poll.c and x509_crt.c. by Minos Galanakis · 2 years ago
  5. 12b493f entropy_poll/x509_crt: Added MBEDTLS_POP_TARGET_PRAGMA define guards. by Minos Galanakis · 2 years ago
  6. a277b21 Code style fixes by Minos Galanakis · 2 years ago
  7. def90f4 Fix formatting and detail of comments in PR #730 by Simon Butcher · 7 years ago
  8. e068aa7 Fix the build for mingw and CMake + VStudio by Simon Butcher · 7 years ago
  9. 0ec1e68 Replace Windows APIs that are banned in Windows Store apps by Kevin Kane · 9 years ago
  10. 1ee4d12 Fix error strings without quotes by Antonio de Angelis · 2 years ago
  11. d50a8cc Don't force the default windows version down by Steve Lhomme · 2 years, 1 month ago
  12. 954553f Don't call wincrypt on builds older than Windows XP by Steve Lhomme · 2 years, 1 month ago
  13. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  14. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  15. da0913b Call setbuf when reading or writing files: library by Gilles Peskine · 3 years, 1 month ago
  16. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  17. d854083 Move part of timing module out of the library by TRodziewicz · 4 years, 2 months ago
  18. 72f60df Remove MBEDTLS_TEST_NULL_ENTROPY config option. by Mateusz Starzyk · 4 years, 3 months ago
  19. 73e3e2c Merge remote-tracking branch 'origin/development' into development_new by Dave Rodgman · 4 years, 4 months ago
  20. ea0a865 Move entropy_poll.h to library by Chris Jones · 4 years, 5 months ago
  21. d6ee36e Merge pull request #4110 from gilles-peskine-arm/psa-external-random-in-mbedtls by Dave Rodgman · 4 years, 5 months ago
  22. 8e1e46e Fix the use of unitialized memory with MBEDTLS_TEST_NULL_ENTROPY by Gilles Peskine · 4 years, 6 months ago
  23. 0fdcc8e Remove Havege module. by Mateusz Starzyk · 4 years, 6 months ago
  24. 2b8c265 Implements getrandom's wrapper for handful of BSD. by David Carlier · 4 years, 7 months ago
  25. a1f9ef0 Fix the build when _GNU_SOURCE is defined to a non-empty value by Gilles Peskine · 4 years, 10 months ago
  26. c6468ee Revert "Use glibc's getrandom() instead of syscall when glibc > 2.25." by Gilles Peskine · 4 years, 10 months ago
  27. 9c46a60 Use glibc's getrandom() instead of syscall when glibc > 2.25. by okhowang(王沛文) · 5 years ago
  28. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  29. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  30. 8373c86 entropy: Adjust parameter type of internal function to avoid a cast by nia · 5 years ago
  31. e3fdcfa entropy: Avoid arithmetic on void pointer by nia · 5 years ago
  32. f4d9f21 entropy: Rename sysctl_wrapper to sysctl_arnd_wrapper by nia · 5 years ago
  33. 9f5312c entropy: Add support for BSD sysctl(KERN_ARND) by nia · 5 years ago
  34. 479d8de Add support for midipix, a POSIX layer for Microsoft Windows by Ørjan Malde · 5 years ago
  35. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  36. 9772da8 Add missing bracket by Hanno Becker · 7 years ago
  37. 2751697 Entropy: Fall through to /dev/random if getrandom() syscall unknown by Hanno Becker · 7 years ago
  38. 2c92949 Merge remote-tracking branch 'public/pr/1198' into development by Simon Butcher · 7 years ago
  39. d21bd31 Merge remote-tracking branch 'public/pr/1567' into development by Simon Butcher · 7 years ago
  40. 2682edf Fix build using -std=c99 by Nicholas Wilson · 8 years ago
  41. 73a4b80 Merge remote-tracking branch 'public/pr/1672' into development by Simon Butcher · 7 years ago
  42. 02b9329 Fix MSan build without MBEDTLS_TIMING_C by Gilles Peskine · 7 years ago
  43. 60bc47d library: Port to Haiku. by Augustin Cavalier · 7 years ago
  44. 3f21a35 Added checking for QNX operating system to make mbedtls build on QNX by Matthias Weisser · 9 years ago
  45. 4157b60 Renames null entropy source function for clarity by Simon Butcher · 9 years ago
  46. ab5df40 Rename the 'no entropy' feature to MBEDTLS_TEST_NULL_ENTROPY by Simon Butcher · 9 years ago
  47. 9988d6b Introduce mbedtls_nv_seed_poll() entropy polling function by Paul Bakker · 9 years ago
  48. 53de784 Add entropy safety switch. by Janos Follath · 9 years ago
  49. 2791ba1 Fix handle leak in mbedtls_platform_entropy_poll() on Windows on error by Attila Molnar · 10 years ago
  50. 325ce09 Give better error messages for semi-portable parts by Manuel Pégourié-Gonnard · 9 years ago
  51. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  52. ea35666 Fix -Wshadow warnings by Manuel Pégourié-Gonnard · 10 years ago
  53. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  54. bcf13ba Fix issue with MemSan and entropy by Manuel Pégourié-Gonnard · 10 years ago
  55. f8b6fde Remove include that is no longer needed by Manuel Pégourié-Gonnard · 10 years ago
  56. 9f145de Fix merge issue from 1.3 branch by Manuel Pégourié-Gonnard · 10 years ago
  57. da61ed3 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  58. d97828e Fix detection of getrandom() by Manuel Pégourié-Gonnard · 10 years ago
  59. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  60. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  61. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  62. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  63. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  64. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  65. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  66. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  67. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  68. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  69. 1829245 Add support for getrandom() by Manuel Pégourié-Gonnard · 11 years ago
  70. d8bb826 Fix code styling for return statements by Paul Bakker · 11 years ago
  71. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  72. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  73. fa6a620 Defines for UEFI environment under MSVC added by Paul Bakker · 12 years ago
  74. b9cfaa0 Explicit conversions and minor changes to prevent MSVC compiler warnings by Paul Bakker · 12 years ago
  75. 4a2bd0d - Merged fixes 1394 and 1395 from trunk to PolarSSL 1.2 branch by Paul Bakker · 13 years ago
  76. 6bcfc67 - Prevented warning from unused parameter data by Paul Bakker · 14 years ago
  77. 6083fd2 - Added a generic entropy accumulator that provides support for adding custom entropy sources and added some generic and platform dependent entropy sources by Paul Bakker · 14 years ago