TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
55427964b1073e566acfa36786bc4ab3ad901b9c
/
tests
/
suites
/
test_suite_ctr_drbg.function
d919993
CTR_DRBG: deprecate mbedtls_ctr_drbg_update because it ignores errors
by Gilles Peskine
· 7 years ago
acedc91
Fix build issue on clang
by Nir Sonnenschein
· 7 years ago
85fcb58
Refactor test code for CTR DRBG to clarify test functions
by Nir Sonnenschein
· 7 years ago
6275be3
Re-factor test functions and add support for data_t parameters
by Nir Sonnenschein
· 7 years ago
5ef5a9a
ctr_drbg tests: unify validate functions
by Gilles Peskine
· 7 years ago
4c78665
ctr_drbg tests: new validation function that doesn't reseed
by Gilles Peskine
· 7 years ago
ef0624f
ctr_drbg tests: make input sizes flexible
by Gilles Peskine
· 7 years ago
ed7da59
ctr_drbg: add comments relating the code with the NIST specification
by Gilles Peskine
· 7 years ago
5fcca46
Rename HexParam_t -> data_t for consistent coding style
by Azim Khan
· 7 years ago
d30ca13
Combine hex parameters in a struct
by Azim Khan
· 8 years ago
f1aaec9
Intermediate hexify out change
by Azim Khan
· 8 years ago
67735d5
Fix name conflict and implicit use of functions from string.h
by Mohammad Azim Khan
· 8 years ago
e278b36
Change mbedtls_entropy_func in tests to mbedtls_test_entropy_func
by Reut Caspi
· 8 years ago
6a54336
Fix integer overflows in buffer bound checks
by Andres Amaya Garcia
· 9 years ago
93012e8
Set selftest verbose flag to boost coverage
by Andres AG
· 9 years ago
185ccf7
Add coverage for CTR-DRBG corner case function behaviours
by Paul Bakker
· 9 years ago
8d128ef
Split mbedtls_ctr_drbg_init() -> seed()
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
ce2f237
change test function includes to use one convention
by Rich Evans
· 10 years ago
00ab470
cleanup library and some basic tests. Includes, add guards to includes
by Rich Evans
· 10 years ago
f5f25b3
Add test for ctr_drbg_update() input sanitizing
by Manuel Pégourié-Gonnard
· 11 years ago
bd51b26
Add 'exit' label and variable initialization to relevant test suite functions
by Paul Bakker
· 11 years ago
a317a98
Adapt programs / test suites
by Paul Bakker
· 11 years ago
7575daa
Expand CTR_DRBG test coverage
by Manuel Pégourié-Gonnard
· 12 years ago
b3b205e
Clean up details in ctr_drbg_selftest()
by Manuel Pégourié-Gonnard
· 12 years ago
3ddfa66
Renamed test_offset to prevent clash with one in ctr_drbg.c
by Paul Bakker
· 12 years ago
33b43f1
Converted .function file to c-like format and adapted generator code
by Paul Bakker
· 12 years ago
534f82c
Made ctr_drbg_init_entropy_len() non-static and defined
by Paul Bakker
· 12 years ago
69e095c
- Changed the behaviour of x509parse_parse_crt for permissive parsing. Now returns the number of 'failed certificates' instead of having a switch to enable it.
by Paul Bakker
· 14 years ago
18d3291
- Added internal ctr_drbg_init_entropy_len() to allow NIST determined entropy tests to work
by Paul Bakker
· 14 years ago
0e04d0e
- Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator
by Paul Bakker
· 14 years ago