1. a592dcc Clean up of formatting, and potential integer overflow fix by Andres AG · 8 years ago
  2. 69283e5 Clean up and minor fixes following review by Simon Butcher · 8 years ago
  3. 94ffde7 Fix CMAC interface for doxygen by Simon Butcher · 8 years ago
  4. 8308a44 Fix naming in cmac.h to comply with check-names.sh by Simon Butcher · 8 years ago
  5. 01ba45b Clean up comment formatting in md.h by Simon Butcher · 8 years ago
  6. 37a064a Remove CMAC as a separate and independent error group by Simon Butcher · 8 years ago
  7. 327398a Refactor and change CMAC interface by Simon Butcher · 8 years ago
  8. 2898f79 Specify AES-CMAC-PRF buffer output size in comment by Brian Murray · 8 years ago
  9. 72b69e3 Minor fixes to comments by Brian Murray · 8 years ago
  10. 53e23b6 Minor CMAC fixes for merge by Brian Murray · 8 years ago
  11. 06acc18 Minor change to pass build tests by Brian Murray · 8 years ago
  12. 87e4040 No CMAC minimum tag length is specified by NIST SP800-38B A Minor Typo Changes by Brian Murray · 8 years ago
  13. 57863ad selftest supports cmac if only MBEDTLS_DES_C is defined Other minor typo fixes by Brian Murray · 8 years ago
  14. b439d45 Only compile AES CMAC PRF support if MBEDTLS_AES_C is defined and other cleanups by Brian Murray · 8 years ago
  15. f13d3db Updated comments for CMAC in config.h by Brian Murray · 8 years ago
  16. b0c3c43 CMAC support for cipher with 64bit blocks (DES/3DES) by Brian Murray · 8 years ago
  17. 7b555f2 cmac: more cosmetic changes by Manuel Pégourié-Gonnard · 9 years ago
  18. 690083c cmac: improve argument order and naming by Manuel Pégourié-Gonnard · 9 years ago
  19. 3d23b1d Line endings wrong by Robert Cragie · 9 years ago
  20. f261ef0 Bad code in function documentation by Robert Cragie · 9 years ago
  21. 84a4c67 Added CMAC as proper low-level module and changed error returns by Robert Cragie · 9 years ago
  22. dc5c7b9 Add support for AES-128-CMAC and AES-CMAC-PRF-128 by Robert Cragie · 9 years ago
  23. 7abc974 Add config macro for min bytes hw entropy by Andres AG · 8 years ago
  24. 788aa4a Rename net.{c,h} to net_sockets.{c,h} by Andres AG · 8 years ago
  25. f911319 Allow the entry_name size to be set in config.h by Andres AG · 8 years ago
  26. a928e67 Documentation and entropy self test changes (#610) by Andres Amaya Garcia · 8 years ago
  27. e7723ec Make entropy bias self test poll multiple times by Andres AG · 8 years ago
  28. b34e42e Add a new self test to entropy module by Andres AG · 8 years ago
  29. 98844ff Fix minor typo in comments (#531) by Brian J Murray · 8 years ago
  30. c7d6bd4 Add mbedtls_asn1_write_len() support for 3 and 4 byte lengths by Paul Bakker · 8 years ago
  31. 7eb1243 Add check for lengths over 65535 in mbedtls_asn1_write_len() by Paul Bakker · 8 years ago
  32. 1e4ec66 Check time platform abstraction macro definitions (#534) by Andres Amaya Garcia · 8 years ago
  33. b5b6af2 Puts platform time abstraction into its own header by Simon Butcher · 8 years ago
  34. 7247f99 Fixes missing dependency in ss.h on platform.h by James Cowgill · 8 years ago
  35. 1d46a2d Fix issue with reuse of custom yotta configs for target_config.h (#530) by Simon Butcher · 8 years ago
  36. 905cef6 Changed library version number to 2.3.0 by Simon Butcher · 8 years ago
  37. ab069c6 Merge branch 'development' into development-restricted by Simon Butcher · 8 years ago
  38. b2c81b1 Added target_config.h as a custom header for yotta use by Simon Butcher · 8 years ago
  39. efc665f Fix mbedtls_ssl_set_hostname documentation by Janos Follath · 8 years ago
  40. 1b8571c Merge branch 'development' into development-restricted by Janos Follath · 8 years ago
  41. d96e526 ssl.h: tidy up the documentation comments (#505) by Aaron Jones · 8 years ago
  42. 15ab7ed Merge branch 'development' into development-restricted by Janos Follath · 8 years ago
  43. 4157b60 Renames null entropy source function for clarity by Simon Butcher · 8 years ago
  44. ab5df40 Rename the 'no entropy' feature to MBEDTLS_TEST_NULL_ENTROPY by Simon Butcher · 8 years ago
  45. 30b5f97 Removes target_config.h file from default and thread configs by Simon Butcher · 8 years ago
  46. 71a597a Update documentation for MBEDTLS_ENTROPY_NV_SEED by Paul Bakker · 8 years ago
  47. fc9c7c8 Initial entropy run should be context specific by Paul Bakker · 8 years ago
  48. 66fdf34 Add MBEDTLS_FS_IO guard on default NV seed defines in platform.h by Paul Bakker · 8 years ago
  49. d5c9f6d Automatically update NV seed on initial entropy run by Paul Bakker · 8 years ago
  50. 9988d6b Introduce mbedtls_nv_seed_poll() entropy polling function by Paul Bakker · 8 years ago
  51. cf0a9f9 Introduce platform-layer functions for reading/writing seed from NV by Paul Bakker · 8 years ago
  52. f93b8bc Add requirements for the entropy safety switch in documentation. by Janos Follath · 8 years ago
  53. 53de784 Add entropy safety switch. by Janos Follath · 8 years ago
  54. ce52d78 Address user reported coverity issues. by Janos Follath · 8 years ago
  55. 04b591e Merge branch 'development' for weekly test report. by Janos Follath · 8 years ago
  56. 2917b9e Clarified function param in dhm.h by Simon Butcher · 8 years ago
  57. 9c22e73 Merge branch 'development' by Simon Butcher · 8 years ago
  58. cfe392b Add end guard comment by Paul Bakker · 8 years ago
  59. c0715cb Fix single threaded builds by Embedthis Software · 9 years ago
  60. 80119c5 Fixes minor typos in comments in pk.h and ctr_drbg.c by Simon Butcher · 8 years ago
  61. 4fde40f Fix logic to allow at least one PKCS version enabled by Paul Bakker · 8 years ago
  62. 37068a7 Add check to prevent enabling of RSA without selecting PKCS version(s) by Paul Bakker · 8 years ago
  63. 295dfa2 Clarifies documentation on reported memory statistics by SimonB · 8 years ago
  64. c788b4c Fix segfault on x32 by using better register constraints in bn_mul.h by James Cowgill · 9 years ago
  65. db0feca Fixes platform time_t abstraction by Simon Butcher · 8 years ago
  66. 9edf1eb Merge pull request #376 from jcowgill/x32 by Paul Bakker · 8 years ago
  67. e049ccd Add end guard comment by Paul Bakker · 8 years ago
  68. 17ddff5 Fix single threaded builds by Embedthis Software · 9 years ago
  69. 295639b Fixes minor typos in comments in pk.h and ctr_drbg.c by Simon Butcher · 8 years ago
  70. 7e8a6fb Fix minor doc issue by Attila Molnar · 8 years ago
  71. 5be3a25 Clarifies documentation on reported memory statistics by SimonB · 8 years ago
  72. 0b98d2f Fix minor doc issue by Attila Molnar · 8 years ago
  73. 80aea30 Fixes syntax and naming for check-names.sh by Simon Butcher · 8 years ago
  74. 3fe6cd3 Fixes time() abstraction for custom configs by Simon Butcher · 8 years ago
  75. d5800b7 Abstracts away time()/stdlib.h into platform by SimonB · 8 years ago
  76. c351d18 Restore a change in the documentation. by Janos Follath · 9 years ago
  77. d75b782 Fix a typo that confuses check-names.sh by Janos Follath · 9 years ago
  78. 9194744 Add exit value macros to platform abstraction layer. by Janos Follath · 9 years ago
  79. 68c0bd7 Clarified current status of RC4 usage by Simon Butcher · 9 years ago
  80. 7ef5cf3 Provided doxygen function definitions for debug.h by Simon Butcher · 9 years ago
  81. d567a23 Fix typos, grammar in the comments and clarify them by Simon Butcher · 9 years ago
  82. e2681a4 Update default configuration by Janos Follath · 9 years ago
  83. e846b51 Use the SSL IO and time callback typedefs consistently by Simon Butcher · 9 years ago
  84. c0957bd Fix some minor typos in comments by Simon Butcher · 9 years ago
  85. 986bbf2 x509: by Manuel Pégourié-Gonnard · 9 years ago
  86. d1b7f2b ssl: ignore CertificateRequest's content for real by Manuel Pégourié-Gonnard · 9 years ago
  87. eeef947 Clarify documentation about missing CRLs by Manuel Pégourié-Gonnard · 9 years ago
  88. 9d62412 Add note about not implementing PSK id_hint by Manuel Pégourié-Gonnard · 9 years ago
  89. 157cb65 Clarified mbedtls_ssl_conf_alpn_protocols() doc by Simon Butcher · 9 years ago
  90. 02049dc Add links to KB articles by Manuel Pégourié-Gonnard · 9 years ago
  91. 325ce09 Give better error messages for semi-portable parts by Manuel Pégourié-Gonnard · 9 years ago
  92. d13b950 Improve documentation of some SSL callbacks by Manuel Pégourié-Gonnard · 9 years ago
  93. edb1a48 dtls: improve doc about handshake timeouts by Manuel Pégourié-Gonnard · 9 years ago
  94. 365f325 Make check-names.sh happy by Manuel Pégourié-Gonnard · 9 years ago
  95. 25caaf3 Avoid build errors with -O0 due to assembly by Manuel Pégourié-Gonnard · 9 years ago
  96. bfafadb Change version number to 2.2.1 by Simon Butcher · 9 years ago mbedtls-2.2.1
  97. 76da60c Fix doxygen warnings for generic names in config.h by Manuel Pégourié-Gonnard · 9 years ago
  98. ddbb166 Reintroduce line deleted by accident by Manuel Pégourié-Gonnard · 9 years ago
  99. 5b331b9 Various fixes to doxygen API generation by Simon Butcher · 9 years ago
  100. 9803d07 Fix for MPI divide on MSVC by Simon Butcher · 9 years ago