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