1. b33cc76 Add I/O buffer length fields to mbedtls_ssl_context by Darryl Green · 6 years ago
  2. afa8f71 Add new config MBEDTLS_SSL_CONTEXT_SERIALIZATION by Manuel Pégourié-Gonnard · 6 years ago
  3. 7132c4a Update version_features.c by Hanno Becker · 6 years ago
  4. fd0f654 Merge remote-tracking branch 'origin/pr/2697' into development by Jaeden Amero · 6 years ago
  5. c7ad122 Make it easier to define MBEDTLS_PARAM_FAILED as assert by Gilles Peskine · 6 years ago
  6. c5de462 Making version features easily ROM-able when using Arm C compiler. by Máté Varga · 6 years ago
  7. a0e20d0 Rename MBEDTLS_SSL_CID to MBEDTLS_SSL_DTLS_CONNECTION_ID by Hanno Becker · 6 years ago
  8. f8c1026 Update version_features.c by Hanno Becker · 6 years ago
  9. ff34d43 Merge remote-tracking branch 'origin/pr/2532' into development by Jaeden Amero · 6 years ago
  10. fed5d9d Update version_features.c by Hanno Becker · 6 years ago
  11. 0ea3377 Merge remote-tracking branch 'restricted/pr/552' into development by Jaeden Amero · 6 years ago
  12. 57f4d9e Update crypto submodule to test with private headers by Jaeden Amero · 6 years ago
  13. 535ee4a Merge remote-tracking branch 'public/pr/2421' into development by Simon Butcher · 6 years ago archive/mbedtls-2.17 mbedtls-2.17
  14. 4a51228 Reduce priority of 3DES ciphersuites by Andres Amaya Garcia · 7 years ago
  15. 8d84fd8 Update version_features.c by Hanno Becker · 6 years ago
  16. 43f564f Define MBEDTLS_ECDH_LEGACY_CONTEXT in config.h by Gilles Peskine · 6 years ago
  17. 3c2b15d Update version_features file by Andrzej Kurek · 6 years ago
  18. de5a007 Merge development commit f352f7 into development-psa by Andrzej Kurek · 6 years ago
  19. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 6 years ago
  20. dac9f45 Merge remote-tracking branch 'origin/pr/1551' into development by Jaeden Amero · 6 years ago
  21. e451be5 Update version_features.c by Manuel Pégourié-Gonnard · 7 years ago
  22. aeefa49 Add config option for X.509/TLS to use PSA by Manuel Pégourié-Gonnard · 7 years ago
  23. 484ee33 psa: Add PSA Crypto configuration by Jaeden Amero · 7 years ago
  24. 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  25. 466a57f Key wrapping API definition by Ron Eldor · 7 years ago
  26. 723f867 Provide cross platform vsnprintf wrapper by k-stachowiak · 7 years ago
  27. 79d9b50 Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  28. 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  29. 2dbecc0 Merge remote-tracking branch 'public/pr/1602' into development by Simon Butcher · 7 years ago
  30. 5f57f1e Merge remote-tracking branch 'public/pr/1270' into development by Simon Butcher · 7 years ago
  31. ff2f493 config: List cipher modes in alphabetical order by Jaeden Amero · 7 years ago
  32. e9ecf00 aes: Remove AES-XEX by Jaeden Amero · 7 years ago
  33. 5f77801 Implement AES-XTS mode by Aorimn · 9 years ago
  34. 8bb817a Add AES-XEX to the version features by Aorimn · 9 years ago
  35. da19f4c Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  36. e47d6fd Merge remote-tracking branch 'public/pr/1497' into development by Simon Butcher · 7 years ago
  37. 76a5b22 Add OFB block mode to AES-128/192/256 by Simon Butcher · 7 years ago
  38. 656864b Add an HKDF (RFC 5869) implementation by Thomas Fossati · 9 years ago
  39. 39b1904 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  40. 2adb375 Add option to avoid 64-bit multiplication by Manuel Pégourié-Gonnard · 7 years ago
  41. 94175a5 Refresh generated file by Manuel Pégourié-Gonnard · 7 years ago
  42. dca3a5d Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  43. 8fe4701 Add ChaCha20+Poly1305 to the Cipher module by Daniel King · 9 years ago
  44. b8025c5 Implement AEAD-ChaCha20-Poly1305. by Daniel King · 9 years ago
  45. adc32c0 Add Poly1305 authenticator algorithm (RFC 7539) by Daniel King · 9 years ago
  46. 34b822c Initial implementation of ChaCha20 by Daniel King · 9 years ago
  47. a3712be Merge branch 'development' into iotssl-1941-aria-ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
  48. b74a1c7 Rename MBEDTLS_SSL_ASYNC_PRIVATE_C to MBEDTLS_SSL_ASYNC_PRIVATE by Gilles Peskine · 7 years ago
  49. b44692f Merge branch 'mbedtls_ssl_get_key_exchange_md_ssl_tls-return_hashlen' into tls_async_server-2.9 by Gilles Peskine · 7 years ago
  50. 8bf79f6 SSL asynchronous private key operation callbacks: interface by Gilles Peskine · 8 years ago
  51. 08f3ef1 Basic support for Curve448, similar to the current level of support for Curve25519 by Nicholas Wilson · 10 years ago
  52. 8645e90 Merge remote-tracking branch 'upstream-restricted/pr/363' into development-proposed by Jaeden Amero · 7 years ago
  53. 0fb47fe MBEDTLS_ARIA_ALT added as a feature by Markku-Juhani O. Saarinen · 8 years ago
  54. 3c0b53b ARIA build integration by Markku-Juhani O. Saarinen · 8 years ago
  55. b7f6086 Merge branch 'prr_424' into development-proposed by Gilles Peskine · 7 years ago
  56. e80cd46 Adapt version_features.c by Hanno Becker · 7 years ago
  57. 616d1ca Add support for alternative ECJPAKE implementation by Hanno Becker · 8 years ago
  58. ff81280 Merge branch 'pr_1239' into development-proposed by Gilles Peskine · 8 years ago
  59. d569ecf Add some corrections based on code review by nirekh01 · 8 years ago
  60. 0bc9e30 Merge remote-tracking branch 'upstream-public/pr/1060' into development by Jaeden Amero · 8 years ago
  61. 7de0b8a Merge remote-tracking branch 'upstream-public/pr/1046' into development by Jaeden Amero · 8 years ago
  62. 35285cc Merge remote-tracking branch 'upstream-public/pr/1027' into development by Jaeden Amero · 8 years ago
  63. 88683b2 Correct all.sh and config.h after merge commit by Hanno Becker · 8 years ago
  64. 8bc74d6 Merge branch 'development' into iotssl-1619 by Hanno Becker · 8 years ago
  65. 197a6d4 Merge remote-tracking branch 'upstream-public/pr/1097' into development by Gilles Peskine · 8 years ago
  66. 3fcc045 Merge remote-tracking branch 'upstream-public/pr/866' into development by Gilles Peskine · 8 years ago
  67. 7c483b6 Merge remote-tracking branch 'upstream-public/pr/865' into development by Gilles Peskine · 8 years ago
  68. 49762fa Add 'MBEDTLS_DHM_ALT' #DEFINE to library/config.h by nirekh01 · 8 years ago
  69. 3226d36 Fix typo in configuration by Ron Eldor · 8 years ago
  70. a84c1cb Address PR cpomments reviews by Ron Eldor · 8 years ago
  71. 314adb6 Address PR review comments by Ron Eldor · 8 years ago
  72. 1526330 Allow alternate implementation of GCM by Jaeden Amero · 8 years ago
  73. ab37731 Add support for alternative RSA implementations by Hanno Becker · 8 years ago
  74. 4b9c51e Rename EARLY_RETURN -> RESTARTABLE by Manuel Pégourié-Gonnard · 8 years ago
  75. c3a3bc7 Add config flag MBEDTLS_ECP_EARLY_RETURN by Manuel Pégourié-Gonnard · 8 years ago
  76. 433f39c ECDH alternative implementation support by Ron Eldor · 8 years ago
  77. b68733b ECDSA alternative support by Ron Eldor · 8 years ago
  78. 683ac27 Checked names by Gilles Peskine · 8 years ago
  79. a95d630 Fix platform setup/teardown feature and comments by Simon Butcher · 8 years ago
  80. 04d6c3d Checked names by Gilles Peskine · 8 years ago
  81. 9469919 Fix platform setup/teardown feature and comments by Simon Butcher · 8 years ago
  82. 710f541 Checked names by Gilles Peskine · 8 years ago
  83. c0da47d Fix platform setup/teardown feature and comments by Simon Butcher · 8 years ago
  84. 177d3cf Rename and document new configuration option for packing AES tables by Hanno Becker · 8 years ago
  85. 2fd1bb8 Add option to use smaller AES tables (table sizes reduced by 6144 bytes) by Jussi Kivilinna · 10 years ago
  86. 69b2051 Update version features with ECP macros by Janos Follath · 9 years ago
  87. 3a93387 Forgot version-features update for new config flag by Steven Cooreman · 8 years ago
  88. 12d9f3c Forgot version-features update for new config flag by Steven Cooreman · 8 years ago
  89. 8e00410 Merge fix for AEAD Random IVs by Simon Butcher · 9 years ago
  90. 48f2ff9 Use autogenerated version_features.c by Robert Cragie · 10 years ago
  91. 8324818 Added MBEDTLS_CMAC_C by Robert Cragie · 10 years ago
  92. 124646e Updates version feature list for NV Seed by Simon Butcher · 9 years ago
  93. ab5df40 Rename the 'no entropy' feature to MBEDTLS_TEST_NULL_ENTROPY by Simon Butcher · 9 years ago
  94. bddf9ab Update features file by Paul Bakker · 9 years ago
  95. 51bcd93 Update version features. by Janos Follath · 9 years ago
  96. 3fe6cd3 Fixes time() abstraction for custom configs by Simon Butcher · 9 years ago
  97. fadacb9 Merge branch 'development' into iotssl-461-ecjpake-finalization by Manuel Pégourié-Gonnard · 10 years ago
  98. 4d284d2 Added feature MBEDTLS_SSL_EXPORT_KEYS by Robert Cragie · 10 years ago
  99. 557535d Add ECJPAKE key exchange by Manuel Pégourié-Gonnard · 10 years ago
  100. ab05d23 Update generated file by Manuel Pégourié-Gonnard · 10 years ago