1. 2cb4739 Fix multiple erroneously named source files in comments by Simon Butcher · 9 years ago
  2. 8e00410 Merge fix for AEAD Random IVs by Simon Butcher · 9 years ago
  3. 69283e5 Clean up and minor fixes following review by Simon Butcher · 9 years ago
  4. 327398a Refactor and change CMAC interface by Simon Butcher · 9 years ago
  5. 53e23b6 Minor CMAC fixes for merge by Brian Murray · 9 years ago
  6. f13d3db Updated comments for CMAC in config.h by Brian Murray · 9 years ago
  7. dc5c7b9 Add support for AES-128-CMAC and AES-CMAC-PRF-128 by Robert Cragie · 10 years ago
  8. 7abc974 Add config macro for min bytes hw entropy by Andres AG · 9 years ago
  9. 788aa4a Rename net.{c,h} to net_sockets.{c,h} by Andres AG · 9 years ago
  10. f911319 Allow the entry_name size to be set in config.h by Andres AG · 9 years ago
  11. 1e4ec66 Check time platform abstraction macro definitions (#534) by Andres Amaya Garcia · 9 years ago
  12. 1d46a2d Fix issue with reuse of custom yotta configs for target_config.h (#530) by Simon Butcher · 9 years ago
  13. b2c81b1 Added target_config.h as a custom header for yotta use by Simon Butcher · 9 years ago
  14. ab5df40 Rename the 'no entropy' feature to MBEDTLS_TEST_NULL_ENTROPY by Simon Butcher · 9 years ago
  15. 30b5f97 Removes target_config.h file from default and thread configs by Simon Butcher · 9 years ago
  16. 71a597a Update documentation for MBEDTLS_ENTROPY_NV_SEED by Paul Bakker · 9 years ago
  17. cf0a9f9 Introduce platform-layer functions for reading/writing seed from NV by Paul Bakker · 9 years ago
  18. f93b8bc Add requirements for the entropy safety switch in documentation. by Janos Follath · 9 years ago
  19. 53de784 Add entropy safety switch. by Janos Follath · 9 years ago
  20. 80aea30 Fixes syntax and naming for check-names.sh by Simon Butcher · 9 years ago
  21. d5800b7 Abstracts away time()/stdlib.h into platform by SimonB · 9 years ago
  22. c351d18 Restore a change in the documentation. by Janos Follath · 9 years ago
  23. 9194744 Add exit value macros to platform abstraction layer. by Janos Follath · 9 years ago
  24. d567a23 Fix typos, grammar in the comments and clarify them by Simon Butcher · 9 years ago
  25. e2681a4 Update default configuration by Janos Follath · 9 years ago
  26. 02049dc Add links to KB articles by Manuel Pégourié-Gonnard · 9 years ago
  27. 325ce09 Give better error messages for semi-portable parts by Manuel Pégourié-Gonnard · 9 years ago
  28. 76da60c Fix doxygen warnings for generic names in config.h by Manuel Pégourié-Gonnard · 10 years ago
  29. 5b331b9 Various fixes to doxygen API generation by Simon Butcher · 10 years ago
  30. fadacb9 Merge branch 'development' into iotssl-461-ecjpake-finalization by Manuel Pégourié-Gonnard · 10 years ago
  31. cf82893 Disable EC J-PAKE by default (experimental) by Manuel Pégourié-Gonnard · 10 years ago
  32. 024b6df Improve key export API and documentation by Manuel Pégourié-Gonnard · 10 years ago
  33. cb6af00 Add missing warning in doc by Manuel Pégourié-Gonnard · 10 years ago
  34. 4feb7ae Added key export API by Robert Cragie · 10 years ago
  35. 75df902 Add warning on config options by Manuel Pégourié-Gonnard · 10 years ago
  36. 557535d Add ECJPAKE key exchange by Manuel Pégourié-Gonnard · 10 years ago
  37. 4f6882a Update config.h by Simon Butcher · 10 years ago
  38. ddfe5d2 Tune dependencies by Manuel Pégourié-Gonnard · 10 years ago
  39. 62c74bb Stop wasting resources by Manuel Pégourié-Gonnard · 10 years ago
  40. 26d227d Add config flag for support of client port reuse by Manuel Pégourié-Gonnard · 10 years ago
  41. 4d8685b Add skeleton for EC J-PAKE module by Manuel Pégourié-Gonnard · 10 years ago
  42. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  43. bb83844 Clarify that there are two SSL I/O buffers by Manuel Pégourié-Gonnard · 10 years ago
  44. e2b0efe Separate license from comments in config.h by Manuel Pégourié-Gonnard · 10 years ago
  45. 32da9f6 Add support for MBEDTLS_USER_CONFIG_FILE by Manuel Pégourié-Gonnard · 10 years ago
  46. 43569a9 Use #ifdef rather than patch for target_config.h by Manuel Pégourié-Gonnard · 10 years ago
  47. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  48. 7c3b4ab Fix typos in comments by Manuel Pégourié-Gonnard · 10 years ago
  49. 9db2887 Actually enable fixed snprintf on windows by Manuel Pégourié-Gonnard · 10 years ago
  50. fd47423 Change SSL debug API in the library by Manuel Pégourié-Gonnard · 10 years ago
  51. 0789433 Rename M255 to Curve25519 by Manuel Pégourié-Gonnard · 10 years ago
  52. 7320eb4 Remove references to some Montgomery curves by Manuel Pégourié-Gonnard · 10 years ago
  53. 6c0c8e0 Include fixed snprintf for Windows in platform.c by Manuel Pégourié-Gonnard · 10 years ago
  54. 8ba88f0 Fix stupid typo in documentation by Manuel Pégourié-Gonnard · 10 years ago
  55. 3f77dfb Add MBEDTLS_ENTROPY_HARDWARE_ALT by Manuel Pégourié-Gonnard · 10 years ago
  56. 60c793b Split HAVE_TIME into HAVE_TIME + HAVE_TIME_DATE by Manuel Pégourié-Gonnard · 10 years ago
  57. b541da6 Fix define for ssl_conf_curves() by Manuel Pégourié-Gonnard · 10 years ago
  58. eb0d870 Add option for even smaller SHA-256 by Manuel Pégourié-Gonnard · 10 years ago
  59. b9ef118 Adapt the platform layer from malloc to calloc by Manuel Pégourié-Gonnard · 10 years ago
  60. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  61. 4214e3a Update dependencies and documentation by Manuel Pégourié-Gonnard · 10 years ago
  62. e057d3b Relax some dependencies by Manuel Pégourié-Gonnard · 10 years ago
  63. 0c0f11f Update dependencies & includes for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  64. fd6d897 Add new submodule ssl_ticket by Manuel Pégourié-Gonnard · 10 years ago
  65. a63bc94 Remove timing_m_sleep() -> net_usleep() by Manuel Pégourié-Gonnard · 10 years ago
  66. 5a8d56d Rm hard dependency of DTLS on TIMING_C by Manuel Pégourié-Gonnard · 10 years ago
  67. 31993f2 Add per-function override for AES by Manuel Pégourié-Gonnard · 10 years ago
  68. 70a5010 Create function-level MBETLS_DES_xxx_ALT by Manuel Pégourié-Gonnard · 10 years ago
  69. d1a8260 Tune comments in config.h by Manuel Pégourié-Gonnard · 10 years ago
  70. 6729e79 Rename ssl_set_xxx() to ssl_conf_xxx() by Manuel Pégourié-Gonnard · 10 years ago
  71. 975d5fa Remove option HAVE_LONGLONG by Manuel Pégourié-Gonnard · 10 years ago
  72. 7b53889 Remove support for HAVE_INT8 and HAVE_INT16 by Manuel Pégourié-Gonnard · 10 years ago
  73. b31424c Make HAVE_IPV6 non-optional by Manuel Pégourié-Gonnard · 10 years ago
  74. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  75. 62edcc8 Document POLARSSL_CAMELLIA_SMALL_MEMORY by Manuel Pégourié-Gonnard · 10 years ago
  76. 427b672 Add XXX_PROCESS_ALT mecchanism by Manuel Pégourié-Gonnard · 10 years ago
  77. 348bcb3 Make RSA_ALT support optionnal by Manuel Pégourié-Gonnard · 10 years ago
  78. da1619d CERTS_C no longer depends on PEM_PARSE_C by Manuel Pégourié-Gonnard · 10 years ago
  79. d81562f Remove RC4 ciphersuites by default by Manuel Pégourié-Gonnard · 10 years ago
  80. 8a80318 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  81. 4772314 Remove functions deprecated in 1.3 by Manuel Pégourié-Gonnard · 10 years ago
  82. 1e5e819 Fix forgotten merge conflict by Manuel Pégourié-Gonnard · 10 years ago
  83. 7c4e60f Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  84. b6b16bd Drop pbkdf2 module (superseded by pkcs5) by Manuel Pégourié-Gonnard · 10 years ago
  85. f9c1387 Drop POLARSSL_ERROR_STRERROR_BC by Manuel Pégourié-Gonnard · 10 years ago
  86. 265dd5c Disable support for SSLv2 ClientHello by default by Manuel Pégourié-Gonnard · 10 years ago
  87. 55f968b Switch renego define from disable to enable by Manuel Pégourié-Gonnard · 10 years ago
  88. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed (99%) from include/polarssl/config.h]
  89. e7e906d Normalize a few more name references by Manuel Pégourié-Gonnard · 10 years ago
  90. 9b66990 Fix typos in macro names by Manuel Pégourié-Gonnard · 10 years ago
  91. 35ac8eb Remove comments about old names by Manuel Pégourié-Gonnard · 10 years ago
  92. 998897b Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  93. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  94. fb57e64 Fix whitespace issues by Manuel Pégourié-Gonnard · 10 years ago
  95. d901d17 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  96. 16f8cd8 implemented macro overriding for polarssl_* library functions by Rich Evans · 10 years ago
  97. 4cc8a22 add initial symbols to config and checks to check_config to allow use of macros to define standard functions by Rich Evans · 10 years ago
  98. 98081c5 reformat and arrange additions to config alphabetically by Rich Evans · 10 years ago
  99. c39cb49 add POLARSSL_PLATFORM_EXIT_ALT by Rich Evans · 10 years ago
  100. 46b0a8d add platform_set_snprintf by Rich Evans · 10 years ago