TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
210b458ddce00e43230e12342e306a09a1b51dc8
/
library
/
cipher_wrap.c
057e0cf
Fix ciphersuites dependencies on MD5 and SHA1
by Manuel Pégourié-Gonnard
· 12 years ago
dace82f
Refactor cipher information management
by Manuel Pégourié-Gonnard
· 12 years ago
92cb1d3
Make CBC an option, step 3: individual ciphers
by Manuel Pégourié-Gonnard
· 12 years ago
989ed38
Make CBC an option, step 2: cipher layer
by Manuel Pégourié-Gonnard
· 12 years ago
4fe9200
Fix memory leak in GCM by adding gcm_free()
by Manuel Pégourié-Gonnard
· 12 years ago
43aff2a
Moved GCM to use cipher layer instead of AES directly
by Paul Bakker
· 12 years ago
5e0efa7
Added POLARSSL_MODE_ECB to the cipher layer
by Paul Bakker
· 12 years ago
ce41125
Fix RC4 key length in cipher
by Manuel Pégourié-Gonnard
· 12 years ago
83f3fc0
Add AES-192-GCM
by Manuel Pégourié-Gonnard
· 12 years ago
a235b5b
Fix iv_len interface.
by Manuel Pégourié-Gonnard
· 12 years ago
9241be7
Change cipher prototypes for GCM
by Manuel Pégourié-Gonnard
· 12 years ago
07f8fa5
GCM in the cipher layer, step 1
by Manuel Pégourié-Gonnard
· 12 years ago
b5e8588
Handle NULL as a stream cipher for more uniformity
by Manuel Pégourié-Gonnard
· 12 years ago
37e230c
Add arc4 support in the cipher layer
by Manuel Pégourié-Gonnard
· 12 years ago
6e339b5
Memory-allocation abstraction layer and buffer-based allocator added
by Paul Bakker
· 12 years ago
0e34235
Fixed values for 2-key Triple DES in cipher layer
by Paul Bakker
· 12 years ago
bfe671f
Blowfish has default of 128-bit keysize in cipher layer
by Paul Bakker
· 12 years ago
68884e3
Moved to advanced ciphersuite representation and more dynamic SSL code
by Paul Bakker
· 13 years ago
fae35f0
Functions in cipher_wrap.c marked static
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