aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2015-10-07GP11 : trusted storage verify (block enc fs)Cedric Chaumont
2015-10-02plat-stm: increase secure memoryPascal Brand
2015-09-30core: avoid deadlocks caused by single-instance TAJens Wiklander
2015-09-23libtomcrypt: ECC code depends on ASN1 routinesJerome Forissier
2015-09-23libtomcrypt: build prngs folder when CFG_WITH_SOFTWARE_PRNG is setJerome Forissier
2015-09-16core: add big thread lockJens Wiklander
2015-09-16core: use condvar when serializing TA executionJens Wiklander
2015-09-16core: add condvar synchronization primitiveJens Wiklander
2015-09-16core: reimplement mutex with wait_queueJens Wiklander
2015-09-16core: add wait_queue primitive for synchronizationJens Wiklander
2015-09-16Secure Storage: Support extending file size and file holeJames Kung
2015-09-11Flush traces synchronouslyJerome Forissier
2015-09-10Secure Storage: export TEE file header structure for xtestSY Chiu
2015-09-10Secure Storage: fix data abort issueSY Chiu
2015-09-09GP11 : DSA-SHA224 and DSA-SHA256 algoCedric Chaumont
2015-09-09TA as ELF + signatureJens Wiklander
2015-09-07libtomcrypt: sync ccm codePascal Brand
2015-09-07Add TI dra7xx platform supportHarinarayan Bhatta
2015-09-07Secure Storage: Implement block-based encrypted file systemJames Kung
2015-09-07Secure Storage: Implemented atomic operationsSY Chiu
2015-09-07Secure Storage: Implemented block-based file operationsSY Chiu
2015-09-04core: correct TA virtual address mapping calculationPaul Swan
2015-08-31Remove core_serviceid.h filePascal Brand
2015-08-28Update types in some functionsPascal Brand
2015-08-28Removing the malloc to handle the temporary copyJean-Michel Delorme
2015-08-27No output in case of failing OpenSessionPascal Brand
2015-08-27Remove unused struct tee_core_status_outPascal Brand
2015-08-27arm32: Keep CPSR.E bit valueduxiaoqiang
2015-08-25Fix leaking information from mem_neqPascal Brand
2015-08-17Align Session handle for generic ta interface entryJean-Michel Delorme
2015-08-07arm: Fix SHA-1 with cryptographic extensionsJerome Forissier
2015-08-05Remove unused macro set/get ta_trace_levelPascal Brand
2015-08-05Hmac key is made static, as in other macsPascal Brand
2015-08-05libtomcrypt: fix memory leak in testPascal Brand
2015-08-05libmpa: remove DEBUG flagPascal Brand
2015-08-04arm64: SHA-224/SHA-256 using ARMv8-A cryptographic extensionsJerome Forissier
2015-08-04arm: update SHA-256 32-bit CE implementation to process multiple blocksJerome Forissier
2015-08-03arm: update SHA-1 32-bit CE implementation to process multiple blocksJerome Forissier
2015-08-03arm64: SHA-1 using ARMv8-A cryptographic extensionsJerome Forissier
2015-07-28arm: mm: v7 panic when device's va conflicts with TA address spacePeng Fan
2015-07-28arm: mm: lpae use XLAT_ENTRY_SIZE to replace sizeof(uint64_t)Peng Fan
2015-07-28arm: mm: lpae clear mmu table when initializationPeng Fan
2015-07-24Fix des3_cbc_mac in case of 112bits keyPascal Brand
2015-07-22libmpa: optimize size in mpa_get_str()Jens Wiklander
2015-07-22core: optimize size with const crypto_opsJens Wiklander
2015-07-22Add Post-Actions on acipher crypto algorithmsPascal Brand
2015-07-21Remove ECC self-test TAPascal Brand
2015-07-21ECC: optimize the pool of temporary variablesPascal Brand
2015-07-21mpa: allocator for temporary variablesPascal Brand
2015-07-20ECC: ECDH at GP levelPascal Brand