1. a654c3e Return 'Feature unavailable' error for ciphers unsupported by PSA by Hanno Becker · 7 years ago
  2. ce61a32 Use enum for slot state in PSA-based cipher context by Hanno Becker · 7 years ago
  3. 8d88a6e Check support for cipher in mbedtls_cipher_setup_psa() by Hanno Becker · 7 years ago
  4. 56150af Implement PSA-based AEAD enc/dec cipher operations by Hanno Becker · 7 years ago
  5. f133640 Add AEAD tag length to new mbedtls_cipher_setup_psa() by Hanno Becker · 7 years ago
  6. 884f6af Always configure PSA-based keys for encryption and decryption by Hanno Becker · 7 years ago
  7. 3c852a9 Implement PSA-based version of mbedtls_cipher_crypt() by Hanno Becker · 7 years ago
  8. d9ca5cf Implement mbedtls_cipher_setkey() for PSA-based cipher contexts by Hanno Becker · 7 years ago
  9. 73f59fc Add PSA-specific cipher context by Hanno Becker · 7 years ago
  10. 1cb3653 Add `psa_enabled` field to cipher ctx and add dummy implementations by Hanno Becker · 7 years ago
  11. 098c9de Add declaration and dummy-definition of mbedtls_cipher_setup_psa() by Hanno Becker · 7 years ago
  12. 21967c5 Fix style in cipher.c by Hanno Becker · 7 years ago
  13. bb4bbbb Resolve PR review comments by Ron Eldor · 8 years ago
  14. 4e64e0b Fix after PR comments by Ron Eldor · 8 years ago
  15. 7b01244 Add tests for mbedtls_cipher_crypt API by Ron Eldor · 8 years ago
  16. ab8d58c Move definition of MBEDTLS_CIPHER_MODE_STREAM by Ron Eldor · 7 years ago
  17. 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  18. c653990 cipher: Add wrappers for AES-XTS by Jaeden Amero · 7 years ago
  19. 8c0fd1e Add cipher abstraction and test cases for OFB block mode by Simon Butcher · 7 years ago
  20. 3dc62a0 chachapoly: force correct mode for integrated API by Manuel Pégourié-Gonnard · 7 years ago
  21. 32902e6 cipher: handle ChaCha20 as a stream cipher by Manuel Pégourié-Gonnard · 7 years ago
  22. 5ef92d3 chachapoly: adjust parameter order by Manuel Pégourié-Gonnard · 7 years ago
  23. fe725de cipher: use new functions from chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  24. dca3a5d Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  25. 16b04ce Fix unused function warning under certain configurations. by Daniel King · 9 years ago
  26. 8fe4701 Add ChaCha20+Poly1305 to the Cipher module by Daniel King · 9 years ago
  27. bd92062 Add ChaCha20 to the Cipher module by Daniel King · 9 years ago
  28. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  29. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  30. 79e7789 return plaintext data faster on unpadded decryption by Andy Leiserson · 8 years ago
  31. ba8316f fix bug in get_one_and_zeros_padding() by Micha Kraus · 8 years ago
  32. 6a54336 Fix integer overflows in buffer bound checks by Andres Amaya Garcia · 9 years ago
  33. 327398a Refactor and change CMAC interface by Simon Butcher · 9 years ago
  34. 98e28a7 Address user reported coverity issues. by Janos Follath · 9 years ago
  35. 88ffc08 Adds casts to zeroize functions to allow building as C++ by Simon Butcher · 9 years ago
  36. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  37. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  38. 898e0aa Rename key_length in cipher_info by Manuel Pégourié-Gonnard · 10 years ago
  39. b8186a5 Rename len to bitlen in function parameters by Manuel Pégourié-Gonnard · 10 years ago
  40. cb46fd8 Avoid non-standard strcasecmp() by Manuel Pégourié-Gonnard · 10 years ago
  41. 50518f4 Rename _wrap headers to _internal by Manuel Pégourié-Gonnard · 10 years ago
  42. 8473f87 Rename cipher_init_ctx() to cipher_setup() by Manuel Pégourié-Gonnard · 10 years ago
  43. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  44. 4772314 Remove functions deprecated in 1.3 by Manuel Pégourié-Gonnard · 10 years ago
  45. 7c4e60f Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  46. 7143284 Use proper doxygen markup to mark deprecations by Manuel Pégourié-Gonnard · 10 years ago
  47. 240b092 Drop dummy self_test functions by Manuel Pégourié-Gonnard · 11 years ago
  48. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  49. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  50. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  51. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  52. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  53. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  54. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  55. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  56. b4fe3cb Rename to mbed TLS in the documentation/comments by Manuel Pégourié-Gonnard · 11 years ago
  57. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  58. 84bbeb5 Adapt cipher and MD layer with _init() and _free() by Paul Bakker · 11 years ago
  59. 8f62563 Fix dependencies: GCM != AEAD != CCM by Manuel Pégourié-Gonnard · 11 years ago
  60. 398c57b Blowfish accepts variable key len in cipher layer by Manuel Pégourié-Gonnard · 11 years ago
  61. 81754a0 Create a 'flags' field in cipher_info by Manuel Pégourié-Gonnard · 11 years ago
  62. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  63. d8bb826 Fix code styling for return statements by Paul Bakker · 11 years ago
  64. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  65. 4193695 Add AES-CCM and CAMELLIA-CCM to the cipher layer by Manuel Pégourié-Gonnard · 11 years ago
  66. 4562ffe Add cipher_auth_{en,de}crypt() by Manuel Pégourié-Gonnard · 11 years ago
  67. 3c1d150 Add cipher_crypt() by Manuel Pégourié-Gonnard · 11 years ago
  68. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  69. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  70. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  71. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 11 years ago
  72. 6c21276 Place olen initalization after reference check in cipher_update() by Paul Bakker · 12 years ago
  73. 6edcd41 Addition conditions for UEFI environment under MSVC by Paul Bakker · 12 years ago
  74. fa6a620 Defines for UEFI environment under MSVC added by Paul Bakker · 12 years ago
  75. 7bc745b Merged constant-time padding checks by Paul Bakker · 12 years ago
  76. e68bf17 Make get_zeros_padding() constant-time by Manuel Pégourié-Gonnard · 12 years ago
  77. 6c32990 Make get_one_and_zeros_padding() constant-time by Manuel Pégourié-Gonnard · 12 years ago
  78. d17df51 Make get_zeros_and_len_padding() constant-time by Manuel Pégourié-Gonnard · 12 years ago
  79. f8ab069 Make get_pkcs_padding() constant-time by Manuel Pégourié-Gonnard · 12 years ago
  80. e0dca4a Cipher layer: check iv_len more carefully by Manuel Pégourié-Gonnard · 12 years ago
  81. b9cfaa0 Explicit conversions and minor changes to prevent MSVC compiler warnings by Paul Bakker · 12 years ago
  82. 4fee79b Fix some more depend issues by Manuel Pégourié-Gonnard · 12 years ago
  83. dace82f Refactor cipher information management by Manuel Pégourié-Gonnard · 12 years ago
  84. dd0f57f Check key size in cipher_setkey() by Manuel Pégourié-Gonnard · 12 years ago
  85. 989ed38 Make CBC an option, step 2: cipher layer by Manuel Pégourié-Gonnard · 12 years ago
  86. 2a6a3a7 Better checking on cipher_info_from_values() by Paul Bakker · 12 years ago
  87. f46b695 Added cipher_info_from_values() to cipher layer (Search by ID+keylen+mode) by Paul Bakker · 12 years ago
  88. 5e0efa7 Added POLARSSL_MODE_ECB to the cipher layer by Paul Bakker · 12 years ago
  89. b8bd593 Restrict cipher_update() for GCM by Manuel Pégourié-Gonnard · 12 years ago
  90. 1af50a2 Cipher: test multiple cycles by Manuel Pégourié-Gonnard · 12 years ago
  91. 83f3fc0 Add AES-192-GCM by Manuel Pégourié-Gonnard · 12 years ago
  92. 43a4780 Ommit AEAD functions if GCM not defined by Manuel Pégourié-Gonnard · 12 years ago
  93. aa9ffc5 Split tag handling out of cipher_finish() by Manuel Pégourié-Gonnard · 12 years ago
  94. 2adc40c Split cipher_update_ad() out or cipher_reset() by Manuel Pégourié-Gonnard · 12 years ago
  95. a235b5b Fix iv_len interface. by Manuel Pégourié-Gonnard · 12 years ago
  96. 9c853b9 Split cipher_set_iv() out of cipher_reset() by Manuel Pégourié-Gonnard · 12 years ago
  97. 9241be7 Change cipher prototypes for GCM by Manuel Pégourié-Gonnard · 12 years ago
  98. 07f8fa5 GCM in the cipher layer, step 1 by Manuel Pégourié-Gonnard · 12 years ago
  99. b5e8588 Handle NULL as a stream cipher for more uniformity by Manuel Pégourié-Gonnard · 12 years ago
  100. 37e230c Add arc4 support in the cipher layer by Manuel Pégourié-Gonnard · 12 years ago