TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
refs/heads/better-cf-padding-checks
/
library
/
ccm.c
1e14827
Update copyright notices to use Linux Foundation guidance
by Bence Szépkúti
· 5 years ago
db09ef6
Include common.h instead of config.h in library source files
by Gilles Peskine
· 5 years ago
24eed8d
Initialise return values to an error
by Janos Follath
· 6 years ago
3956a84
Merge remote-tracking branch 'origin/pr/2092' into development
by Jaeden Amero
· 6 years ago
1eeca41
Improve macro hygiene
by Hanno Becker
· 7 years ago
ee3c435
Whitespace fix for ccm, gcm, and pkcs5
by Andrzej Kurek
· 7 years ago
c79e92b
Rename remaining test data
by Michał Janiszewski
· 7 years ago
9aeea93
Rename globals to avoid shadowing by various function arguments
by Michał Janiszewski
· 7 years ago
6adb057
Improve details of CCM parameter validation and documentation
by k-stachowiak
· 7 years ago
f712534
Add missing validation code in CCM
by k-stachowiak
· 7 years ago
ff8a098
Allow empty arguments in some CCM functions' parameter validation
by k-stachowiak
· 7 years ago
fd42d53
Explicitly allow NULL as an argument to mbedtls_ccm_free()
by k-stachowiak
· 7 years ago
26d365e
Add parameter validation for CCM
by k-stachowiak
· 7 years ago
1b9b217
enforce input and output of ccm selftest on stack
by Ron Eldor
· 7 years ago
4c57939
CCM*: Remove superfluous braces
by Janos Follath
· 7 years ago
997e85c
CCM*: Remove nested if
by Janos Follath
· 7 years ago
b5734a2
CCM*: Add implementation
by Janos Follath
· 7 years ago
1f6301b
Rename mbedtls_zeroize to mbedtls_platform_zeroize
by Andres Amaya Garcia
· 7 years ago
e32df08
Remove individual copies of mbedtls_zeroize()
by Andres Amaya Garcia
· 8 years ago
222e2ff
Allow alternate core implementation of CCM
by Steven Cooreman
· 8 years ago
88ffc08
Adds casts to zeroize functions to allow building as C++
by Simon Butcher
· 9 years ago
37ff140
Change main license to Apache 2.0
by Manuel Pégourié-Gonnard
· 10 years ago
6fb8187
Update date in copyright line
by Manuel Pégourié-Gonnard
· 10 years ago
9de64f5
Fix MSVC warnings in library and programs
by Manuel Pégourié-Gonnard
· 10 years ago
b8186a5
Rename len to bitlen in function parameters
by Manuel Pégourié-Gonnard
· 10 years ago
43b0857
Avoid memory leak with repeated [gc]ccm_setkey()
by Manuel Pégourié-Gonnard
· 10 years ago
8473f87
Rename cipher_init_ctx() to cipher_setup()
by Manuel Pégourié-Gonnard
· 10 years ago
ccc3026
Fix bug introduced when splitting init functions
by Manuel Pégourié-Gonnard
· 10 years ago
6963ff0
Split mbedtls_ccm_init() -> setkey()
by Manuel Pégourié-Gonnard
· 10 years ago
2cf5a7c
The Great Renaming
by Manuel Pégourié-Gonnard
· 10 years ago
7f80997
Rename include directory to mbedtls
by Manuel Pégourié-Gonnard
· 10 years ago
fe44643
Rename website and repository
by Manuel Pégourié-Gonnard
· 10 years ago
00ab470
cleanup library and some basic tests. Includes, add guards to includes
by Rich Evans
· 10 years ago
860b516
Fix url again
by Manuel Pégourié-Gonnard
· 10 years ago
085ab04
Fix website url to use https.
by Manuel Pégourié-Gonnard
· 11 years ago
9698f58
Remove maintainer line.
by Manuel Pégourié-Gonnard
· 11 years ago
19f6b5d
Remove redundant "all rights reserved"
by Manuel Pégourié-Gonnard
· 11 years ago
a658a40
Update copyright
by Manuel Pégourié-Gonnard
· 11 years ago
967a2a5
Change name to mbed TLS in the copyright notice
by Manuel Pégourié-Gonnard
· 11 years ago
5b11d02
Fix dependencies and includes without FS_IO and PLATFORM_C
by Paul Bakker
· 11 years ago
84bbeb5
Adapt cipher and MD layer with _init() and _free()
by Paul Bakker
· 11 years ago
3461772
Introduce polarssl_zeroize() instead of memset() for zeroization
by Paul Bakker
· 11 years ago
0f6b66d
CCM operations allow input == output
by Manuel Pégourié-Gonnard
· 11 years ago
aed6065
CCM source cosmetics/tune-ups
by Manuel Pégourié-Gonnard
· 11 years ago
ce77d55
Implement ccm_auth_decrypt()
by Manuel Pégourié-Gonnard
· 11 years ago
0023233
Refactor to prepare for CCM decryption
by Manuel Pégourié-Gonnard
· 11 years ago
637eb3d
Add ccm_encrypt_and_tag()
by Manuel Pégourié-Gonnard
· 11 years ago
9fe0d13
Add ccm_init/free()
by Manuel Pégourié-Gonnard
· 11 years ago
a6916fa
Add (placeholder) CCM module
by Manuel Pégourié-Gonnard
· 11 years ago