1. 5d46f6a Invoke config.py instead of config.pl by Gilles Peskine · 6 years ago
  2. 62be28b Merge remote-tracking branch 'origin/pr/2469' into development by Jaeden Amero · 6 years ago
  3. bfaa718 Add cfg dep MBEDTLS_MEMORY_DEBUG->MBEDTLS_MEMORY_BUFFER_ALLOC_C by Hanno Becker · 6 years ago
  4. af46c5f Check dependencies of MBEDTLS_MEMORY_BACKTRACE in check_config.h by Hanno Becker · 6 years ago
  5. 4cf0e7e Merge remote-tracking branch 'origin/development' into development-restricted by Jaeden Amero · 6 years ago
  6. 9c1b56b 3rdparty: Add config checks for Everest by Christoph M. Wintersteiger · 6 years ago
  7. bd3a746 Merge remote-tracking branch 'restricted/pr/573' into development-restricted by Jaeden Amero · 6 years ago
  8. 5dbe7ca Add missing MBEDTLS_ECP_C dependencies in check_config.h by k-stachowiak · 6 years ago
  9. a0e20d0 Rename MBEDTLS_SSL_CID to MBEDTLS_SSL_DTLS_CONNECTION_ID by Hanno Becker · 6 years ago
  10. 189a013 Check static bounds of CID lengths in check_config.h by Hanno Becker · 6 years ago
  11. bb47cd9 Add dep of MBEDTLS_SSL_CID on MBEDTLS_SSL_PROTO_DTLS to config check by Hanno Becker · 6 years ago
  12. 0ea3377 Merge remote-tracking branch 'restricted/pr/552' into development by Jaeden Amero · 6 years ago
  13. 57f4d9e Update crypto submodule to test with private headers by Jaeden Amero · 6 years ago
  14. fe4ef0c Add config sanity check for !MBEDTLS_SSL_KEEP_PEER_CERTIFICATE by Hanno Becker · 6 years ago
  15. 85fd913 Fix typo in check_config.h by Hanno Becker · 6 years ago
  16. 43f564f Define MBEDTLS_ECDH_LEGACY_CONTEXT in config.h by Gilles Peskine · 6 years ago
  17. 1ce51e4 Forbid setting MBEDTLS_ECP_RESTARTABLE and MBEDTLS_USE_PSA_CRYPTO_C by Hanno Becker · 6 years ago
  18. c690523 Merge PSA config and check-config changes by Andrzej Kurek · 6 years ago
  19. de5a007 Merge development commit f352f7 into development-psa by Andrzej Kurek · 7 years ago
  20. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 7 years ago
  21. dac9f45 Merge remote-tracking branch 'origin/pr/1551' into development by Jaeden Amero · 7 years ago
  22. 36e89b5 Fix #2370, minor typos and spelling mistakes by Antonin Décimo · 7 years ago
  23. 6b5ef48 Add a configuration fix for vsnprintf for non-conforming platforms by k-stachowiak · 7 years ago
  24. 01b34fb Merge remote-tracking branch 'upstream-public/pr/2267' into development by Jaeden Amero · 7 years ago
  25. 52ed0b9 Merge remote-tracking branch 'upstream-public/pr/2101' into development by Jaeden Amero · 7 years ago
  26. 172ba63 Add guard for MBEDTLS_ECP_INTERNAL_ALT by Janos Follath · 7 years ago
  27. aeefa49 Add config option for X.509/TLS to use PSA by Manuel Pégourié-Gonnard · 7 years ago
  28. 484ee33 psa: Add PSA Crypto configuration by Jaeden Amero · 7 years ago
  29. 5ed8c1e Avoid using restartable and alternative ECP imp. by Ron Eldor · 7 years ago
  30. cb9debd Guard PK-parse module by ASN.1-parse module in check_config.h by Hanno Becker · 7 years ago
  31. 466a57f Key wrapping API definition by Ron Eldor · 7 years ago
  32. 656864b Add an HKDF (RFC 5869) implementation by Thomas Fossati · 9 years ago
  33. b7f6086 Merge branch 'prr_424' into development-proposed by Gilles Peskine · 7 years ago
  34. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  35. e89353a Add fallback to non-compliant truncated HMAC for compatibiltiy by Hanno Becker · 8 years ago
  36. b39467d Fix check_config.h #error directive by Andres Amaya Garcia · 8 years ago
  37. 93db11a Fix typo in check_config.h by Andres Amaya Garcia · 8 years ago
  38. d7fce00 Allow forcing 64-bit integer type by Andres Amaya Garcia · 8 years ago
  39. 333d163 Remove obsolote ECP abstraction macros by Janos Follath · 9 years ago
  40. c44ab97 Apply review feedback on ECP interface by Janos Follath · 9 years ago
  41. 4d9c69d Fix ECP alternative macro names by Janos Follath · 9 years ago
  42. b069753 ECP: Add module and function level replacement options. by Janos Follath · 9 years ago
  43. 69283e5 Clean up and minor fixes following review by Simon Butcher · 9 years ago
  44. 53e23b6 Minor CMAC fixes for merge by Brian Murray · 9 years ago
  45. 1e4ec66 Check time platform abstraction macro definitions (#534) by Andres Amaya Garcia · 9 years ago
  46. ab5df40 Rename the 'no entropy' feature to MBEDTLS_TEST_NULL_ENTROPY by Simon Butcher · 9 years ago
  47. cf0a9f9 Introduce platform-layer functions for reading/writing seed from NV by Paul Bakker · 9 years ago
  48. 53de784 Add entropy safety switch. by Janos Follath · 9 years ago
  49. 4fde40f Fix logic to allow at least one PKCS version enabled by Paul Bakker · 9 years ago
  50. 37068a7 Add check to prevent enabling of RSA without selecting PKCS version(s) by Paul Bakker · 9 years ago
  51. fadacb9 Merge branch 'development' into iotssl-461-ecjpake-finalization by Manuel Pégourié-Gonnard · 10 years ago
  52. 557535d Add ECJPAKE key exchange by Manuel Pégourié-Gonnard · 10 years ago
  53. ddfe5d2 Tune dependencies by Manuel Pégourié-Gonnard · 10 years ago
  54. 62c74bb Stop wasting resources by Manuel Pégourié-Gonnard · 10 years ago
  55. 4d8685b Add skeleton for EC J-PAKE module by Manuel Pégourié-Gonnard · 10 years ago
  56. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  57. 63e7eba Add material for generating yotta module by Manuel Pégourié-Gonnard · 10 years ago
  58. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  59. 9db2887 Actually enable fixed snprintf on windows by Manuel Pégourié-Gonnard · 10 years ago
  60. 6c0c8e0 Include fixed snprintf for Windows in platform.c by Manuel Pégourié-Gonnard · 10 years ago
  61. 60c793b Split HAVE_TIME into HAVE_TIME + HAVE_TIME_DATE by Manuel Pégourié-Gonnard · 10 years ago
  62. d14acbc Test assumptions we make about the platform by Manuel Pégourié-Gonnard · 10 years ago
  63. f78e4de Fix warnings from -pedantic by Manuel Pégourié-Gonnard · 10 years ago
  64. a7f8033 Fix oversights in s/malloc/calloc/ by Manuel Pégourié-Gonnard · 10 years ago
  65. 4214e3a Update dependencies and documentation by Manuel Pégourié-Gonnard · 10 years ago
  66. e057d3b Relax some dependencies by Manuel Pégourié-Gonnard · 10 years ago
  67. 0c0f11f Update dependencies & includes for session tickets by Manuel Pégourié-Gonnard · 10 years ago
  68. 5a8d56d Rm hard dependency of DTLS on TIMING_C by Manuel Pégourié-Gonnard · 10 years ago
  69. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  70. 8a89fcd Rm references to removed config options by Manuel Pégourié-Gonnard · 10 years ago
  71. da1619d CERTS_C no longer depends on PEM_PARSE_C by Manuel Pégourié-Gonnard · 10 years ago
  72. 29c28f9 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  73. 8a80318 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  74. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed from include/polarssl/check_config.h]
  75. 9b66990 Fix typos in macro names by Manuel Pégourié-Gonnard · 10 years ago
  76. 998897b Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  77. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  78. d901d17 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  79. ac1f76c Merge remote-tracking branch 'rich/platform' into development by Manuel Pégourié-Gonnard · 10 years ago
  80. 013bffe Style: add spaces before line continuation by Manuel Pégourié-Gonnard · 10 years ago
  81. 16f8cd8 implemented macro overriding for polarssl_* library functions by Rich Evans · 10 years ago
  82. 4cc8a22 add initial symbols to config and checks to check_config to allow use of macros to define standard functions by Rich Evans · 11 years ago
  83. c0b6da3 add missing checks to check_config by Rich Evans · 11 years ago
  84. 46b0a8d add platform_set_snprintf by Rich Evans · 11 years ago
  85. 2a0718d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  86. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  87. 94de331 Fix dependency that was not checked by Manuel Pégourié-Gonnard · 11 years ago
  88. 0a155b8 Fix bug with compatibility memory define/header by Manuel Pégourié-Gonnard · 11 years ago
  89. df6411d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  90. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  91. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  92. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  93. eab72e2 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  94. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  95. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  96. 8fbb01e Merge commit 'b2eaac1' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  97. f356115 Merge support for 1/n-1 record splitting by Paul Bakker · 11 years ago
  98. d76314c Add 1/n-1 record splitting by Manuel Pégourié-Gonnard · 11 years ago
  99. f9d778d Merge branch 'etm' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  100. 56d985d Merge branch 'session-hash' into dtls by Manuel Pégourié-Gonnard · 11 years ago