项目作者: AnnaAnge

项目描述 :
ECDSA signature executed in Trust Execution Environment
高级语言: C
项目地址: git://github.com/AnnaAnge/ECDSA_OpenTEE.git
创建时间: 2018-04-26T13:44:33Z
项目社区:https://github.com/AnnaAnge/ECDSA_OpenTEE

开源协议:

下载


ECDSA_OpenTEE

This project aims to integrate Elliptic Curve Digital Signature Algorithm (ECDSA) in Trust Execution Environment using Open-TEE project and create a scheme that meet some of the requirements of FIDO UAF Authentication procedure.

We have 3 parties:

  1. The server (socket)
  2. The client app (socket & TEEClient)
  3. The trusted app (TEE)

The scheme is the following:

The client application receives a challenge from the server (socket) and forwards it to the trusted application within the TEE to be signed securely.