1. e7723ec Make entropy bias self test poll multiple times by Andres AG · 8 years ago
  2. b34e42e Add a new self test to entropy module by Andres AG · 8 years ago
  3. 98844ff Fix minor typo in comments (#531) by Brian J Murray · 8 years ago
  4. c7d6bd4 Add mbedtls_asn1_write_len() support for 3 and 4 byte lengths by Paul Bakker · 8 years ago
  5. 7eb1243 Add check for lengths over 65535 in mbedtls_asn1_write_len() by Paul Bakker · 8 years ago
  6. 1e4ec66 Check time platform abstraction macro definitions (#534) by Andres Amaya Garcia · 8 years ago
  7. b5b6af2 Puts platform time abstraction into its own header by Simon Butcher · 8 years ago
  8. 7247f99 Fixes missing dependency in ss.h on platform.h by James Cowgill · 8 years ago
  9. 1d46a2d Fix issue with reuse of custom yotta configs for target_config.h (#530) by Simon Butcher · 8 years ago
  10. 905cef6 Changed library version number to 2.3.0 by Simon Butcher · 8 years ago
  11. ab069c6 Merge branch 'development' into development-restricted by Simon Butcher · 8 years ago
  12. b2c81b1 Added target_config.h as a custom header for yotta use by Simon Butcher · 8 years ago
  13. efc665f Fix mbedtls_ssl_set_hostname documentation by Janos Follath · 8 years ago
  14. 1b8571c Merge branch 'development' into development-restricted by Janos Follath · 8 years ago
  15. d96e526 ssl.h: tidy up the documentation comments (#505) by Aaron Jones · 8 years ago
  16. 15ab7ed Merge branch 'development' into development-restricted by Janos Follath · 8 years ago
  17. 4157b60 Renames null entropy source function for clarity by Simon Butcher · 8 years ago
  18. ab5df40 Rename the 'no entropy' feature to MBEDTLS_TEST_NULL_ENTROPY by Simon Butcher · 8 years ago
  19. 30b5f97 Removes target_config.h file from default and thread configs by Simon Butcher · 8 years ago
  20. 71a597a Update documentation for MBEDTLS_ENTROPY_NV_SEED by Paul Bakker · 8 years ago
  21. fc9c7c8 Initial entropy run should be context specific by Paul Bakker · 8 years ago
  22. 66fdf34 Add MBEDTLS_FS_IO guard on default NV seed defines in platform.h by Paul Bakker · 8 years ago
  23. d5c9f6d Automatically update NV seed on initial entropy run by Paul Bakker · 8 years ago
  24. 9988d6b Introduce mbedtls_nv_seed_poll() entropy polling function by Paul Bakker · 8 years ago
  25. cf0a9f9 Introduce platform-layer functions for reading/writing seed from NV by Paul Bakker · 8 years ago
  26. f93b8bc Add requirements for the entropy safety switch in documentation. by Janos Follath · 8 years ago
  27. 53de784 Add entropy safety switch. by Janos Follath · 8 years ago
  28. ce52d78 Address user reported coverity issues. by Janos Follath · 8 years ago
  29. 04b591e Merge branch 'development' for weekly test report. by Janos Follath · 8 years ago
  30. 2917b9e Clarified function param in dhm.h by Simon Butcher · 8 years ago
  31. 9c22e73 Merge branch 'development' by Simon Butcher · 8 years ago
  32. cfe392b Add end guard comment by Paul Bakker · 8 years ago
  33. c0715cb Fix single threaded builds by Embedthis Software · 9 years ago
  34. 80119c5 Fixes minor typos in comments in pk.h and ctr_drbg.c by Simon Butcher · 8 years ago
  35. 4fde40f Fix logic to allow at least one PKCS version enabled by Paul Bakker · 8 years ago
  36. 37068a7 Add check to prevent enabling of RSA without selecting PKCS version(s) by Paul Bakker · 8 years ago
  37. 295dfa2 Clarifies documentation on reported memory statistics by SimonB · 8 years ago
  38. c788b4c Fix segfault on x32 by using better register constraints in bn_mul.h by James Cowgill · 9 years ago
  39. db0feca Fixes platform time_t abstraction by Simon Butcher · 8 years ago
  40. 9edf1eb Merge pull request #376 from jcowgill/x32 by Paul Bakker · 8 years ago
  41. e049ccd Add end guard comment by Paul Bakker · 8 years ago
  42. 17ddff5 Fix single threaded builds by Embedthis Software · 9 years ago
  43. 295639b Fixes minor typos in comments in pk.h and ctr_drbg.c by Simon Butcher · 8 years ago
  44. 7e8a6fb Fix minor doc issue by Attila Molnar · 8 years ago
  45. 5be3a25 Clarifies documentation on reported memory statistics by SimonB · 8 years ago
  46. 0b98d2f Fix minor doc issue by Attila Molnar · 8 years ago
  47. 80aea30 Fixes syntax and naming for check-names.sh by Simon Butcher · 8 years ago
  48. 3fe6cd3 Fixes time() abstraction for custom configs by Simon Butcher · 8 years ago
  49. d5800b7 Abstracts away time()/stdlib.h into platform by SimonB · 8 years ago
  50. c351d18 Restore a change in the documentation. by Janos Follath · 9 years ago
  51. d75b782 Fix a typo that confuses check-names.sh by Janos Follath · 9 years ago
  52. 9194744 Add exit value macros to platform abstraction layer. by Janos Follath · 9 years ago
  53. 68c0bd7 Clarified current status of RC4 usage by Simon Butcher · 9 years ago
  54. 7ef5cf3 Provided doxygen function definitions for debug.h by Simon Butcher · 9 years ago
  55. d567a23 Fix typos, grammar in the comments and clarify them by Simon Butcher · 9 years ago
  56. e2681a4 Update default configuration by Janos Follath · 9 years ago
  57. e846b51 Use the SSL IO and time callback typedefs consistently by Simon Butcher · 9 years ago
  58. c0957bd Fix some minor typos in comments by Simon Butcher · 9 years ago
  59. 986bbf2 x509: by Manuel Pégourié-Gonnard · 9 years ago
  60. d1b7f2b ssl: ignore CertificateRequest's content for real by Manuel Pégourié-Gonnard · 9 years ago
  61. eeef947 Clarify documentation about missing CRLs by Manuel Pégourié-Gonnard · 9 years ago
  62. 9d62412 Add note about not implementing PSK id_hint by Manuel Pégourié-Gonnard · 9 years ago
  63. 157cb65 Clarified mbedtls_ssl_conf_alpn_protocols() doc by Simon Butcher · 9 years ago
  64. 02049dc Add links to KB articles by Manuel Pégourié-Gonnard · 9 years ago
  65. 325ce09 Give better error messages for semi-portable parts by Manuel Pégourié-Gonnard · 9 years ago
  66. d13b950 Improve documentation of some SSL callbacks by Manuel Pégourié-Gonnard · 9 years ago
  67. edb1a48 dtls: improve doc about handshake timeouts by Manuel Pégourié-Gonnard · 9 years ago
  68. 365f325 Make check-names.sh happy by Manuel Pégourié-Gonnard · 9 years ago
  69. 25caaf3 Avoid build errors with -O0 due to assembly by Manuel Pégourié-Gonnard · 9 years ago
  70. bfafadb Change version number to 2.2.1 by Simon Butcher · 9 years ago mbedtls-2.2.1
  71. 76da60c Fix doxygen warnings for generic names in config.h by Manuel Pégourié-Gonnard · 9 years ago
  72. ddbb166 Reintroduce line deleted by accident by Manuel Pégourié-Gonnard · 9 years ago
  73. 5b331b9 Various fixes to doxygen API generation by Simon Butcher · 9 years ago
  74. 9803d07 Fix for MPI divide on MSVC by Simon Butcher · 9 years ago
  75. 4c2bfdb Merge 'iotssl-558-md5-tls-sigs-restricted' by Simon Butcher · 9 years ago
  76. fabce5e Merge branch 'misc' into development by Simon Butcher · 9 years ago
  77. 21e402a Fix segfault on x32 by using better register constraints in bn_mul.h by James Cowgill · 9 years ago
  78. acbb050 Make documentation more explicit on TLS errors by Manuel Pégourié-Gonnard · 9 years ago
  79. 47229c7 Disable MD5 in handshake signatures by default by Manuel Pégourié-Gonnard · 9 years ago
  80. e2e25e7 DTLS: avoid dropping too many records by Manuel Pégourié-Gonnard · 9 years ago
  81. 8254ed2 Change version number to 2.2.0 by Simon Butcher · 9 years ago mbedos-release-15-11 mbedtls-2.2.0
  82. ba1d897 Merge branch 'bugfixes' into development by Manuel Pégourié-Gonnard · 9 years ago
  83. fb84d38 Try to prevent some misuse of RSA functions by Manuel Pégourié-Gonnard · 9 years ago
  84. 2046062 Merge branch 'development' into misc by Simon Butcher · 9 years ago
  85. 5f7c34b Merge branch iotssl-521-keylen-check by Simon Butcher · 9 years ago
  86. 65eefc8 Fix missing check for RSA key length on EE certs by Manuel Pégourié-Gonnard · 9 years ago
  87. e5f3072 Fix #ifdef inconsistency by Manuel Pégourié-Gonnard · 9 years ago
  88. 7c5fcdc Disable reportedly broken assembly of Sparc(64) by Manuel Pégourié-Gonnard · 9 years ago
  89. fadacb9 Merge branch 'development' into iotssl-461-ecjpake-finalization by Manuel Pégourié-Gonnard · 9 years ago
  90. cf82893 Disable EC J-PAKE by default (experimental) by Manuel Pégourié-Gonnard · 9 years ago
  91. db90c82 Fix typo in documentation by Manuel Pégourié-Gonnard · 9 years ago
  92. e3132a9 Corrected misleading fn description in ssl_cache.h by Simon Butcher · 9 years ago
  93. 024b6df Improve key export API and documentation by Manuel Pégourié-Gonnard · 9 years ago
  94. 4104864 ECHDE-PSK does not use a certificate by Manuel Pégourié-Gonnard · 9 years ago
  95. adeb7d8 Move all KEY_EXCHANGE__ definitions in one place by Manuel Pégourié-Gonnard · 9 years ago
  96. 4289c0d Typo in parameter name by Robert Cragie · 9 years ago
  97. c4e7d8a Bump version to 2.1.2 by Manuel Pégourié-Gonnard · 9 years ago mbedtls-2.1.2
  98. c80a74f Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 9 years ago
  99. 2ac9c60 Add 'inline' workaround where needed by Manuel Pégourié-Gonnard · 9 years ago
  100. a97ab2c Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 9 years ago