1. aa9ffc5 Split tag handling out of cipher_finish() by Manuel Pégourié-Gonnard · 12 years ago
  2. 2adc40c Split cipher_update_ad() out or cipher_reset() by Manuel Pégourié-Gonnard · 12 years ago
  3. 9c853b9 Split cipher_set_iv() out of cipher_reset() by Manuel Pégourié-Gonnard · 12 years ago
  4. 9241be7 Change cipher prototypes for GCM by Manuel Pégourié-Gonnard · 12 years ago
  5. 07f8fa5 GCM in the cipher layer, step 1 by Manuel Pégourié-Gonnard · 12 years ago
  6. 33b43f1 Converted .function file to c-like format and adapted generator code by Paul Bakker · 12 years ago
  7. dbd443d Adapted .function files and .data files to new test framework by Paul Bakker · 12 years ago
  8. ebdc413 Add 'no padding' mode by Manuel Pégourié-Gonnard · 12 years ago
  9. 6c97899 Adapt cipher tests to configurable padding by Manuel Pégourié-Gonnard · 12 years ago
  10. a640849 Add tests for get_padding() (PKCS#7) by Manuel Pégourié-Gonnard · 12 years ago
  11. 725680f Make cipher tests less dependant on padding size by Manuel Pégourié-Gonnard · 12 years ago
  12. d5fdcaf Add cipher_set_padding() (no effect yet) by Manuel Pégourié-Gonnard · 12 years ago
  13. c65ab34 - Fixed error code by Paul Bakker · 14 years ago
  14. 343a870 - Expanded generic cipher layer with support for CTR and CFB128 modes of operation. by Paul Bakker · 14 years ago
  15. 5690efc - Fixed a whole bunch of dependencies on defines between files, examples and tests by Paul Bakker · 14 years ago
  16. f4a3f30 - Updated for migration to size_t by Paul Bakker · 14 years ago
  17. 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
  18. 579923c - The config header file is now always included in all tests by Paul Bakker · 14 years ago
  19. 8123e9d - Added generic cipher wrapper for integration with OpenVPN (donated by Fox-IT) by Paul Bakker · 15 years ago