aboutsummaryrefslogtreecommitdiff
path: root/programs/random
AgeCommit message (Expand)AuthorFilesLines
2024-01-24Refactor common PThreads CMake codePaul Elliott1-4/+0
2024-01-19Set preferences before finding Threads in CMakePaul Elliott1-0/+2
2024-01-05Link programs with pthread via cmakePaul Elliott1-1/+3
2023-11-02update headersDave Rodgman2-26/+2
2023-01-11Switch to the new code styleGilles Peskine2-73/+70
2022-09-15Include platform.h unconditionally: automatic partGilles Peskine2-20/+0
2021-06-28Replace all inclusions of config.hBence Szépkúti2-10/+2
2021-06-17Fix cmake build of programsManuel Pégourié-Gonnard1-0/+1
2021-02-11Remove Havege module.Mateusz Starzyk2-108/+0
2020-10-20Build: Add MBEDTLS_TARGET_PREFIXRaef Coles1-1/+1
2020-08-19Update copyright notices to use Linux Foundation guidanceBence Szépkúti3-9/+3
2020-06-26programs: Link to tests common codeRonald Cron1-1/+1
2020-06-26programs: cmake: Use list of executablesRonald Cron1-8/+10
2020-05-12Merge pull request #2595 from k-stachowiak/unified-exit-in-examplesGilles Peskine3-12/+12
2020-04-22Fix GCC format-signedness warningsKenneth Soerensen1-1/+1
2020-02-11cmake: link programs that only use crypto with libmbedcryptoGilles Peskine1-3/+3
2019-08-16Unify the example programs' terminationKrzysztof Stachowiak3-12/+12
2019-06-13Remove mbedtls_param_failed from programsGilles Peskine3-33/+0
2018-12-11Fix const-ness in mbedtls_param_failed()Manuel Pégourié-Gonnard3-3/+36
2018-12-11Add handlers for parameter validation in the sample programsSimon Butcher1-0/+9
2018-06-14Fix typo in platform macro defines for examplesAndres Amaya Garcia2-2/+2
2018-06-14Fix ret code in gen_random_havege.cAndres Amaya Garcia1-11/+16
2018-06-14Fix ret code in gen_random_ctr_drbg.cAndres Amaya Garcia1-8/+12
2018-06-14Fix ret code in gen_entropy.cAndres Amaya Garcia1-9/+14
2015-09-04Change main license to Apache 2.0Manuel Pégourié-Gonnard3-36/+33
2015-07-28Update date in copyright lineManuel Pégourié-Gonnard3-3/+3
2015-04-29Update ctr_drbg_init() usage in programsManuel Pégourié-Gonnard1-2/+4
2015-04-08The Great RenamingManuel Pégourié-Gonnard3-69/+69
2015-03-10Rename include directory to mbedtlsManuel Pégourié-Gonnard3-10/+10
2015-03-06Rename website and repositoryManuel Pégourié-Gonnard3-3/+3
2015-02-13Style: add spaces before line continuationManuel Pégourié-Gonnard1-2/+2
2015-02-13Cleanup programs furtherRich Evans3-12/+3
2015-02-13cleanup programsRich Evans3-9/+20
2015-01-29Fix left out printf'sManuel Pégourié-Gonnard1-1/+1
2015-01-28Fix url againManuel Pégourié-Gonnard3-3/+3
2015-01-28Minor nits with stdout/stderr.veggie3-9/+10
2015-01-28Remove a few useless #definesManuel Pégourié-Gonnard3-6/+0
2015-01-28Use platform layer in programs for consistency.Rich Evans3-21/+48
2015-01-27Rename project in CMakeManuel Pégourié-Gonnard1-3/+3
2015-01-23Fix website url to use https.Manuel Pégourié-Gonnard3-3/+3
2015-01-23Remove maintainer line.Manuel Pégourié-Gonnard3-3/+0
2015-01-23Remove redundant "all rights reserved"Manuel Pégourié-Gonnard3-6/+0
2015-01-23Update copyrightManuel Pégourié-Gonnard3-3/+3
2015-01-22Change name to mbed TLS in the copyright noticeManuel Pégourié-Gonnard3-3/+3
2014-07-09Adapt programs / test suitesPaul Bakker2-4/+8
2014-04-30Adapt sources to configurable config.h nameManuel Pégourié-Gonnard3-0/+12
2013-09-29Introduced entropy_free()Paul Bakker2-0/+2
2013-06-24Fixed const correctness issues in programs and testsPaul Bakker1-1/+1
2011-12-15 - Added appropriate error handling to ctr_drbg_init()Paul Bakker1-4/+9
2011-12-15 - Fixed renumber error code for POLARSSL_ERR_CTR_DRBG_FILE_IO_ERRORPaul Bakker1-1/+1