TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
4087c47043cb7b8b51e69f1de47ab6a2bccead3d
/
include
/
polarssl
/
cipher.h
894dece
- Cleaner return value (for C++)
by Paul Bakker
· 13 years ago
6132d0a
- Added Blowfish to generic cipher layer
by Paul Bakker
· 13 years ago
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
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
f7e5bb5
- Added cipher_get_cipher_mode() and cipher_get_cipher_operation() introspection functions (Closes ticket #40)
by Paul Bakker
· 14 years ago
2028156
- Fixed typos in copied text (Fixed ticket #39)
by Paul Bakker
· 14 years ago
09b1ec6
- Adapted define for inline to be more solid
by Paul Bakker
· 14 years ago
74fb74e
- Updated ARMCC_VERSION to __ARMCC_VERSION
by Paul Bakker
· 14 years ago
569df2c
- Fixed inline definition for ARM systems
by Paul Bakker
· 14 years ago
ff61a78
- Added and updated cipher error codes and documentation
by Paul Bakker
· 14 years ago
343a870
- Expanded generic cipher layer with support for CTR and CFB128 modes of operation.
by Paul Bakker
· 14 years ago
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
b6ecaf5
- Added additional (configurable) cipher block modes. AES-CTR, Camellia-CTR, XTEA-CBC
by Paul Bakker
· 14 years ago
af5c85f
- Improved portability with Microsoft Visual C
by Paul Bakker
· 14 years ago
f3b86c1
- Updated Doxygen documentation generation and documentation on small parts
by Paul Bakker
· 15 years ago
1f14d08
- Fixed typo
by Paul Bakker
· 15 years ago
72f6266
- Improved information provided about current Hashing, Cipher and Suite capabilities
by Paul Bakker
· 15 years ago
8123e9d
- Added generic cipher wrapper for integration with OpenVPN (donated by Fox-IT)
by Paul Bakker
· 15 years ago