Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
ffcdeff00a02843ce2a901e35dc0df87f651c85a
/
library
/
ctr_drbg.c
ed7da59
ctr_drbg: add comments relating the code with the NIST specification
by Gilles Peskine
· 6 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
· 7 years ago
8d6d8c8
ctr_drbg: Typo fix in the file description comment.
by Paul Sokolovsky
· 7 years ago
a03587b
Merge branch 'development' into development-restricted
by Jaeden Amero
· 7 years ago
1b36499
Improve CTR_DRBG error handling and cleanup
by Dvir Markovich
· 7 years ago
4e2c07c
Zeroize tmp buf in ctr_drbg_write_seed_file()
by Andres Amaya Garcia
· 7 years ago
13f41e1
Zeroize tmp bufs in ctr_drbg.c functions
by Andres Amaya Garcia
· 7 years ago
6a54336
Fix integer overflows in buffer bound checks
by Andres Amaya Garcia
· 8 years ago
71c7ac5
Corrects incorrectly named function in ctr_drbg.c comment
by Simon Butcher
· 9 years ago
295639b
Fixes minor typos in comments in pk.h and ctr_drbg.c
by Simon Butcher
· 9 years ago
37ff140
Change main license to Apache 2.0
by Manuel Pégourié-Gonnard
· 9 years ago
6fb8187
Update date in copyright line
by Manuel Pégourié-Gonnard
· 9 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
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
932e393
Fix typos & Co
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
· 10 years ago
085ab04
Fix website url to use https.
by Manuel Pégourié-Gonnard
· 10 years ago
9698f58
Remove maintainer line.
by Manuel Pégourié-Gonnard
· 10 years ago
19f6b5d
Remove redundant "all rights reserved"
by Manuel Pégourié-Gonnard
· 10 years ago
a658a40
Update copyright
by Manuel Pégourié-Gonnard
· 10 years ago
967a2a5
Change name to mbed TLS in the copyright notice
by Manuel Pégourié-Gonnard
· 10 years ago
5cb4b31
Fix missing bound check
by Manuel Pégourié-Gonnard
· 10 years ago
fff0366
Add ctr_drbg_free()
by Paul Bakker
· 11 years ago
c7ea99a
Add _init() and _free() for cipher modules
by Paul Bakker
· 11 years ago
66d5d07
Fix formatting in various code to match spacing from coding style
by Paul Bakker
· 11 years ago
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
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
446ee66
Add LCOV_EXCLUDE_LINE on some IO errors
by Manuel Pégourié-Gonnard
· 11 years ago
b3b205e
Clean up details in ctr_drbg_selftest()
by Manuel Pégourié-Gonnard
· 11 years ago
7c59363
Remove a few dead stores
by Manuel Pégourié-Gonnard
· 11 years ago
b9cfaa0
Explicit conversions and minor changes to prevent MSVC compiler warnings
by Paul Bakker
· 11 years ago
18f0341
Typo in comments in ctr_drbg.c
by Paul Bakker
· 11 years ago
534f82c
Made ctr_drbg_init_entropy_len() non-static and defined
by Paul Bakker
· 11 years ago
b6c5d2e
Cleanup up non-prototyped functions (static) and const-correctness
by Paul Bakker
· 11 years ago
c72d3f7
Possible resource leak on FILE* removed in CTR_DRBG
by Paul Bakker
· 12 years ago
9a73632
- Merged changesets 1399 up to and including 1415 into 1.2 branch
by Paul Bakker
· 12 years ago
369e14b
- Small code rewrite
by Paul Bakker
· 13 years ago
e88186d
- Fixed selftest for CTR_DRBG
by Paul Bakker
· 13 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
· 13 years ago
18d3291
- Added internal ctr_drbg_init_entropy_len() to allow NIST determined entropy tests to work
by Paul Bakker
· 13 years ago
fc754a9
- Addedd writing and updating of seedfiles as functions to CTR_DRBG
by Paul Bakker
· 13 years ago
1bc9efc
- Fixed const correctness
by Paul Bakker
· 13 years ago
23fd5ea
- Fixed a potential loop bug
by Paul Bakker
· 13 years ago
2bc7cf1
- Cleaned up and further documented CTR_DRBG code
by Paul Bakker
· 13 years ago
0e04d0e
- Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator
by Paul Bakker
· 13 years ago