TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
a6781c99ee1e93aa78dfd039c3060dfd6fa772ef
/
include
/
polarssl
/
entropy.h
b9e4e2c
Fix formatting: fix some 'easy' > 80 length lines
by Paul Bakker
· 11 years ago
9af723c
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
by Paul Bakker
· 11 years ago
cef4ad2
Adapt sources to configurable config.h name
by Manuel Pégourié-Gonnard
· 11 years ago
088c5c5
POLARSSL_CONFIG_OPTIONS has been removed. Values are set individually
by Paul Bakker
· 11 years ago
e442111
Fix typo which broke ENTROPY_FORCE_SHA256
by Manuel Pégourié-Gonnard
· 11 years ago
66ff70d
Support for seed file writing and reading in Entropy
by Paul Bakker
· 11 years ago
2ceda57
Ability to force the Entropy module to use SHA-256 as its basis
by Paul Bakker
· 11 years ago
47703a0
More entropy functions made thread-safe (add_source, update_manual, gather)
by Paul Bakker
· 11 years ago
a36d23e
Fixed documentation issues found by clang
by Paul Bakker
· 12 years ago
f4e7dc5
entropy_func() threading support
by Paul Bakker
· 12 years ago
1ffefac
Introduced entropy_free()
by Paul Bakker
· 12 years ago
fb08fd2
Entropy collector and CTR-DRBG now also work on SHA-256 if SHA-512 not available
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
9e36f04
SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly
by Paul Bakker
· 12 years ago
9bcf16c
Centralized module option values in config.h
by Paul Bakker
· 12 years ago
43655f4
- Added option to prevent default entropy sources from loading (POLARSSL_NO_DEFAULT_ENTROPY_SOURCES)
by Paul Bakker
· 14 years ago
28c7e7f
- Added HAVEGE as a default entropy source
by Paul Bakker
· 14 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
bd4a9d0
- Changed entropy accumulator to have per-source thresholds
by Paul Bakker
· 14 years ago
6083fd2
- Added a generic entropy accumulator that provides support for adding custom entropy sources and added some generic and platform dependent entropy sources
by Paul Bakker
· 14 years ago