This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

op-tee 如何添加证书解析功能(X.509)

原生的op-tee有个加密库libtomcrypt,但是这个算法库比较简单,没有证书功能部分。

我把openssl移植到加密库libopenssl,调试了一天,编译是过,而且生成了一个库。

./optee_os/out/arm/core/lib/libopenssl/libopenssl.a。

现在有个问题,就是timer_t的缺失,这个op-tee os里没有timer部分,只有一个

/* Time & Date API */ TEE_Time ,但里面代码使用这个tee_time_get_sys_time一般是用来延时用,我还没

验证这个时间,是否可以转换为年月日,那种linux标准timer_t。

另外,不知道其他各位专家,是用的哪套算法,做证书解析呢?