aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-19Reject key agreement chained with PSA_ALG_TLS12_ECJPAKE_TO_PMSfeatures/new-code-style/test/6802/newGilles Peskine2-0/+19
2023-01-19A key agreement cannot be chained with PSA_ALG_TLS12_ECJPAKE_TO_PMSGilles Peskine1-6/+29
2023-01-19Add metadata test case for PSA_ALG_TLS12_ECJPAKE_TO_PMSGilles Peskine1-0/+4
2023-01-19Add SECRET input validation test cases for PSA_WANT_ALG_TLS12_ECJPAKE_TO_PMSGilles Peskine1-0/+16
2023-01-19Add metadata test case for PSA_ALG_CCM_STAR_NO_TAGGilles Peskine1-0/+4
2023-01-19Add ECJPAKE secret input types to psa/crypto_config.hGilles Peskine4-0/+12
2023-01-19Fix documentationGilles Peskine1-1/+1
2023-01-19Refactoring: new method Algorithm.is_valid_for_operationGilles Peskine1-3/+14
2023-01-19Add missing supported algorithm to psa/crypto_config.hGilles Peskine2-0/+4
2023-01-19NotSupported is specifically about key typesGilles Peskine1-3/+3
2023-01-11Switch to the new code styleGilles Peskine442-89316/+86613
2023-01-11Merge pull request #6905 from gilles-peskine-arm/code-style-casts-psa-headers...Gilles Peskine1-5/+0
2023-01-11Merge pull request #6884 from gilles-peskine-arm/check-files-unicodeGilles Peskine1-8/+48
2023-01-11Remove redundant error code definitionsGilles Peskine1-5/+0
2023-01-11Merge pull request #6787 from yuhaoth/pr/workaround-gnutls_anti_replay_failRonald Cron5-14/+33
2023-01-10Merge pull request #6823 from mpg/unify-openssl-variablesGilles Peskine6-33/+55
2023-01-10Merge pull request #6893 from tom-daubney-arm/modify_generate_errors_scriptGilles Peskine2-2/+6
2023-01-10Merge pull request #6878 from gilles-peskine-arm/code-style-casts-psa-headersGilles Peskine1-0/+13
2023-01-10Merge pull request #6888 from daverodgman/iar-bignum-warningGilles Peskine2-3/+5
2023-01-10Add ChangelogDave Rodgman1-0/+2
2023-01-10Add ChangeLog entryThomas Daubney1-0/+4
2023-01-10Merge pull request #6863 from valeriosetti/issue6830Manuel Pégourié-Gonnard11-112/+391
2023-01-10Remove obsolete commentManuel Pégourié-Gonnard1-1/+1
2023-01-10Merge pull request #6870 from valeriosetti/issue6831Manuel Pégourié-Gonnard3-0/+63
2023-01-10Improve comment and changlogJerry Yu2-11/+17
2023-01-09Modify generate errors scriptThomas Daubney1-2/+2
2023-01-09fix wrong type in debug messageValerio Setti1-1/+1
2023-01-09test: fix dependencies on function and data filesValerio Setti2-2/+1
2023-01-09fix several typos and extra blank spacesValerio Setti4-20/+20
2023-01-09remove remaining occurencies of mbedtls_ecc_group_to_psa() from TLSValerio Setti2-14/+23
2023-01-07Add changlog entry.Jerry Yu1-0/+6
2023-01-07Workaround anti replay fail of GnuTLSJerry Yu1-0/+10
2023-01-07Change time resolution of reco_delay from second to millionsecondsJerry Yu3-11/+11
2023-01-07Revert "Skip early data basic check temp"Jerry Yu1-3/+0
2023-01-06Fix IAR warningfeatures/new-code-style/test/6888/oldGlenn Strauss1-3/+3
2023-01-06Merge pull request #6873 from mpg/fix-derive-key-exerciseManuel Pégourié-Gonnard1-1/+1
2023-01-05Reject invalid UTF-8 and weird characters in text filesGilles Peskine1-0/+40
2023-01-05Pass line number to issue_with_lineGilles Peskine1-7/+7
2023-01-05Treat more *.bin files as binaryGilles Peskine1-1/+1
2023-01-05Merge pull request #6703 from yuhaoth/pr/tls13-misc-from-prototypeGilles Peskine9-40/+59
2023-01-05Merge pull request #6876 from davidhorstmann-arm/disable-code-style-for-bn-asmGilles Peskine2-8/+20
2023-01-05Fix pylint warnings about comparison to TrueDavid Horstmann1-2/+2
2023-01-05Fix incorrect typing of function in code_style.pyDavid Horstmann1-1/+2
2023-01-05Don't restyle end of fileDavid Horstmann1-1/+1
2023-01-05fix wrong dependency for X509_TRUSTED_CERTIFICATE_CALLBACKValerio Setti2-1/+3
2023-01-05add missing dependency documentation for SSL_ASYNC_PRIVATEValerio Setti1-0/+1
2023-01-04Skip restyling of PSA macros also defined in psa-arch-testsGilles Peskine1-0/+4
2023-01-04Skip restyling of PSA error code definitionsGilles Peskine1-0/+9
2023-01-04Check Uncrustify returncode in code_style.pyDavid Horstmann1-5/+16
2023-01-04Disable code style correction for bignum assemblyDavid Horstmann1-2/+2