1. c1c6858 cipher_wrap: fix guards for some CCM/GCM functions by Valerio Setti · 1 year, 7 months ago
  2. 5033397 cipher_wrap: fix guards for alloc/free functions of CCM/GCM by Valerio Setti · 1 year, 7 months ago
  3. 690ee81 Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only by Yanray Wang · 1 year, 8 months ago
  4. de0e259 cipher_wrap.c: remove unnecessary NO_DECRYPT guard for DES by Yanray Wang · 1 year, 9 months ago
  5. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  6. b67b474 Rename MBEDTLS_CIPHER_ENCRYPT_ONLY as MBEDTLS_BLOCK_CIPHER_NO_DECRYPT by Yanray Wang · 1 year, 9 months ago
  7. a6c0761 cipher_wrap: fix guards for GCM/CCM AES by Valerio Setti · 1 year, 10 months ago
  8. aa01ee3 Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only by Yanray Wang · 1 year, 10 months ago
  9. dcee987 cipher_wrap: add VIA_LEGACY_OR_USE_PSA to new internal symbols by Valerio Setti · 1 year, 10 months ago
  10. db1ca8f cipher: keep MBEDTLS_CIPHER_HAVE symbols private by Valerio Setti · 1 year, 10 months ago
  11. d4a10ce cipher/tls: use new symbols for guarding AEAD code by Valerio Setti · 1 year, 10 months ago
  12. 7732ced cipher_wrap: remove 192- and 256-bit for AES_ONLY_128_BIT_KEY_LENGTH by Yanray Wang · 1 year, 11 months ago
  13. e820c0a Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 2 years ago
  14. db9b309 cipher_wrap: remove *setkey_dec_func in CIPHER_ENCRYPT_ONLY by Yanray Wang · 1 year, 11 months ago
  15. e3330f8 Make naming more consistent by Dave Rodgman · 2 years ago
  16. 0b7bf87 Fix compile fail for empty enum in cipher_wrap by Dave Rodgman · 2 years ago
  17. 25d77cb Drop not-used items from the base look-up table by Dave Rodgman · 2 years, 1 month ago
  18. d30eed4 More struct re-ordering by Dave Rodgman · 2 years, 1 month ago
  19. 92cf6e5 Adjust stuct order for better packing / smaller accessor code size by Dave Rodgman · 2 years, 1 month ago
  20. 77049b8 Dependency fixes by Dave Rodgman · 2 years, 1 month ago
  21. 85a8813 Use fewer bits for block_size by Dave Rodgman · 2 years, 1 month ago
  22. 3b46b77 code style by Dave Rodgman · 2 years, 1 month ago
  23. de3de77 Use look-up table for base by Dave Rodgman · 2 years, 1 month ago
  24. 0ffb68e Use fewer bits for iv_size by Dave Rodgman · 2 years, 1 month ago
  25. 6c6c842 Use fewer bits for key_bitlen by Dave Rodgman · 2 years, 1 month ago
  26. 3319ae9 Re-order mbedtls_cipher_info_t by Dave Rodgman · 2 years, 1 month ago
  27. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  28. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  29. 4cb9739 Use separate MBEDTLS_MODE for the CCM*. by Mateusz Starzyk · 3 years, 9 months ago
  30. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  31. daacb59 Rename <pk/md/cipher>_internal.h to *_wrap.h by Chris Jones · 4 years, 5 months ago
  32. e2191cd Update includes to use library/ instead of include/mbedtls/ by Chris Jones · 4 years, 5 months ago
  33. a8e40dd Do not set IV size for ECB mode ciphers by Bence Szépkúti · 4 years, 9 months ago
  34. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  35. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  36. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  37. 5f28999 Wrap lines at 80 columns by Jack Lloyd · 6 years ago
  38. ffdf288 Add NIST keywrap as a cipher mode by Jack Lloyd · 6 years ago
  39. c3d25b3 Fix style in NUM_CIPHERS definition in cipher_wrap.c by Hanno Becker · 7 years ago
  40. 4e64e0b Fix after PR comments by Ron Eldor · 8 years ago
  41. f57bf8b Define specific mode for ChachaPoly by Manuel Pégourié-Gonnard · 7 years ago
  42. a18034a Adjust to added fields in cipher_base_t by Manuel Pégourié-Gonnard · 7 years ago
  43. 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  44. c653990 cipher: Add wrappers for AES-XTS by Jaeden Amero · 7 years ago
  45. 4844bf2 Add OFB as additional block mode by Simon Butcher · 7 years ago
  46. 7487c5b Add missing OFB entry to null ciphersuite by Simon Butcher · 7 years ago
  47. 8c0fd1e Add cipher abstraction and test cases for OFB block mode by Simon Butcher · 7 years ago
  48. 39b1904 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  49. 39f2561 Fix edit mistake in cipher_wrap.c by Manuel Pégourié-Gonnard · 7 years ago
  50. 32902e6 cipher: handle ChaCha20 as a stream cipher by Manuel Pégourié-Gonnard · 7 years ago
  51. dca3a5d Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  52. 8fe4701 Add ChaCha20+Poly1305 to the Cipher module by Daniel King · 9 years ago
  53. bd92062 Add ChaCha20 to the Cipher module by Daniel King · 9 years ago
  54. 08c337d Remove useless parameter from function by Manuel Pégourié-Gonnard · 7 years ago
  55. c06e101 ARIA ciphersuites for TLS 1.2 by Markku-Juhani O. Saarinen · 8 years ago
  56. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  57. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  58. 96fb685 Some more init calls by Manuel Pégourié-Gonnard · 10 years ago
  59. 898e0aa Rename key_length in cipher_info by Manuel Pégourié-Gonnard · 10 years ago
  60. 9d51583 Fix cipher identifier in des_ede3_info by Manuel Pégourié-Gonnard · 10 years ago
  61. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  62. 50518f4 Rename _wrap headers to _internal by Manuel Pégourié-Gonnard · 10 years ago
  63. c34e8dd Split mbedtls_gcm_init() -> gcm_setkey() by Manuel Pégourié-Gonnard · 10 years ago
  64. 6963ff0 Split mbedtls_ccm_init() -> setkey() by Manuel Pégourié-Gonnard · 10 years ago
  65. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  66. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  67. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  68. 385069f Add some missing 'static' on a few objects by Manuel Pégourié-Gonnard · 10 years ago
  69. b8ca723 Only define mode_func if mode is enabled (CBC etc) by Manuel Pégourié-Gonnard · 11 years ago
  70. c531b4a Apply the semantic patch rm-malloc-cast.cocci. by Mansour Moufid · 10 years ago
  71. a273371 Fix "int vs enum" warnings from armcc v5 by Manuel Pégourié-Gonnard · 10 years ago
  72. 0c851ee Fix missing include in non-default things by Manuel Pégourié-Gonnard · 10 years ago
  73. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  74. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  75. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  76. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  77. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  78. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  79. b4fe3cb Rename to mbed TLS in the documentation/comments by Manuel Pégourié-Gonnard · 11 years ago
  80. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  81. 86bbc7f Fix typo causing compile error with NULL cipher by Manuel Pégourié-Gonnard · 11 years ago
  82. c7ea99a Add _init() and _free() for cipher modules by Paul Bakker · 11 years ago
  83. 1c98ff9 Merge more test improvements and tests by Paul Bakker · 11 years ago
  84. 398c57b Blowfish accepts variable key len in cipher layer by Manuel Pégourié-Gonnard · 11 years ago
  85. b912616 Rm unused functions in cipher_wrap by Manuel Pégourié-Gonnard · 11 years ago
  86. 81754a0 Create a 'flags' field in cipher_info by Manuel Pégourié-Gonnard · 11 years ago
  87. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  88. d8bb826 Fix code styling for return statements by Paul Bakker · 11 years ago
  89. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  90. 4193695 Add AES-CCM and CAMELLIA-CCM to the cipher layer by Manuel Pégourié-Gonnard · 11 years ago
  91. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  92. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  93. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  94. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 11 years ago
  95. 87181d1 Add Camellia-GCM to th cipher layer by Manuel Pégourié-Gonnard · 12 years ago
  96. 13e0d44 Add Camellia-GCM test vectors by Manuel Pégourié-Gonnard · 12 years ago
  97. 057e0cf Fix ciphersuites dependencies on MD5 and SHA1 by Manuel Pégourié-Gonnard · 12 years ago
  98. dace82f Refactor cipher information management by Manuel Pégourié-Gonnard · 12 years ago
  99. 92cb1d3 Make CBC an option, step 3: individual ciphers by Manuel Pégourié-Gonnard · 12 years ago
  100. 989ed38 Make CBC an option, step 2: cipher layer by Manuel Pégourié-Gonnard · 12 years ago