aboutsummaryrefslogtreecommitdiff
path: root/programs/pkey
AgeCommit message (Expand)AuthorFilesLines
2021-09-28fixup: Make the fields of mbedtls_ecp_curve_info publicGilles Peskine1-1/+1
2021-09-27Catch failures of AES or DES operationsGilles Peskine2-4/+12
2021-08-31Make the fields of mbedtls_ecp_curve_info publicGilles Peskine1-6/+6
2021-06-29Merge pull request #4694 from gilles-peskine-arm/out_size-3.0Ronald Cron3-5/+7
2021-06-28Replace all inclusions of config.hBence Szépkúti20-100/+20
2021-06-25Add output size parameter to signature functionsGilles Peskine3-5/+7
2021-06-24Merge pull request #4707 from gilles-peskine-arm/require-matching-hashlen-rsa...Gilles Peskine4-4/+4
2021-06-22RSA: Use hashlen as the hash input size as documentedGilles Peskine4-4/+4
2021-06-17Use a proper DRBG in programsManuel Pégourié-Gonnard2-13/+61
2021-06-17Fix cmake build of programsManuel Pégourié-Gonnard1-0/+2
2021-06-17Add RNG params to private key parsingManuel Pégourié-Gonnard5-6/+14
2021-06-15Merge pull request #4629 from TRodziewicz/rename_functions_whose_deprecated_v...Gilles Peskine3-6/+6
2021-06-15Make some fields of mbedtls_ecp_group publicGilles Peskine2-2/+2
2021-06-15DHM: new functions to query the length of the modulusGilles Peskine2-5/+6
2021-06-14Merge remote-tracking branch 'mbedtls/development' into mbedtls_private_with_...Ronald Cron9-11/+21
2021-06-08Rename the _ret() functionsTRodziewicz3-6/+6
2021-06-08Fail if a padding disabled by the build-time configuration is selectedRonald Cron1-1/+1
2021-06-08Change mbedtls_rsa_init() signatureRonald Cron7-9/+7
2021-06-08Change mbedtls_rsa_set_padding() signatureRonald Cron2-2/+14
2021-05-27Merge branch 'development' into mbedtls_private_with_pythonMateusz Starzyk5-8/+7
2021-05-21Add MBEDTLS_PRIVATE wrapping to sample programs.Mateusz Starzyk11-65/+65
2021-05-18Removes mode param from mbedtls_rsa_pkcs1_verifyThomas Daubney2-4/+4
2021-05-18Removes p_rng param from mbedtls_rsa_pkcs1_verifyThomas Daubney2-2/+2
2021-05-18Removes f_rng parameter from mbedtls_rsa_pkcs1_verifyThomas Daubney2-2/+2
2021-05-18Removes mode param from mbedtls_rsa_pkcs1_signThomas Daubney2-2/+2
2021-05-17Removes mode param from mbedtls_rsa_pkcs1_encryptThomas Daubney1-2/+1
2021-05-12Remove mode param from mbedtls_rsa_pkcs1_decryptThomas Daubney1-1/+1
2020-10-20Build: Add MBEDTLS_TARGET_PREFIXRaef Coles1-2/+2
2020-09-10Merge pull request #3525 from HowJMay/typoDave Rodgman1-1/+1
2020-09-10Fix typo in commentHowJMay1-1/+1
2020-08-25Merge pull request #3574 from makise-homura/e2k_supportGilles Peskine1-1/+1
2020-08-22Don't forget to free G, P, Q, ctr_drbg, and entropymakise-homura1-1/+1
2020-08-19Update copyright notices to use Linux Foundation guidanceBence Szépkúti20-60/+20
2020-06-26programs: Link to tests common codeRonald Cron1-2/+2
2020-06-26programs: cmake: Use list of executablesRonald Cron1-61/+37
2020-05-27Normalize line endingsGilles Peskine2-10/+10
2020-05-12Merge pull request #2595 from k-stachowiak/unified-exit-in-examplesGilles Peskine20-41/+41
2020-05-04Merge pull request #3190 from gilles-peskine-arm/config-full-clarify-developmentGilles Peskine3-3/+5
2020-04-22Fix GCC format-signedness warningsKenneth Soerensen10-25/+25
2020-04-20Strict C99: don't use a signed* when an unsigned* is expectedGilles Peskine3-3/+5
2020-03-31Merge pull request #3013 from eozturk1/developmentManuel Pégourié-Gonnard1-1/+1
2020-02-11cmake: link programs that only use crypto with libmbedcryptoGilles Peskine1-18/+18
2020-02-11pkey/rsa_genkey: Remove commented out codeJaeden Amero1-13/+0
2020-02-11pkey: Remove dependency on X.509Jaeden Amero4-4/+2
2020-01-28Fix debug message by using the correct function name calledErcan Ozturk1-1/+1
2019-11-13Use MBEDTLS_PK_SIGNATURE_MAX_SIZE in pkey sample programsGilles Peskine2-13/+2
2019-08-16Unify the example programs' terminationKrzysztof Stachowiak20-41/+41
2019-06-24Merge remote-tracking branch 'restricted/pr/573' into development-restrictedJaeden Amero1-1/+11
2019-06-13Remove mbedtls_param_failed from programsGilles Peskine20-224/+0
2019-06-06Change size of preallocated buffer for pk_sign() callsk-stachowiak1-1/+11