TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
afd5a08e33b51b8f86d4ecf980a92238daeecce7
/
programs
/
aes
/
crypt_and_hash.c
cef4ad2
Adapt sources to configurable config.h name
by Manuel Pégourié-Gonnard
· 11 years ago
cbe3d0d
Added return value checking for correctness in programs
by Paul Bakker
· 11 years ago
0f2eacb
crypt_and_hash: check MAC earlier
by Manuel Pégourié-Gonnard
· 12 years ago
424cd69
Check HMAC in constant-time in crypt_and_hash
by Paul Bakker
· 12 years ago
60b1d10
Fixed spelling / typos (from PowerDNS:codespell)
by Paul Bakker
· 12 years ago
abd6e02
Rm _CRT_SECURE_NO_DEPRECATE for programs
by Manuel Pégourié-Gonnard
· 12 years ago
aa9ffc5
Split tag handling out of cipher_finish()
by Manuel Pégourié-Gonnard
· 12 years ago
2adc40c
Split cipher_update_ad() out or cipher_reset()
by Manuel Pégourié-Gonnard
· 12 years ago
9c853b9
Split cipher_set_iv() out of cipher_reset()
by Manuel Pégourié-Gonnard
· 12 years ago
9241be7
Change cipher prototypes for GCM
by Manuel Pégourié-Gonnard
· 12 years ago
26c4e3c
- Made crypt_and_cipher more robust with other ciphers / hashes
by Paul Bakker
· 13 years ago
cce9d77
- Lots of minimal changes to better support WINCE as a build target
by Paul Bakker
· 14 years ago
25b5fe5
- Fixed dual use of n
by Paul Bakker
· 14 years ago
5690efc
- Fixed a whole bunch of dependencies on defines between files, examples and tests
by Paul Bakker
· 14 years ago
2c0994e
- Fixed typedness and size_t printing
by Paul Bakker
· 14 years ago
494c0b8
- Changed define from WIN32 to _WIN32 to also support 64-bit windows platforms
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
6d44032
- Do not close NULL stream
by Paul Bakker
· 14 years ago
20a7808
- Addec crypt_and_hash example program of the generic hash and cipher layers
by Paul Bakker
· 15 years ago