aboutsummaryrefslogtreecommitdiff
path: root/visualc
AgeCommit message (Expand)Author
2024-03-13Rename solution files to referece VS2017Bence Szépkúti
2023-07-06Add gitignore anchors to denote generated filesAgathiyan Bragadeesh
2023-01-11Rename VS2010 directory to VS2013 and update Makefiles etcDave Rodgman
2021-05-20Move VS2010 Git ignore list to the VS2010 directoryGilles Peskine
2021-05-17Remove automatically generated source filesGilles Peskine
2021-05-11Merge pull request #4247 from stevew817/dispatch_mac_operationsRonald Cron
2021-05-07Add testing of the MAC driver entry pointsSteven Cooreman
2021-05-07Add boilerplate for dispatching MAC operationsSteven Cooreman
2021-05-07Add include headers for composite operation contexts and move hmacSteven Cooreman
2021-05-07Rename the PSA driver context structure headers to _primitivesSteven Cooreman
2021-05-07Merge pull request #4445 from TRodziewicz/remove_deprecated_things_-_remainderManuel Pégourié-Gonnard
2021-05-01tests: Revert test_driver.h name changeRonald Cron
2021-05-01tests: psa: Add mbedtls/MBEDTLS prefix to test driver symbolsRonald Cron
2021-05-01tests: Add hash transparent test driver hooksRonald Cron
2021-04-30Merge pull request #4437 from gilles-peskine-arm/aes2crypt-removal-2.xGilles Peskine
2021-04-30Applying current changesTRodziewicz
2021-04-29Remove deprecated functions and constants.TRodziewicz
2021-04-28Remove the sample program aescrypt2Gilles Peskine
2021-04-26Merge pull request #4407 from ARMmbed/dev3_signoffsDave Rodgman
2021-04-21Remove PKCS#11 library wrapper.Mateusz Starzyk
2021-04-19Merge branch 'development' into development_3.0Gilles Peskine
2021-04-16Rename test driver source files to avoid file name conflictsSteven Cooreman
2021-04-16Add test driver sources to VC buildSteven Cooreman
2021-04-14Merge pull request #4257 from ronald-cron-arm/psa-aeadGilles Peskine
2021-04-09Merge pull request #4297 from gilles-peskine-arm/ecp-add-fix-202104Gilles Peskine
2021-04-07Merge remote-tracking branch 'origin/development' into development_newDave Rodgman
2021-04-07psa: aead: Add driver delegationRonald Cron
2021-04-07psa: Add psa_crypto_aead.[hc]Ronald Cron
2021-04-04Create a header file for ECP internal functionsGilles Peskine
2021-04-01psa: include: Merge crypto_builtin_hash.h and crypto_builtin_cipher.hRonald Cron
2021-03-29Update VS2010 project fileHanno Becker
2021-03-29Merge pull request #4164 from chris-jones-arm/move-internal-headersManuel Pégourié-Gonnard
2021-03-26psa: cipher: Move to driver operation context application allocationRonald Cron
2021-03-26psa: Add psa_crypto_cipher.[ch]Ronald Cron
2021-03-16Remove certs module from mbedtls.Mateusz Starzyk
2021-03-15Restructure the way driver contexts are declaredSteven Cooreman
2021-03-10Move entropy_poll.h to libraryChris Jones
2021-03-10Move padlock.h to libraryChris Jones
2021-03-10Move aesni.h to libraryChris Jones
2021-03-10Rename <pk/md/cipher>_internal.h to *_wrap.hChris Jones
2021-03-10Rename ecp_internal.h to ecp_alt.hChris Jones
2021-03-10Rename rsa_internal.* to rsa_alt_helpers.*Chris Jones
2021-03-10Rename ssl_internal.h to ssl_misc.hChris Jones
2021-03-10Move bn_mul.h to library/Chris Jones
2021-03-10Update includes to use library/ instead of include/mbedtls/Chris Jones
2021-03-10Move include/mbedtls/rsa_internal.h to library/rsa_internal.hChris Jones
2021-03-10Move test driver hash function declarations to software driverSteven Cooreman
2021-03-10Add test driver for hash operationsSteven Cooreman
2021-03-10Change the way driver context structures are usedSteven Cooreman
2021-03-10Split hashing operations out into an mbedTLS hash driverSteven Cooreman