TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
refs/heads/better-cf-padding-checks
/
library
/
entropy_poll.c
1e14827
Update copyright notices to use Linux Foundation guidance
by Bence Szépkúti
· 5 years ago
db09ef6
Include common.h instead of config.h in library source files
by Gilles Peskine
· 5 years ago
8373c86
entropy: Adjust parameter type of internal function to avoid a cast
by nia
· 5 years ago
e3fdcfa
entropy: Avoid arithmetic on void pointer
by nia
· 5 years ago
f4d9f21
entropy: Rename sysctl_wrapper to sysctl_arnd_wrapper
by nia
· 5 years ago
9f5312c
entropy: Add support for BSD sysctl(KERN_ARND)
by nia
· 5 years ago
479d8de
Add support for midipix, a POSIX layer for Microsoft Windows
by Ørjan Malde
· 5 years ago
24eed8d
Initialise return values to an error
by Janos Follath
· 6 years ago
9772da8
Add missing bracket
by Hanno Becker
· 7 years ago
2751697
Entropy: Fall through to /dev/random if getrandom() syscall unknown
by Hanno Becker
· 7 years ago
2c92949
Merge remote-tracking branch 'public/pr/1198' into development
by Simon Butcher
· 7 years ago
d21bd31
Merge remote-tracking branch 'public/pr/1567' into development
by Simon Butcher
· 7 years ago
2682edf
Fix build using -std=c99
by Nicholas Wilson
· 8 years ago
73a4b80
Merge remote-tracking branch 'public/pr/1672' into development
by Simon Butcher
· 7 years ago
02b9329
Fix MSan build without MBEDTLS_TIMING_C
by Gilles Peskine
· 7 years ago
60bc47d
library: Port to Haiku.
by Augustin Cavalier
· 7 years ago
3f21a35
Added checking for QNX operating system to make mbedtls build on QNX
by Matthias Weisser
· 9 years ago
4157b60
Renames null entropy source function for clarity
by Simon Butcher
· 9 years ago
ab5df40
Rename the 'no entropy' feature to MBEDTLS_TEST_NULL_ENTROPY
by Simon Butcher
· 9 years ago
9988d6b
Introduce mbedtls_nv_seed_poll() entropy polling function
by Paul Bakker
· 9 years ago
53de784
Add entropy safety switch.
by Janos Follath
· 9 years ago
2791ba1
Fix handle leak in mbedtls_platform_entropy_poll() on Windows on error
by Attila Molnar
· 10 years ago
325ce09
Give better error messages for semi-portable parts
by Manuel Pégourié-Gonnard
· 9 years ago
37ff140
Change main license to Apache 2.0
by Manuel Pégourié-Gonnard
· 10 years ago
ea35666
Fix -Wshadow warnings
by Manuel Pégourié-Gonnard
· 10 years ago
6fb8187
Update date in copyright line
by Manuel Pégourié-Gonnard
· 10 years ago
bcf13ba
Fix issue with MemSan and entropy
by Manuel Pégourié-Gonnard
· 10 years ago
f8b6fde
Remove include that is no longer needed
by Manuel Pégourié-Gonnard
· 10 years ago
9f145de
Fix merge issue from 1.3 branch
by Manuel Pégourié-Gonnard
· 10 years ago
da61ed3
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
d97828e
Fix detection of getrandom()
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
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
1829245
Add support for getrandom()
by Manuel Pégourié-Gonnard
· 11 years ago
d8bb826
Fix code styling for return statements
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
fa6a620
Defines for UEFI environment under MSVC added
by Paul Bakker
· 12 years ago
b9cfaa0
Explicit conversions and minor changes to prevent MSVC compiler warnings
by Paul Bakker
· 12 years ago
4a2bd0d
- Merged fixes 1394 and 1395 from trunk to PolarSSL 1.2 branch
by Paul Bakker
· 13 years ago
6bcfc67
- Prevented warning from unused parameter data
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