TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
eb0d8706cee01dc8b2d4844f5bc968051a0a318c
/
tests
/
suites
/
test_suite_md.function
2cf5a7c
The Great Renaming
by Manuel Pégourié-Gonnard
· 10 years ago
19d644b
Add more tests for MD utility functions
by Manuel Pégourié-Gonnard
· 10 years ago
abb6744
Rename md_init_ctx() to md_setup()
by Manuel Pégourié-Gonnard
· 10 years ago
4063ceb
Make hmac_ctx optional
by Manuel Pégourié-Gonnard
· 10 years ago
7f80997
Rename include directory to mbedtls
by Manuel Pégourié-Gonnard
· 10 years ago
ce2f237
change test function includes to use one convention
by Rich Evans
· 11 years ago
bd51b26
Add 'exit' label and variable initialization to relevant test suite functions
by Paul Bakker
· 11 years ago
d2a2d61
Adapt programs / test suites
by Paul Bakker
· 11 years ago
b25f816
Add test for bad arguments to MD functions
by Manuel Pégourié-Gonnard
· 11 years ago
3461772
Introduce polarssl_zeroize() instead of memset() for zeroization
by Paul Bakker
· 11 years ago
94b916c
Split assignment and assert check into seperate lines in tests
by Paul Bakker
· 11 years ago
dd0aae9
Replaced strcpy() with strncpy() in tests suites
by Paul Bakker
· 11 years ago
edb242f
Minimally test md_process and associated wrappers
by Manuel Pégourié-Gonnard
· 11 years ago
f301383
Tests for MD info functions
by Manuel Pégourié-Gonnard
· 11 years ago
59ba4e9
Test generic md_hmac_reset()
by Manuel Pégourié-Gonnard
· 11 years ago
e4d47a6
Add RIPEMD-160 to the generic MD layer
by Manuel Pégourié-Gonnard
· 12 years ago
428b9ba
Moved POLARSSL_FS_IO check to .function from .data
by Paul Bakker
· 12 years ago
33b43f1
Converted .function file to c-like format and adapted generator code
by Paul Bakker
· 12 years ago
dbd443d
Adapted .function files and .data files to new test framework
by Paul Bakker
· 12 years ago
d2681d8
Renamed sha2.{c,h} to sha256.{c,h} and sha4.{c,h} to sha512.{c,h}
by Paul Bakker
· 12 years ago
5690efc
- Fixed a whole bunch of dependencies on defines between files, examples and tests
by Paul Bakker
· 14 years ago
579923c
- The config header file is now always included in all tests
by Paul Bakker
· 14 years ago
562535d
- Split current md_starts() and md_hmac_starts() functionality into separate md_init_ctx() for allocating the context and the existing starts() functions to initialize the message digest for use.
by Paul Bakker
· 15 years ago
1737385
- Added generic message digest wrapper for integration with OpenVPN (donated by Fox-IT)
by Paul Bakker
· 15 years ago