1. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  2. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  3. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  4. 5f28999 Wrap lines at 80 columns by Jack Lloyd · 6 years ago
  5. ffdf288 Add NIST keywrap as a cipher mode by Jack Lloyd · 6 years ago
  6. c3d25b3 Fix style in NUM_CIPHERS definition in cipher_wrap.c by Hanno Becker · 7 years ago
  7. 4e64e0b Fix after PR comments by Ron Eldor · 8 years ago
  8. f57bf8b Define specific mode for ChachaPoly by Manuel Pégourié-Gonnard · 7 years ago
  9. a18034a Adjust to added fields in cipher_base_t by Manuel Pégourié-Gonnard · 7 years ago
  10. 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  11. c653990 cipher: Add wrappers for AES-XTS by Jaeden Amero · 7 years ago
  12. 4844bf2 Add OFB as additional block mode by Simon Butcher · 7 years ago
  13. 7487c5b Add missing OFB entry to null ciphersuite by Simon Butcher · 7 years ago
  14. 8c0fd1e Add cipher abstraction and test cases for OFB block mode by Simon Butcher · 7 years ago
  15. 39b1904 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  16. 39f2561 Fix edit mistake in cipher_wrap.c by Manuel Pégourié-Gonnard · 7 years ago
  17. 32902e6 cipher: handle ChaCha20 as a stream cipher by Manuel Pégourié-Gonnard · 7 years ago
  18. dca3a5d Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  19. 8fe4701 Add ChaCha20+Poly1305 to the Cipher module by Daniel King · 9 years ago
  20. bd92062 Add ChaCha20 to the Cipher module by Daniel King · 9 years ago
  21. 08c337d Remove useless parameter from function by Manuel Pégourié-Gonnard · 7 years ago
  22. c06e101 ARIA ciphersuites for TLS 1.2 by Markku-Juhani O. Saarinen · 8 years ago
  23. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  24. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  25. 96fb685 Some more init calls by Manuel Pégourié-Gonnard · 10 years ago
  26. 898e0aa Rename key_length in cipher_info by Manuel Pégourié-Gonnard · 10 years ago
  27. 9d51583 Fix cipher identifier in des_ede3_info by Manuel Pégourié-Gonnard · 10 years ago
  28. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  29. 50518f4 Rename _wrap headers to _internal by Manuel Pégourié-Gonnard · 10 years ago
  30. c34e8dd Split mbedtls_gcm_init() -> gcm_setkey() by Manuel Pégourié-Gonnard · 10 years ago
  31. 6963ff0 Split mbedtls_ccm_init() -> setkey() by Manuel Pégourié-Gonnard · 10 years ago
  32. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  33. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  34. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  35. 385069f Add some missing 'static' on a few objects by Manuel Pégourié-Gonnard · 10 years ago
  36. b8ca723 Only define mode_func if mode is enabled (CBC etc) by Manuel Pégourié-Gonnard · 11 years ago
  37. c531b4a Apply the semantic patch rm-malloc-cast.cocci. by Mansour Moufid · 10 years ago
  38. a273371 Fix "int vs enum" warnings from armcc v5 by Manuel Pégourié-Gonnard · 10 years ago
  39. 0c851ee Fix missing include in non-default things by Manuel Pégourié-Gonnard · 10 years ago
  40. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  41. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  42. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  43. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  44. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  45. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  46. b4fe3cb Rename to mbed TLS in the documentation/comments by Manuel Pégourié-Gonnard · 11 years ago
  47. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  48. 86bbc7f Fix typo causing compile error with NULL cipher by Manuel Pégourié-Gonnard · 11 years ago
  49. c7ea99a Add _init() and _free() for cipher modules by Paul Bakker · 11 years ago
  50. 1c98ff9 Merge more test improvements and tests by Paul Bakker · 11 years ago
  51. 398c57b Blowfish accepts variable key len in cipher layer by Manuel Pégourié-Gonnard · 11 years ago
  52. b912616 Rm unused functions in cipher_wrap by Manuel Pégourié-Gonnard · 11 years ago
  53. 81754a0 Create a 'flags' field in cipher_info by Manuel Pégourié-Gonnard · 11 years ago
  54. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  55. d8bb826 Fix code styling for return statements by Paul Bakker · 11 years ago
  56. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  57. 4193695 Add AES-CCM and CAMELLIA-CCM to the cipher layer by Manuel Pégourié-Gonnard · 11 years ago
  58. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  59. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  60. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  61. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 11 years ago
  62. 87181d1 Add Camellia-GCM to th cipher layer by Manuel Pégourié-Gonnard · 12 years ago
  63. 13e0d44 Add Camellia-GCM test vectors by Manuel Pégourié-Gonnard · 12 years ago
  64. 057e0cf Fix ciphersuites dependencies on MD5 and SHA1 by Manuel Pégourié-Gonnard · 12 years ago
  65. dace82f Refactor cipher information management by Manuel Pégourié-Gonnard · 12 years ago
  66. 92cb1d3 Make CBC an option, step 3: individual ciphers by Manuel Pégourié-Gonnard · 12 years ago
  67. 989ed38 Make CBC an option, step 2: cipher layer by Manuel Pégourié-Gonnard · 12 years ago
  68. 4fe9200 Fix memory leak in GCM by adding gcm_free() by Manuel Pégourié-Gonnard · 12 years ago
  69. 43aff2a Moved GCM to use cipher layer instead of AES directly by Paul Bakker · 12 years ago
  70. 5e0efa7 Added POLARSSL_MODE_ECB to the cipher layer by Paul Bakker · 12 years ago
  71. ce41125 Fix RC4 key length in cipher by Manuel Pégourié-Gonnard · 12 years ago
  72. 83f3fc0 Add AES-192-GCM by Manuel Pégourié-Gonnard · 12 years ago
  73. a235b5b Fix iv_len interface. by Manuel Pégourié-Gonnard · 12 years ago
  74. 9241be7 Change cipher prototypes for GCM by Manuel Pégourié-Gonnard · 12 years ago
  75. 07f8fa5 GCM in the cipher layer, step 1 by Manuel Pégourié-Gonnard · 12 years ago
  76. b5e8588 Handle NULL as a stream cipher for more uniformity by Manuel Pégourié-Gonnard · 12 years ago
  77. 37e230c Add arc4 support in the cipher layer by Manuel Pégourié-Gonnard · 12 years ago
  78. 6e339b5 Memory-allocation abstraction layer and buffer-based allocator added by Paul Bakker · 12 years ago
  79. 0e34235 Fixed values for 2-key Triple DES in cipher layer by Paul Bakker · 12 years ago
  80. bfe671f Blowfish has default of 128-bit keysize in cipher layer by Paul Bakker · 12 years ago
  81. 68884e3 Moved to advanced ciphersuite representation and more dynamic SSL code by Paul Bakker · 13 years ago
  82. fae35f0 Functions in cipher_wrap.c marked static by Paul Bakker · 12 years ago
  83. 6132d0a - Added Blowfish to generic cipher layer by Paul Bakker · 13 years ago
  84. 02f6169 - Removed trailing char by Paul Bakker · 13 years ago
  85. f654371 - Only include dependencies when required by Paul Bakker · 13 years ago
  86. 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
  87. 2028156 - Fixed typos in copied text (Fixed ticket #39) by Paul Bakker · 14 years ago
  88. 343a870 - Expanded generic cipher layer with support for CTR and CFB128 modes of operation. by Paul Bakker · 14 years ago
  89. 23986e5 - Major type rewrite of int to size_t for most variables and arguments used for buffer lengths and loops by Paul Bakker · 14 years ago
  90. a493ad4 - Dropped designated initializers as they are not supported on Microsoft Visual C by Paul Bakker · 14 years ago
  91. d61e7d9 - Cleaned up warning-generating code by Paul Bakker · 15 years ago
  92. 8123e9d - Added generic cipher wrapper for integration with OpenVPN (donated by Fox-IT) by Paul Bakker · 15 years ago