1. 466a57f Key wrapping API definition by Ron Eldor · 7 years ago
  2. 862e703 Merge remote-tracking branch 'public/pr/921' into development by Simon Butcher · 7 years ago
  3. e7aeef0 Merge remote-tracking branch 'public/pr/536' into development by Simon Butcher · 7 years ago
  4. 6fd941f Remove unneeded namesapcing in header files by Ron Eldor · 8 years ago
  5. 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  6. d8213d0 Let MBEDTLS_SSL_MAX_CONTENT_LEN to be split into outward & inward sizes by Angus Gratton · 9 years ago
  7. d9c71da Revert "Turn on MBEDTLS_SSL_ASYNC_PRIVATE by default" by Jaeden Amero · 7 years ago
  8. 2dbecc0 Merge remote-tracking branch 'public/pr/1602' into development by Simon Butcher · 7 years ago
  9. 5f57f1e Merge remote-tracking branch 'public/pr/1270' into development by Simon Butcher · 7 years ago
  10. ff2f493 config: List cipher modes in alphabetical order by Jaeden Amero · 7 years ago
  11. ed91a79 config: Update documentation for XTS option by Jaeden Amero · 7 years ago
  12. e9ecf00 aes: Remove AES-XEX by Jaeden Amero · 7 years ago
  13. 5f77801 Implement AES-XTS mode by Aorimn · 9 years ago
  14. 75e3661 Add AES-XEX mode to the default config file by Aorimn · 9 years ago
  15. e47d6fd Merge remote-tracking branch 'public/pr/1497' into development by Simon Butcher · 7 years ago
  16. 76a5b22 Add OFB block mode to AES-128/192/256 by Simon Butcher · 7 years ago
  17. 656864b Add an HKDF (RFC 5869) implementation by Thomas Fossati · 9 years ago
  18. 39b1904 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  19. 2adb375 Add option to avoid 64-bit multiplication by Manuel Pégourié-Gonnard · 7 years ago
  20. e533b22 Fix ordering and repetitions in config.h by Manuel Pégourié-Gonnard · 7 years ago
  21. dca3a5d Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  22. b8025c5 Implement AEAD-ChaCha20-Poly1305. by Daniel King · 9 years ago
  23. adc32c0 Add Poly1305 authenticator algorithm (RFC 7539) by Daniel King · 9 years ago
  24. 34b822c Initial implementation of ChaCha20 by Daniel King · 9 years ago
  25. a3712be Merge branch 'development' into iotssl-1941-aria-ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
  26. 5ffe41c Turn on MBEDTLS_SSL_ASYNC_PRIVATE by default by Gilles Peskine · 7 years ago
  27. b74a1c7 Rename MBEDTLS_SSL_ASYNC_PRIVATE_C to MBEDTLS_SSL_ASYNC_PRIVATE by Gilles Peskine · 7 years ago
  28. 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
  29. d0ef468 Reword config.h docs for MBEDTLS_PLATFORM_ZEROIZE_ALT by Andres Amaya Garcia · 7 years ago
  30. 9d12b4c SSL asynchronous signature: turn off by default by Gilles Peskine · 8 years ago
  31. 8bf79f6 SSL asynchronous private key operation callbacks: interface by Gilles Peskine · 8 years ago
  32. 14a8b59 Fix doxygen error for MBEDTLS_PLATFORM_ZEROIZE_ALT by Andres Amaya Garcia · 7 years ago
  33. c58787f Update docs for MBEDTLS_PLATFORM_ZEROIZE_ALT in config.h by Andres Amaya Garcia · 7 years ago
  34. ae8e306 Fix docs typos for zeroize related features/test by Andres Amaya Garcia · 7 years ago
  35. 6606d5c Add config.h docs for MBEDTLS_UTILS_ZEROIZE_ALT by Andres Amaya Garcia · 7 years ago
  36. b1262a3 Allow compile-time alternate to mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  37. 08f3ef1 Basic support for Curve448, similar to the current level of support for Curve25519 by Nicholas Wilson · 10 years ago
  38. 8645e90 Merge remote-tracking branch 'upstream-restricted/pr/363' into development-proposed by Jaeden Amero · 7 years ago
  39. 6a92ce6 Improve documentation of MBEDTLS_AES_FEWER_TABLES in config.h by Hanno Becker · 7 years ago
  40. 4c1dc3c Improve documentation of MBEDTLS_AES_ROM_TABLES by Hanno Becker · 7 years ago
  41. 6429377 Merge remote-tracking branch 'upstream-public/pr/1423' into development-proposed by Jaeden Amero · 7 years ago
  42. e494e20 Move and reword deprecation warning/error on compression support by Hanno Becker · 7 years ago
  43. cf092b2 Deprecate support for record compression by Hanno Becker · 7 years ago
  44. a3389eb Merge branch 'development-restricted' into iotssl-1306-rsa-is-vulnerable-to-bellcore-glitch-attack by Hanno Becker · 7 years ago
  45. fdd4354 config.h: SSL no longer uses ciphers directly by Manuel Pégourié-Gonnard · 7 years ago
  46. 525168c aria: expand config.h entry: ciphersuites & caller by Manuel Pégourié-Gonnard · 7 years ago
  47. 2268b96 aria: disable by default in config.h by Manuel Pégourié-Gonnard · 7 years ago
  48. 26b54fa aria: document optional asm usage in config.h by Manuel Pégourié-Gonnard · 7 years ago
  49. 0fb47fe MBEDTLS_ARIA_ALT added as a feature by Markku-Juhani O. Saarinen · 8 years ago
  50. 3c0b53b ARIA build integration by Markku-Juhani O. Saarinen · 8 years ago
  51. b7f6086 Merge branch 'prr_424' into development-proposed by Gilles Peskine · 7 years ago
  52. 98b9373 Merge branch 'development' into development-restricted by Jaeden Amero · 7 years ago mbedtls-2.7.0-rc1
  53. bbca8c5 Add documentation warnings for weak algorithms by Hanno Becker · 8 years ago
  54. 784de59 Merge remote-tracking branch 'upstream-restricted/pr/410' into development-restricted by Jaeden Amero · 8 years ago
  55. 616d1ca Add support for alternative ECJPAKE implementation by Hanno Becker · 8 years ago
  56. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  57. ff81280 Merge branch 'pr_1239' into development-proposed by Gilles Peskine · 8 years ago
  58. d569ecf Add some corrections based on code review by nirekh01 · 8 years ago
  59. 0bc9e30 Merge remote-tracking branch 'upstream-public/pr/1060' into development by Jaeden Amero · 8 years ago
  60. 7de0b8a Merge remote-tracking branch 'upstream-public/pr/1046' into development by Jaeden Amero · 8 years ago
  61. 35285cc Merge remote-tracking branch 'upstream-public/pr/1027' into development by Jaeden Amero · 8 years ago
  62. 88683b2 Correct all.sh and config.h after merge commit by Hanno Becker · 8 years ago
  63. 8bc74d6 Merge branch 'development' into iotssl-1619 by Hanno Becker · 8 years ago
  64. 197a6d4 Merge remote-tracking branch 'upstream-public/pr/1097' into development by Gilles Peskine · 8 years ago
  65. 3fcc045 Merge remote-tracking branch 'upstream-public/pr/866' into development by Gilles Peskine · 8 years ago
  66. 7c483b6 Merge remote-tracking branch 'upstream-public/pr/865' into development by Gilles Peskine · 8 years ago
  67. 49762fa Add 'MBEDTLS_DHM_ALT' #DEFINE to library/config.h by nirekh01 · 8 years ago
  68. 32297e8 Merge branch 'development' into iotssl-1619 by Hanno Becker · 8 years ago
  69. 702dfbc Improve documentation of truncated HMAC fallback option by Hanno Becker · 8 years ago
  70. 4c2ac7e Deprecate MBEDTLS_SSL_TRUNCATED_HMAC_COMPAT by Hanno Becker · 8 years ago
  71. 563423f Improve documentation of MBEDTLS_SSL_TRUNCATED_HMAC_COMPAT option by Hanno Becker · 8 years ago
  72. e89353a Add fallback to non-compliant truncated HMAC for compatibiltiy by Hanno Becker · 8 years ago
  73. 6851b10 Note that disabling SSL_RENEGO doesn't open door for renego attack by Hanno Becker · 8 years ago
  74. 3226d36 Fix typo in configuration by Ron Eldor · 8 years ago
  75. a565f54 Introduce new files rsa_internal.[ch] for RSA helper functions by Hanno Becker · 8 years ago
  76. a84c1cb Address PR cpomments reviews by Ron Eldor · 8 years ago
  77. 314adb6 Address PR review comments by Ron Eldor · 8 years ago
  78. f9734b3 Change wording of warnings by Hanno Becker · 8 years ago
  79. 4e1be39 Remove FORCE_VERIFICATION and FORCE_BLINDING by Hanno Becker · 8 years ago
  80. a2f6b72 Add warnings regarding the use of DHM in general by Hanno Becker · 8 years ago
  81. 1526330 Allow alternate implementation of GCM by Jaeden Amero · 8 years ago
  82. 936f72c Disable MBEDTLS_RSA_FORCE_BLINDING by default by Hanno Becker · 8 years ago
  83. ab37731 Add support for alternative RSA implementations by Hanno Becker · 8 years ago
  84. 433f39c ECDH alternative implementation support by Ron Eldor · 8 years ago
  85. b68733b ECDSA alternative support by Ron Eldor · 8 years ago
  86. c630ce6 Improve MBEDTLS_NO_UDBL_DIVISION description by Andres Amaya Garcia · 8 years ago
  87. b1a977f MBEDTLS_NO_INT64_DIVISION -> MBEDTLS_NO_UDBL_DIVISION by Gilles Peskine · 8 years ago
  88. d91f99f Rename macro SETUP_ALT to SETUP_TEARDOWN_ALT by Andres Amaya Garcia · 8 years ago
  89. 2a6f39c Add library setup and teardown APIs by Andres Amaya Garcia · 8 years ago
  90. ca1cdb2 Make minor changes to documentation by Hanno Becker · 8 years ago
  91. 6d84ae7 Clarify documentation for alternative AES implementations by Hanno Becker · 8 years ago
  92. fdd11b2 Improve MBEDTLS_NO_UDBL_DIVISION description by Andres Amaya Garcia · 8 years ago
  93. 9a9adcd MBEDTLS_NO_INT64_DIVISION -> MBEDTLS_NO_UDBL_DIVISION by Gilles Peskine · 8 years ago
  94. 9da6951 Rename macro SETUP_ALT to SETUP_TEARDOWN_ALT by Andres Amaya Garcia · 8 years ago
  95. 122d899 Add library setup and teardown APIs by Andres Amaya Garcia · 8 years ago
  96. 1a28b01 Make minor changes to documentation by Hanno Becker · 8 years ago
  97. 649dcab Clarify documentation for alternative AES implementations by Hanno Becker · 8 years ago
  98. 08a5c18 Be less specific about memory usage predictions by Hanno Becker · 8 years ago
  99. 9f4e670 Correct documentation for RSA_FORCE_BLINDING option by Hanno Becker · 8 years ago
  100. 177d3cf Rename and document new configuration option for packing AES tables by Hanno Becker · 8 years ago