TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
55427964b1073e566acfa36786bc4ab3ad901b9c
/
library
/
hmac_drbg.c
8220466
Streamline mbedtls_xxx_drbg_update_seed_file
by Gilles Peskine
· 7 years ago
b7f71c8
HMAC_DRBG: report all errors from HMAC functions
by Gilles Peskine
· 7 years ago
e0e9c57
HMAC_DRBG: deprecate mbedtls_hmac_drbg_update because it ignores errors
by Gilles Peskine
· 7 years ago
afa8037
HMAC_DRBG: clean stack buffers
by Gilles Peskine
· 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
3fee759
Zeroize tmp bufs in hmac_drbg.c functions
by Andres Amaya Garcia
· 8 years ago
37ff140
Change main license to Apache 2.0
by Manuel Pégourié-Gonnard
· 10 years ago
d1004f0
Fix printed output of some selftests
by Manuel Pégourié-Gonnard
· 10 years ago
6fb8187
Update date in copyright line
by Manuel Pégourié-Gonnard
· 10 years ago
ccc3026
Fix bug introduced when splitting init functions
by Manuel Pégourié-Gonnard
· 10 years ago
0a4fb09
Make xxx_drbg_random() thread-safe
by Manuel Pégourié-Gonnard
· 10 years ago
f9e9481
Split mbedtls_hmac_drbg_init() -> seed{,_buf}()
by Manuel Pégourié-Gonnard
· 10 years ago
2cf5a7c
The Great Renaming
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
ca878db
Make md_info_t an opaque structure
by Manuel Pégourié-Gonnard
· 10 years ago
9658391
Fix use of deprecated function in the library
by Manuel Pégourié-Gonnard
· 10 years ago
57a26da
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
28122e4
Add missing 'const' on selftest data
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
· 11 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
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
cef4ad2
Adapt sources to configurable config.h name
by Manuel Pégourié-Gonnard
· 11 years ago
4c284c9
Removed LCOV directives from code
by Paul Bakker
· 11 years ago
9592485
Fix some MSVC12 conversion warnings
by Manuel Pégourié-Gonnard
· 11 years ago
7dc4c44
Library files moved to use platform layer
by Paul Bakker
· 11 years ago
b05db2a
Save memory by not storing the HMAC key
by Manuel Pégourié-Gonnard
· 11 years ago
446ee66
Add LCOV_EXCLUDE_LINE on some IO errors
by Manuel Pégourié-Gonnard
· 11 years ago
79afaa0
Add hmac_drbg_selftest()
by Manuel Pégourié-Gonnard
· 11 years ago
48bc3e8
Add hmac_drbg_{write,update}_seed_file()
by Manuel Pégourié-Gonnard
· 11 years ago
efc8d80
Use safer names for macros
by Manuel Pégourié-Gonnard
· 12 years ago
6e897c2
Add more checks and references
by Manuel Pégourié-Gonnard
· 12 years ago
d742a03
Use md_hmac_reset() when possible
by Manuel Pégourié-Gonnard
· 12 years ago
658dbed
Add automatic periodic reseeding
by Manuel Pégourié-Gonnard
· 12 years ago
af786ff
Add hmac_drbg_set_prediction_resistance()
by Manuel Pégourié-Gonnard
· 12 years ago
8fc484d
Add hmac_drbg_reseed()
by Manuel Pégourié-Gonnard
· 12 years ago
4e669c6
Add hmac_drbg_set_entropy_len()
by Manuel Pégourié-Gonnard
· 12 years ago
fe34a5f
Add entropy callbacks to HMAC_DRBG
by Manuel Pégourié-Gonnard
· 12 years ago
8208d16
Add hmac_random_with_add()
by Manuel Pégourié-Gonnard
· 12 years ago
490bdf3
Add minimalistic HMAC_DRBG implementation
by Manuel Pégourié-Gonnard
· 12 years ago