1. 690ee81 Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only by Yanray Wang · 1 year, 8 months ago
  2. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  3. b67b474 Rename MBEDTLS_CIPHER_ENCRYPT_ONLY as MBEDTLS_BLOCK_CIPHER_NO_DECRYPT by Yanray Wang · 1 year, 9 months ago
  4. a6c0761 cipher_wrap: fix guards for GCM/CCM AES by Valerio Setti · 1 year, 10 months ago
  5. dcee987 cipher_wrap: add VIA_LEGACY_OR_USE_PSA to new internal symbols by Valerio Setti · 1 year, 10 months ago
  6. db1ca8f cipher: keep MBEDTLS_CIPHER_HAVE symbols private by Valerio Setti · 1 year, 10 months ago
  7. db9b309 cipher_wrap: remove *setkey_dec_func in CIPHER_ENCRYPT_ONLY by Yanray Wang · 1 year, 11 months ago
  8. 3b46b77 code style by Dave Rodgman · 2 years, 1 month ago
  9. de3de77 Use look-up table for base by Dave Rodgman · 2 years, 1 month ago
  10. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  11. 03e0146 Make KEY_ID_ENCODES_OWNER compatible with USE_PSA_CRYPTO by Andrzej Kurek · 3 years, 7 months ago
  12. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  13. daacb59 Rename <pk/md/cipher>_internal.h to *_wrap.h by Chris Jones · 4 years, 5 months ago[Renamed (98%) from library/cipher_internal.h]
  14. 35ac46a Move internal headers from include/mbedtls/ to library/ by Chris Jones · 4 years, 5 months ago[Renamed from include/mbedtls/cipher_internal.h]
  15. cf56a0a psa: Move from key handle to key identifier by Ronald Cron · 5 years ago
  16. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  17. 72c8c5b Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190801 by Gilles Peskine · 6 years ago
  18. c49fbbf Use mbedtls-based path for includes by Jaeden Amero · 6 years ago
  19. 1139249 Don't refer to PSA keys as slots anymore by Gilles Peskine · 6 years ago
  20. c750932 Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
  21. 9de97d7 Don't use multiline comments in enums to silence check-names.sh by Hanno Becker · 7 years ago
  22. 1908655 Use enum for slot state in PSA-based cipher context by Hanno Becker · 7 years ago
  23. edda8b8 Implement mbedtls_cipher_setkey() for PSA-based cipher contexts by Hanno Becker · 7 years ago
  24. 6118e43 Add PSA-specific cipher context by Hanno Becker · 7 years ago
  25. c653990 cipher: Add wrappers for AES-XTS by Jaeden Amero · 7 years ago
  26. 0013144 Fix style and formatting for OFB feature by Simon Butcher · 7 years ago
  27. 8c0fd1e Add cipher abstraction and test cases for OFB block mode by Simon Butcher · 7 years ago
  28. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  29. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  30. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  31. 898e0aa Rename key_length in cipher_info by Manuel Pégourié-Gonnard · 10 years ago
  32. 50518f4 Rename _wrap headers to _internal by Manuel Pégourié-Gonnard · 10 years ago[Renamed (98%) from include/mbedtls/cipher_wrap.h]
  33. 5a74e8b Make struct cipher_base_t opaque by Manuel Pégourié-Gonnard · 10 years ago
  34. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  35. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed from include/polarssl/cipher_wrap.h]
  36. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  37. 6c5abfa Style: fix trailing spaces by Manuel Pégourié-Gonnard · 10 years ago
  38. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  39. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  40. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  41. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  42. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  43. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  44. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  45. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  46. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  47. dace82f Refactor cipher information management by Manuel Pégourié-Gonnard · 12 years ago
  48. 989ed38 Make CBC an option, step 2: cipher layer by Manuel Pégourié-Gonnard · 12 years ago
  49. 5e0efa7 Added POLARSSL_MODE_ECB to the cipher layer by Paul Bakker · 12 years ago
  50. 83f3fc0 Add AES-192-GCM by Manuel Pégourié-Gonnard · 12 years ago
  51. 68884e3 Moved to advanced ciphersuite representation and more dynamic SSL code by Paul Bakker · 13 years ago
  52. 6132d0a - Added Blowfish to generic cipher layer by Paul Bakker · 13 years ago
  53. fab5c82 - Added support for NULL cipher (POLARSSL_CIPHER_NULL_CIPHER) and weak ciphersuites (POLARSSL_ENABLE_WEAK_CIPHERSUITES). They are disabled by default! by Paul Bakker · 13 years ago
  54. cce9d77 - Lots of minimal changes to better support WINCE as a build target by Paul Bakker · 14 years ago
  55. 314052f - Removed extraneous "polarssl/" in front on include directives in header files by Paul Bakker · 14 years ago
  56. 343a870 - Expanded generic cipher layer with support for CTR and CFB128 modes of operation. by Paul Bakker · 14 years ago
  57. 8123e9d - Added generic cipher wrapper for integration with OpenVPN (donated by Fox-IT) by Paul Bakker · 15 years ago