1. 0b58c15 cipher layer: IV length is not always block size by Manuel Pégourié-Gonnard · 12 years ago
  2. 87181d1 Add Camellia-GCM to th cipher layer by Manuel Pégourié-Gonnard · 12 years ago
  3. b9cfaa0 Explicit conversions and minor changes to prevent MSVC compiler warnings by Paul Bakker · 12 years ago
  4. 4fee79b Fix some more depend issues by Manuel Pégourié-Gonnard · 12 years ago
  5. 989ed38 Make CBC an option, step 2: cipher layer by Manuel Pégourié-Gonnard · 12 years ago
  6. dcbfdcc Updated doxygen documentation in header files and HTML pages by Paul Bakker · 12 years ago
  7. f46b695 Added cipher_info_from_values() to cipher layer (Search by ID+keylen+mode) by Paul Bakker · 12 years ago
  8. 5e0efa7 Added POLARSSL_MODE_ECB to the cipher layer by Paul Bakker · 12 years ago
  9. b8bd593 Restrict cipher_update() for GCM by Manuel Pégourié-Gonnard · 12 years ago
  10. 83f3fc0 Add AES-192-GCM by Manuel Pégourié-Gonnard · 12 years ago
  11. 43a4780 Ommit AEAD functions if GCM not defined by Manuel Pégourié-Gonnard · 12 years ago
  12. aa9ffc5 Split tag handling out of cipher_finish() by Manuel Pégourié-Gonnard · 12 years ago
  13. 2adc40c Split cipher_update_ad() out or cipher_reset() by Manuel Pégourié-Gonnard · 12 years ago
  14. a235b5b Fix iv_len interface. by Manuel Pégourié-Gonnard · 12 years ago
  15. 9c853b9 Split cipher_set_iv() out of cipher_reset() by Manuel Pégourié-Gonnard · 12 years ago
  16. 9241be7 Change cipher prototypes for GCM by Manuel Pégourié-Gonnard · 12 years ago
  17. b5e8588 Handle NULL as a stream cipher for more uniformity by Manuel Pégourié-Gonnard · 12 years ago
  18. 37e230c Add arc4 support in the cipher layer by Manuel Pégourié-Gonnard · 12 years ago
  19. 5151b45 Minor comment fixes by Manuel Pégourié-Gonnard · 12 years ago
  20. 1a45d91 Restructured cipher_set_padding_mode() to use switch statement by Paul Bakker · 12 years ago
  21. ebdc413 Add 'no padding' mode by Manuel Pégourié-Gonnard · 12 years ago
  22. 0e7d2c0 Add zero padding by Manuel Pégourié-Gonnard · 12 years ago
  23. 8d4291b Add zeros-and-length (ANSI X.923) padding by Manuel Pégourié-Gonnard · 12 years ago
  24. 679f9e9 Add one-and-zeros (ISO/IEC 7816-4) padding by Manuel Pégourié-Gonnard · 12 years ago
  25. ac56a1a Make cipher_set_padding() actually work by Manuel Pégourié-Gonnard · 12 years ago
  26. d5fdcaf Add cipher_set_padding() (no effect yet) by Manuel Pégourié-Gonnard · 12 years ago
  27. 407a0da Moved __cplusplus extern statement to include struct definitions as well. by Paul Bakker · 12 years ago
  28. 68884e3 Moved to advanced ciphersuite representation and more dynamic SSL code by Paul Bakker · 13 years ago
  29. 894dece - Cleaner return value (for C++) by Paul Bakker · 13 years ago
  30. 6132d0a - Added Blowfish to generic cipher layer by Paul Bakker · 13 years ago
  31. 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
  32. 5e18aed - Changed the defined key-length of DES ciphers in cipher.h to include the parity bits, to prevent mistakes in copying data. (Closes ticket #33) by Paul Bakker · 14 years ago
  33. f7e5bb5 - Added cipher_get_cipher_mode() and cipher_get_cipher_operation() introspection functions (Closes ticket #40) by Paul Bakker · 14 years ago
  34. 2028156 - Fixed typos in copied text (Fixed ticket #39) by Paul Bakker · 14 years ago
  35. 09b1ec6 - Adapted define for inline to be more solid by Paul Bakker · 14 years ago
  36. 74fb74e - Updated ARMCC_VERSION to __ARMCC_VERSION by Paul Bakker · 14 years ago
  37. 569df2c - Fixed inline definition for ARM systems by Paul Bakker · 14 years ago
  38. ff61a78 - Added and updated cipher error codes and documentation by Paul Bakker · 14 years ago
  39. 343a870 - Expanded generic cipher layer with support for CTR and CFB128 modes of operation. by Paul Bakker · 14 years ago
  40. 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
  41. b6ecaf5 - Added additional (configurable) cipher block modes. AES-CTR, Camellia-CTR, XTEA-CBC by Paul Bakker · 14 years ago
  42. af5c85f - Improved portability with Microsoft Visual C by Paul Bakker · 14 years ago
  43. f3b86c1 - Updated Doxygen documentation generation and documentation on small parts by Paul Bakker · 15 years ago
  44. 1f14d08 - Fixed typo by Paul Bakker · 15 years ago
  45. 72f6266 - Improved information provided about current Hashing, Cipher and Suite capabilities by Paul Bakker · 15 years ago
  46. 8123e9d - Added generic cipher wrapper for integration with OpenVPN (donated by Fox-IT) by Paul Bakker · 15 years ago