TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
2bc4505f5dc01437543b736d7a4cb9957b58b0dd
/
library
/
cipher_wrap.c
530927b
Update copyright line to 2015
by Paul Bakker
· 10 years ago
e12abf9
Fix url
by Manuel Pégourié-Gonnard
· 11 years ago
0edee5e
Update copyright notice
by Manuel Pégourié-Gonnard
· 11 years ago
1d073c5
Add static and casts to prevent compiler warnings
by Paul Bakker
· 11 years ago
312da33
Introduce polarssl_zeroize() instead of memset() for zeroization
by Paul Bakker
· 11 years ago
2be71fa
Fixed values for 2-key Triple DES in cipher layer
by Paul Bakker
· 12 years ago
8a4ec44
Blowfish has default of 128-bit keysize in cipher layer
by Paul Bakker
· 12 years ago
6132d0a
- Added Blowfish to generic cipher layer
by Paul Bakker
· 13 years ago
02f6169
- Removed trailing char
by Paul Bakker
· 13 years ago
f654371
- Only include dependencies when required
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
2028156
- Fixed typos in copied text (Fixed ticket #39)
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
a493ad4
- Dropped designated initializers as they are not supported on Microsoft Visual C
by Paul Bakker
· 14 years ago
d61e7d9
- Cleaned up warning-generating code
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