TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
75d440192ca3dfda6656ea1ef93fc0ff3a26f9c8
/
library
/
cipher.c
48e93c8
Made padding modes configurable from config.h
by Paul Bakker
· 12 years ago
1a45d91
Restructured cipher_set_padding_mode() to use switch statement
by Paul Bakker
· 12 years ago
ebdc413
Add 'no padding' mode
by Manuel Pégourié-Gonnard
· 12 years ago
0e7d2c0
Add zero padding
by Manuel Pégourié-Gonnard
· 12 years ago
8d4291b
Add zeros-and-length (ANSI X.923) padding
by Manuel Pégourié-Gonnard
· 12 years ago
679f9e9
Add one-and-zeros (ISO/IEC 7816-4) padding
by Manuel Pégourié-Gonnard
· 12 years ago
b7d24bc
Fix bug in get_pkcs_padding(): cannot be 0-length
by Manuel Pégourié-Gonnard
· 12 years ago
ac56a1a
Make cipher_set_padding() actually work
by Manuel Pégourié-Gonnard
· 12 years ago
d5fdcaf
Add cipher_set_padding() (no effect yet)
by Manuel Pégourié-Gonnard
· 12 years ago
68884e3
Moved to advanced ciphersuite representation and more dynamic SSL code
by Paul Bakker
· 13 years ago
6132d0a
- Added Blowfish to generic cipher layer
by Paul Bakker
· 13 years ago
279432a
- Fixed size of clean
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
ec1b984
- Fixed type of length in get_pkcs_padding()
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
af5c85f
- Improved portability with Microsoft Visual C
by Paul Bakker
· 14 years ago
a885d68
- Require different input and output buffer in cipher_update()
by Paul Bakker
· 15 years ago
d61e7d9
- Cleaned up warning-generating code
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