1. cdc338b Merge remote-tracking branch 'public/pr/1735' into development by Simon Butcher · 7 years ago
  2. 2711ad7 Merge remote-tracking branch 'public/pr/1736' into development by Simon Butcher · 7 years ago
  3. d9c71da Revert "Turn on MBEDTLS_SSL_ASYNC_PRIVATE by default" by Jaeden Amero · 7 years ago
  4. 2dbecc0 Merge remote-tracking branch 'public/pr/1602' into development by Simon Butcher · 7 years ago
  5. 66a8903 Fix for missing len var when XTS config'd and CTR not by Simon Butcher · 7 years ago
  6. 9873696 Merge remote-tracking branch 'public/pr/710' into development by Simon Butcher · 7 years ago
  7. 5f57f1e Merge remote-tracking branch 'public/pr/1270' into development by Simon Butcher · 7 years ago
  8. 6755905 Merge remote-tracking branch 'public/pr/1602' into development by Simon Butcher · 7 years ago
  9. ff2f493 config: List cipher modes in alphabetical order by Jaeden Amero · 7 years ago
  10. 4ab8acd Merge remote-tracking branch 'public/pr/1075' into development by Simon Butcher · 7 years ago
  11. 6ac1cf6 Merge remote-tracking branch 'public/pr/1182' into development by Simon Butcher · 7 years ago
  12. e5cd868 Add ChangeLog entry for PR #1555 by Simon Butcher · 7 years ago
  13. c1bf1aa Merge remote-tracking branch 'public/pr/1555' into development by Simon Butcher · 7 years ago
  14. 73a4b80 Merge remote-tracking branch 'public/pr/1672' into development by Simon Butcher · 7 years ago
  15. 9a8db56 Merge remote-tracking branch 'public/pr/1730' into development by Simon Butcher · 7 years ago
  16. 2ff0e52 Fix missing preprocessor condition in AES self-test by Simon Butcher · 7 years ago
  17. 0a8352b Fix harmless use of uninitialized memory in ssl_parse_encrypted_pms by Gilles Peskine · 7 years ago
  18. 725f1cb SSL async tests: add a few test cases for error in decrypt by Gilles Peskine · 7 years ago
  19. 3f3ada8 Fix memory leak in ssl_server2 with SNI + async callback by Gilles Peskine · 7 years ago
  20. 157f6d8 SNI + SSL async callback: make all keys async by Gilles Peskine · 7 years ago
  21. d906b81 tests: cipher: Allocate enough space for XTS keys by Jaeden Amero · 7 years ago
  22. 0931708 benchmark: Add comma at end of help message by Jaeden Amero · 7 years ago
  23. f4474e7 ChangeLog: Add an entry for AES-XTS by Jaeden Amero · 7 years ago
  24. ed91a79 config: Update documentation for XTS option by Jaeden Amero · 7 years ago
  25. c28012a tests: Remove NIST AES-XTS test vectors by Jaeden Amero · 7 years ago
  26. 142383e aes: xts: Add tests for invalid key sizes by Jaeden Amero · 7 years ago
  27. 8cfc75f aes: xts: Fix style issues with gf128mul by Jaeden Amero · 7 years ago
  28. 5f0b06a aes: xts: Fix description of gf128mul by Jaeden Amero · 7 years ago
  29. f167deb aes: xts: Add a reference to the standard by Jaeden Amero · 7 years ago
  30. c653990 cipher: Add wrappers for AES-XTS by Jaeden Amero · 7 years ago
  31. 425382d tests: Extend AES-XTS suite by Jaeden Amero · 7 years ago
  32. e5c4b07 tests: Make AES-XTS suite more stack friendly by Jaeden Amero · 7 years ago
  33. 21d79cf aes: Add self test for AES-XTS by Jaeden Amero · 7 years ago
  34. cd9fc5e aes: xts: Rename iv to data_unit by Jaeden Amero · 7 years ago
  35. d82cd86 aes: xts: Rewrite to avoid use of goto by Jaeden Amero · 7 years ago
  36. 0a8b020 aes: xts: Enforce NIST SP 800-38E data unit size by Jaeden Amero · 7 years ago
  37. 5162b93 aes: Use length instead of bits_length in XTS by Jaeden Amero · 7 years ago
  38. 9366feb aes: xts: Add new context structure by Jaeden Amero · 7 years ago
  39. e22ba80 Add XTS test suites to the Makefile by Jaeden Amero · 7 years ago
  40. e9ecf00 aes: Remove AES-XEX by Jaeden Amero · 7 years ago
  41. 010c2cb gf128mul: Inline instead of making a new module by Jaeden Amero · 7 years ago
  42. 97cc3b1 gf128mul: Remove the jump table by Jaeden Amero · 7 years ago
  43. 5f77801 Implement AES-XTS mode by Aorimn · 9 years ago
  44. 380162c Double perf for AES-XEX by Aorimn · 9 years ago
  45. daf7045 Add benchmark for AES-XEX by Aorimn · 9 years ago
  46. 8bb817a Add AES-XEX to the version features by Aorimn · 9 years ago
  47. 9bbe363 Rename exported symbols to please check-names.sh by Aorimn · 9 years ago
  48. fb67fae Add AES-XEX tests cases by Aorimn · 9 years ago
  49. 75e3661 Add AES-XEX mode to the default config file by Aorimn · 9 years ago
  50. 0089d36 Implement AES-XEX mode by Aorimn · 9 years ago
  51. b053658 Add 2 files for multiplication in GF(128) by Aorimn · 9 years ago
  52. 9f52aeb tests: Fix name of 33 byte AES cipher tests by Jaeden Amero · 7 years ago
  53. 4ed3880 Fix ChangeLog whitespace errors and add entry for PR #1646 by Simon Butcher · 7 years ago
  54. f3987b3 Add ChangeLog entry for CCM* by Simon Butcher · 7 years ago
  55. 601144e Add entry to ChangeLog for PR #795 by Simon Butcher · 7 years ago
  56. b11de30 Fix braces in mbedtls_memory_buffer_alloc_status() by Darryl Green · 8 years ago
  57. ae4cafa Merge remote-tracking branch 'public/pr/795' into development by Simon Butcher · 7 years ago
  58. c7638fa Fix ChangeLog entry after merge of HKDF by Simon Butcher · 7 years ago
  59. e47d6fd Merge remote-tracking branch 'public/pr/1497' into development by Simon Butcher · 7 years ago
  60. ebe23ed Fix up the ChangeLog for the new version by Simon Butcher · 7 years ago
  61. f0d7629 Merge remote-tracking branch 'public/pr/1593' into development by Simon Butcher · 7 years ago
  62. ebb6427 Merge remote-tracking branch 'public/pr/1646' into development by Simon Butcher · 7 years ago
  63. 263498a Merge remote-tracking branch 'public/pr/1667' into development by Simon Butcher · 7 years ago
  64. dbe80c6 Merge remote-tracking branch 'public/pr/1668' into development by Simon Butcher · 7 years ago
  65. 0b11e75 Merge remote-tracking branch 'public/pr/1692' into development by Simon Butcher · 7 years ago
  66. 3cde2fc ssl_async_resume: free the operation context on error by Gilles Peskine · 7 years ago
  67. 4844bf2 Add OFB as additional block mode by Simon Butcher · 7 years ago
  68. cb2c935 aes: Clarify IV requirements for OFB mode by Jaeden Amero · 7 years ago
  69. 5db1362 Clarify documentation for AES OFB by Simon Butcher · 7 years ago
  70. 33cb519 Add decrypt tests to AES OFB Cipher module by Simon Butcher · 7 years ago
  71. b7836e1 Change AES OFB tests to memset sizeof buffer by Simon Butcher · 7 years ago
  72. e416bf9 Reduce stack usage for AES OFB tests by Simon Butcher · 7 years ago
  73. 968646c Clarify comments on use of AES OFB block mode by Simon Butcher · 7 years ago
  74. 0013144 Fix style and formatting for OFB feature by Simon Butcher · 7 years ago
  75. 374bcd4 Add to OFB cipher tests AES-192 and AES-256 OFB by Simon Butcher · 7 years ago
  76. dbe7fbf Remove unused variable in AES OFB test suite by Simon Butcher · 7 years ago
  77. 6873c84 Update cipher.h for OFB block mode documentation by Simon Butcher · 7 years ago
  78. ad4e493 Fix AES-OFB support for errors, tests and self-test by Simon Butcher · 7 years ago
  79. 7487c5b Add missing OFB entry to null ciphersuite by Simon Butcher · 7 years ago
  80. 8c0fd1e Add cipher abstraction and test cases for OFB block mode by Simon Butcher · 7 years ago
  81. 0301884 Add test cases for AES OFB block mode by Simon Butcher · 7 years ago
  82. 76a5b22 Add OFB block mode to AES-128/192/256 by Simon Butcher · 7 years ago
  83. 10e0e4d hkdf: Add negative tests by Jaeden Amero · 7 years ago
  84. 3618962 hkdf: Add tests for extract and expand by Jaeden Amero · 7 years ago
  85. 798363e Add ChangeLog entry for HKDF by Jaeden Amero · 7 years ago
  86. 656864b Add an HKDF (RFC 5869) implementation by Thomas Fossati · 9 years ago
  87. fcfa4c2 Merge remote-tracking branch 'public/pr/1699' into development by Simon Butcher · 7 years ago
  88. 2a1edac Change symlink to hardlink to avoid permission issues by Darryl Green · 7 years ago
  89. 0a0e08a mbedtls_gcm_crypt_and_tag: clarify what each mode does and doesn't do by Gilles Peskine · 7 years ago
  90. d75ee64 Fix out-of-tree testing symlinks on Windows by Darryl Green · 7 years ago
  91. 80f679b Correct and clarify the documentation of GCM whole-message functions by Gilles Peskine · 7 years ago
  92. c041435 Merge remote-tracking branch 'public/pr/1694' into development by Simon Butcher · 7 years ago mbedtls-2.10.0
  93. d5a09f1 Updated version number to 2.10.0 for release by Simon Butcher · 7 years ago
  94. 390641e Merge remote-tracking branch 'public/pr/1693' into development by Simon Butcher · 7 years ago
  95. ab72727 Add a disabled CMAC define in the no-entropy configuration by Krzysztof Stachowiak · 7 years ago
  96. 1a8ef07 Fix coverity defects by Azim Khan · 7 years ago
  97. 33dd323 Merge remote-tracking branch 'public/pr/1690' into development by Simon Butcher · 7 years ago
  98. d08a2f7 Adapt the ARIA test cases for new ECB function by Simon Butcher · 7 years ago
  99. 10438e1 Merge remote-tracking branch 'public/pr/1683' into development by Simon Butcher · 7 years ago
  100. 6e962b2 Fix file permissions for ssl.h by Simon Butcher · 7 years ago