aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-07Add documentation on testing Mbed TLS using QEMU syscall emulationarmv8_crypto_extensionsarchive/armv8_crypto_extensionsHanno Becker
2020-09-07Update Visual Studio project filesHanno Becker
2020-09-07Fix coding style in library/armv8ce_aes.cHanno Becker
2020-09-07Add empty lines for readability in library/aes.cHanno Becker
2020-09-07Fix copy-pasta in documentation for MBEDTLS_ARMV8CE_AES_CHanno Becker
2020-09-07Use official name for 'Armv8 Cryptography Extensions'Hanno Becker
2020-09-07Don't include copyright header in Doxygen block in armv8ce_aes.hHanno Becker
2020-09-07Improve ChangeLog entryHanno Becker
2020-09-07Fix style in documentation of MBEDTLS_HAVE_ASMHanno Becker
2020-09-07MBEDTLS_ARMV8CE_AES_C disabled for full testing in scripts/config.plMarkku-Juhani O. Saarinen
2020-09-07adapt ChangeLogMarkku-Juhani O. Saarinen
2020-09-07ARMv8 Crypto Extensions compile logicMarkku-Juhani O. Saarinen
2020-09-07ARMv8 Crypto Extensions hooks for AES and GCMMarkku-Juhani O. Saarinen
2020-09-07Implements AES and GCM with ARMv8 Crypto ExtensionsMarkku-Juhani O. Saarinen
2020-09-05Merge pull request #3625 from gilles-peskine-arm/test-fail-report-firstGilles Peskine
2020-09-02Initialize ret from test codeGilles Peskine
2020-09-02Merge pull request #3632 from gilles-peskine-arm/all.sh-armgcc-c99Gilles Peskine
2020-09-02Pass -std=c99 to arm-none-eabi-gccGilles Peskine
2020-08-31Report the first failure, not the last oneGilles Peskine
2020-08-27Merge pull request #748 from ARMmbed/mbedtls-2.24.0r0-prv2.24.0mbedtls-2.24.0Janos Follath
2020-08-26Finalize ChangeLogJanos Follath
2020-08-26Bump version to Mbed TLS 2.24.0Janos Follath
2020-08-26Assemble ChangeLogJanos Follath
2020-08-26Merge branch 'development-restricted'Janos Follath
2020-08-26Merge pull request #3611 from gilles-peskine-arm/psa-coverity-cleanups-202008Gilles Peskine
2020-08-26Merge pull request #3433 from raoulstrackx/raoul/verify_crl_without_timeGilles Peskine
2020-08-26Merge pull request #3612 from gilles-peskine-arm/psa-mac-negative-testsManuel Pégourié-Gonnard
2020-08-26Fix the documentation of has_even_parityGilles Peskine
2020-08-26Merge pull request #737 from mpg/changelog-for-local-lucky13-dev-restrictedManuel Pégourié-Gonnard
2020-08-26Clearer function name for parity checkGilles Peskine
2020-08-26Explain the purpose of check_parityGilles Peskine
2020-08-26Add missing cleanup to hash multipart operation testsGilles Peskine
2020-08-26Clarify that the Lucky 13 fix is quite generalManuel Pégourié-Gonnard
2020-08-26Add negative tests for MAC verificationGilles Peskine
2020-08-26Don't destroy the key during a MAC verification operationGilles Peskine
2020-08-26Test other output sizes for psa_mac_sign_finishGilles Peskine
2020-08-26Simplify output bounds check in mac_sign testGilles Peskine
2020-08-26Test PSA_MAC_FINAL_SIZE in mac_sign exactlyGilles Peskine
2020-08-26Add empty-output-buffer test cases for single-part hash functionsGilles Peskine
2020-08-26Note that a failure in cleanup is intentionalGilles Peskine
2020-08-26Add missing cleanup to some multipart operation testsGilles Peskine
2020-08-25test cleanup: Annotate file removal after a failed creationGilles Peskine
2020-08-25psa_crypto_storage: Annotate file removal after a failed creationGilles Peskine
2020-08-25psa_its: Annotate file removal after a failed creationGilles Peskine
2020-08-25Fix parity tests to actually fail the test on errorGilles Peskine
2020-08-25Merge pull request #736 from mpg/cf-varpos-copy-dev-restrictedJanos Follath
2020-08-25Fix potential use of uninitialised variableManuel Pégourié-Gonnard
2020-08-25Merge pull request #3574 from makise-homura/e2k_supportGilles Peskine
2020-08-24A different approach of signed-to-unsigned comparisonmakise-homura
2020-08-24Fix a typo in a commentManuel Pégourié-Gonnard