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