1. d9c71da Revert "Turn on MBEDTLS_SSL_ASYNC_PRIVATE by default" by Jaeden Amero · 6 years ago
  2. 2dbecc0 Merge remote-tracking branch 'public/pr/1602' into development by Simon Butcher · 6 years ago
  3. 5f57f1e Merge remote-tracking branch 'public/pr/1270' into development by Simon Butcher · 6 years ago
  4. ff2f493 config: List cipher modes in alphabetical order by Jaeden Amero · 6 years ago
  5. ed91a79 config: Update documentation for XTS option by Jaeden Amero · 6 years ago
  6. f167deb aes: xts: Add a reference to the standard by Jaeden Amero · 6 years ago
  7. c653990 cipher: Add wrappers for AES-XTS by Jaeden Amero · 7 years ago
  8. cd9fc5e aes: xts: Rename iv to data_unit by Jaeden Amero · 6 years ago
  9. 0a8b020 aes: xts: Enforce NIST SP 800-38E data unit size by Jaeden Amero · 6 years ago
  10. 5162b93 aes: Use length instead of bits_length in XTS by Jaeden Amero · 6 years ago
  11. 9366feb aes: xts: Add new context structure by Jaeden Amero · 6 years ago
  12. e9ecf00 aes: Remove AES-XEX by Jaeden Amero · 7 years ago
  13. 010c2cb gf128mul: Inline instead of making a new module by Jaeden Amero · 6 years ago
  14. 5f77801 Implement AES-XTS mode by Aorimn · 8 years ago
  15. 9bbe363 Rename exported symbols to please check-names.sh by Aorimn · 9 years ago
  16. 75e3661 Add AES-XEX mode to the default config file by Aorimn · 9 years ago
  17. 0089d36 Implement AES-XEX mode by Aorimn · 9 years ago
  18. b053658 Add 2 files for multiplication in GF(128) by Aorimn · 9 years ago
  19. e47d6fd Merge remote-tracking branch 'public/pr/1497' into development by Simon Butcher · 6 years ago
  20. f0d7629 Merge remote-tracking branch 'public/pr/1593' into development by Simon Butcher · 6 years ago
  21. ebb6427 Merge remote-tracking branch 'public/pr/1646' into development by Simon Butcher · 6 years ago
  22. 263498a Merge remote-tracking branch 'public/pr/1667' into development by Simon Butcher · 6 years ago
  23. dbe80c6 Merge remote-tracking branch 'public/pr/1668' into development by Simon Butcher · 6 years ago
  24. cb2c935 aes: Clarify IV requirements for OFB mode by Jaeden Amero · 6 years ago
  25. 5db1362 Clarify documentation for AES OFB by Simon Butcher · 6 years ago
  26. 968646c Clarify comments on use of AES OFB block mode by Simon Butcher · 6 years ago
  27. 0013144 Fix style and formatting for OFB feature by Simon Butcher · 7 years ago
  28. 6873c84 Update cipher.h for OFB block mode documentation by Simon Butcher · 7 years ago
  29. 8c0fd1e Add cipher abstraction and test cases for OFB block mode by Simon Butcher · 7 years ago
  30. 76a5b22 Add OFB block mode to AES-128/192/256 by Simon Butcher · 7 years ago
  31. 656864b Add an HKDF (RFC 5869) implementation by Thomas Fossati · 8 years ago
  32. 0a0e08a mbedtls_gcm_crypt_and_tag: clarify what each mode does and doesn't do by Gilles Peskine · 6 years ago
  33. 80f679b Correct and clarify the documentation of GCM whole-message functions by Gilles Peskine · 6 years ago
  34. d5a09f1 Updated version number to 2.10.0 for release by Simon Butcher · 6 years ago
  35. 6e962b2 Fix file permissions for ssl.h by Simon Butcher · 6 years ago
  36. 2041a31 Merge remote-tracking branch 'public/pr/1402' into development by Simon Butcher · 6 years ago
  37. 246cb05 Merge remote-tracking branch 'public/pr/1410' into development by Simon Butcher · 6 years ago
  38. b02f789 Merge remote-tracking branch 'public/pr/1470' into development by Simon Butcher · 6 years ago
  39. 143b319 CCM*: Make documentation consistent by Janos Follath · 6 years ago
  40. 6b4bd3d CCM*: Improve documentation by Janos Follath · 6 years ago
  41. 5dc8cfa CCM*: Add public API by Janos Follath · 7 years ago
  42. 45b79cf Treat warnings as errors for IAR by Azim Khan · 7 years ago
  43. e7d3f8e Fix MicroBlaze register typo. by Zach van Rijn · 7 years ago
  44. fa0c47d Fix typo in doc and copy missing warning by Manuel Pégourié-Gonnard · 7 years ago
  45. d0f143b Update CTR doc for the 64-bit block cipher by Manuel Pégourié-Gonnard · 7 years ago
  46. 4f24e95 Update CTR doc for other 128-bit block ciphers by Manuel Pégourié-Gonnard · 7 years ago
  47. f584286 Slightly tune ARIA CTR documentation by Manuel Pégourié-Gonnard · 7 years ago
  48. a64fba4 Remove double declaration of mbedtls_ssl_list_ciphersuites by Moran Peker · 7 years ago
  49. 2f3a581 Merge remote-tracking branch 'public/pr/1178' into development by Simon Butcher · 7 years ago
  50. 8a1b2c8 Update CTR documentation by Manuel Pégourié-Gonnard · 7 years ago
  51. a3712be Merge branch 'development' into iotssl-1941-aria-ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
  52. 0960b80 Move to new header style for ALT implementations by Manuel Pégourié-Gonnard · 7 years ago
  53. c089312 Add ifdef for selftest in header file by Manuel Pégourié-Gonnard · 7 years ago
  54. 08c337d Remove useless parameter from function by Manuel Pégourié-Gonnard · 7 years ago
  55. 9d41073 Fix typos from copy-pasting by Manuel Pégourié-Gonnard · 7 years ago
  56. 11999bb Fix minor code style issues by Darryl Green · 7 years ago
  57. a331e0f Merge remote-tracking branch 'upstream-restricted/pr/421' into development-proposed by Jaeden Amero · 7 years ago
  58. fb19399 Merge remote-tracking branch 'upstream-public/pr/1498' into development-proposed by Jaeden Amero · 7 years ago
  59. 9ceae8b Clarify "as directed here" in SSL async callback documentation by Gilles Peskine · 7 years ago
  60. ea5fab8 SSL async callbacks documentation: clarify resource cleanup by Gilles Peskine · 7 years ago
  61. 1febfef Rename mbedtls_ssl_async_{get,set}_data for clarity by Gilles Peskine · 7 years ago
  62. 6a8cb36 Fix copypasta in the async callback documentation by Gilles Peskine · 7 years ago
  63. 7d7bad6 Update version to 2.9.0 by Jaeden Amero · 7 years ago
  64. 807d74a SSL async callback: cert is not always from mbedtls_ssl_conf_own_cert by Gilles Peskine · 7 years ago
  65. fe0669f ecp: Fix binary compatibility with group ID by Jaeden Amero · 7 years ago
  66. 20deb01 Improve documentation of the async callback's crypto parameters by Gilles Peskine · 7 years ago
  67. 7830073 Change boolean bitfield to unsigned by Gilles Peskine · 7 years ago
  68. 5ffe41c Turn on MBEDTLS_SSL_ASYNC_PRIVATE by default by Gilles Peskine · 7 years ago
  69. ac5e8a3 Document that callbacks must not return arbitrary SSL errors by Gilles Peskine · 7 years ago
  70. 8f97af7 Don't pass the async config data to async callbacks by Gilles Peskine · 7 years ago
  71. 2481a71 Doxygen formatting improvements by Gilles Peskine · 7 years ago
  72. d326883 Document what the SSL async sign callback needs to do with RSA by Gilles Peskine · 7 years ago
  73. ad28bf0 Documentation improvements by Gilles Peskine · 7 years ago
  74. df13d5c Pass the SSL context to async callbacks by Gilles Peskine · 7 years ago
  75. 9b562d5 mbedtls_ssl_handshake_free: take the SSL context as argument by Gilles Peskine · 7 years ago
  76. b74a1c7 Rename MBEDTLS_SSL_ASYNC_PRIVATE_C to MBEDTLS_SSL_ASYNC_PRIVATE by Gilles Peskine · 7 years ago
  77. f112725 Style and grammar fixes by Gilles Peskine · 7 years ago
  78. 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
  79. 8945343 Merge branch 'development-proposed' into development-restricted-proposed by Jaeden Amero · 7 years ago
  80. 56e06db Improve mbedtls_platform_zeroize() docs by Andres Amaya Garcia · 7 years ago
  81. d0ef468 Reword config.h docs for MBEDTLS_PLATFORM_ZEROIZE_ALT by Andres Amaya Garcia · 7 years ago
  82. 1afdec1 Merge remote-tracking branch 'upstream-public/pr/1578' into development-proposed by Jaeden Amero · 7 years ago
  83. 519b129 Merge remote-tracking branch 'upstream-public/pr/1580' into development-proposed by Jaeden Amero · 7 years ago
  84. a7a6155 Update ecp.h by Rose Zadik · 7 years ago
  85. ca1d742 mbedtls_ssl_get_key_exchange_md_tls1_2: return hashlen by Gilles Peskine · 7 years ago
  86. 7c68878 Merge remote-tracking branch 'upstream-public/pr/1511' into development-proposed by Jaeden Amero · 7 years ago
  87. d803c1f Merge remote-tracking branch 'upstream-public/pr/1510' into development-proposed by Jaeden Amero · 7 years ago
  88. f852f4c Merge remote-tracking branch 'upstream-public/pr/1506' into development-proposed by Jaeden Amero · 7 years ago
  89. ebfd3ca Merge remote-tracking branch 'upstream-public/pr/1505' into development-proposed by Jaeden Amero · 7 years ago
  90. 9d12b4c SSL asynchronous signature: turn off by default by Gilles Peskine · 7 years ago
  91. d04d292 Get rid of useless handshake field out_async_start by Gilles Peskine · 7 years ago
  92. ab50f83 Improve documentation of async operation start callbacks by Gilles Peskine · 7 years ago
  93. 4bf9a28 SSL asynchronous signature: first implementation by Gilles Peskine · 7 years ago
  94. 8bf79f6 SSL asynchronous private key operation callbacks: interface by Gilles Peskine · 7 years ago
  95. 59e83d9 Add conf parameter to mbedtls_ssl_handshake_free by Gilles Peskine · 7 years ago
  96. d353405 Update ecp.h by Rose Zadik · 7 years ago
  97. c32efb3 Update ecp.h by Rose Zadik · 7 years ago
  98. d76ac58 Update ecp.h by Rose Zadik · 7 years ago
  99. abc9ec7 Update ecdsa.h by Rose Zadik · 7 years ago
  100. f089fa3 Update ecp.h by Rose Zadik · 7 years ago