aboutsummaryrefslogtreecommitdiff
path: root/programs/pkey/pk_decrypt.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-11Switch to the new code styleGilles Peskine1-52/+46
2022-09-15Include platform.h unconditionally: automatic partGilles Peskine1-9/+0
2022-05-06Remove prompt to exit in all programsjosesimoes1-5/+0
2021-06-28Replace all inclusions of config.hBence Szépkúti1-5/+1
2021-06-17Add RNG params to private key parsingManuel Pégourié-Gonnard1-1/+2
2020-08-19Update copyright notices to use Linux Foundation guidanceBence Szépkúti1-3/+1
2020-05-12Merge pull request #2595 from k-stachowiak/unified-exit-in-examplesGilles Peskine1-2/+2
2020-05-04Merge pull request #3190 from gilles-peskine-arm/config-full-clarify-developmentGilles Peskine1-1/+2
2020-04-22Fix GCC format-signedness warningsKenneth Soerensen1-4/+4
2020-04-20Strict C99: don't use a signed* when an unsigned* is expectedGilles Peskine1-1/+2
2019-08-16Unify the example programs' terminationKrzysztof Stachowiak1-2/+2
2019-06-13Remove mbedtls_param_failed from programsGilles Peskine1-12/+0
2018-12-11Fix const-ness in mbedtls_param_failed()Manuel Pégourié-Gonnard1-3/+8
2018-12-11Add handlers for parameter validation in the sample programsSimon Butcher1-0/+9
2018-08-23pk_encrypt: Uniformize debugging outputHanno Becker1-2/+2
2018-08-23Minor formatting improvements in pk_encrypt and pk_decrypt examplesHanno Becker1-7/+10
2018-08-23Correct memory leak in pk_decrypt example programHanno Becker1-4/+7
2018-06-14Add missing platform macro defines in pk_decrypt.cAndres Amaya Garcia1-2/+5
2018-06-14Fix ret code in pk_encrypt.cAndres Amaya Garcia1-7/+5
2015-09-04Change main license to Apache 2.0Manuel Pégourié-Gonnard1-12/+11
2015-08-31Fix error reporting in pkey/pk_* programsManuel Pégourié-Gonnard1-2/+5
2015-07-28Update date in copyright lineManuel Pégourié-Gonnard1-1/+1
2015-04-29Update ctr_drbg_init() usage in programsManuel Pégourié-Gonnard1-2/+3
2015-04-08The Great RenamingManuel Pégourié-Gonnard1-42/+42
2015-03-10Rename include directory to mbedtlsManuel Pégourié-Gonnard1-6/+6
2015-03-06Rename website and repositoryManuel Pégourié-Gonnard1-1/+1
2015-02-13Style: add spaces before line continuationManuel Pégourié-Gonnard1-2/+2
2015-02-13Cleanup programs furtherRich Evans1-4/+1
2015-02-13cleanup programsRich Evans1-3/+9
2015-01-28Fix url againManuel Pégourié-Gonnard1-1/+1
2015-01-28Remove a few useless #definesManuel Pégourié-Gonnard1-3/+0
2015-01-28Use platform layer in programs for consistency.Rich Evans1-14/+23
2015-01-23Fix website url to use https.Manuel Pégourié-Gonnard1-1/+1
2015-01-23Remove maintainer line.Manuel Pégourié-Gonnard1-1/+0
2015-01-23Remove redundant "all rights reserved"Manuel Pégourié-Gonnard1-2/+0
2015-01-23Update copyrightManuel Pégourié-Gonnard1-1/+1
2015-01-22Change name to mbed TLS in the copyright noticeManuel Pégourié-Gonnard1-1/+1
2014-07-09Adapt programs / test suitesPaul Bakker1-0/+1
2014-04-30Adapt sources to configurable config.h nameManuel Pégourié-Gonnard1-0/+4
2013-09-29Introduced entropy_free()Paul Bakker1-0/+1
2013-09-20Rm _CRT_SECURE_NO_DEPRECATE for programsManuel Pégourié-Gonnard1-5/+1
2013-09-20Fix some dependencies/warnings in programsManuel Pégourié-Gonnard1-6/+7
2013-09-18Added pk_decrypt, pk_encrypt, pk_sign, pk_verify example applicationsPaul Bakker1-0/+156