1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-06-25 12:41:56 +03:00
Commit Graph

68 Commits

Author SHA1 Message Date
cef4ad2509 Adapt sources to configurable config.h name 2014-04-30 16:40:20 +02:00
4c284c9141 Removed LCOV directives from code 2014-03-26 15:33:05 +01:00
9592485d0c Fix some MSVC12 conversion warnings 2014-03-21 12:03:07 +01:00
7dc4c44267 Library files moved to use platform layer 2014-02-06 13:20:16 +01:00
b05db2a6aa Save memory by not storing the HMAC key 2014-02-01 11:38:05 +01:00
446ee6618f Add LCOV_EXCLUDE_LINE on some IO errors 2014-02-01 10:08:26 +01:00
79afaa0551 Add hmac_drbg_selftest() 2014-01-31 11:52:14 +01:00
48bc3e81da Add hmac_drbg_{write,update}_seed_file() 2014-01-30 23:17:33 +01:00
efc8d8078b Use safer names for macros 2014-01-30 23:17:33 +01:00
6e897c2a59 Add more checks and references 2014-01-30 23:17:33 +01:00
d742a032f4 Use md_hmac_reset() when possible 2014-01-30 23:17:33 +01:00
658dbed080 Add automatic periodic reseeding 2014-01-30 23:17:33 +01:00
af786ff6cc Add hmac_drbg_set_prediction_resistance() 2014-01-30 23:17:33 +01:00
8fc484d1df Add hmac_drbg_reseed() 2014-01-30 23:17:33 +01:00
4e669c614d Add hmac_drbg_set_entropy_len() 2014-01-30 23:17:33 +01:00
fe34a5fb83 Add entropy callbacks to HMAC_DRBG 2014-01-30 15:06:40 +01:00
8208d167da Add hmac_random_with_add() 2014-01-30 12:19:26 +01:00
490bdf3928 Add minimalistic HMAC_DRBG implementation
(copied from ECDSA)
2014-01-30 10:58:48 +01:00