Edgelock SE051: TLS server mutual authentication

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Edgelock SE051: TLS server mutual authentication

跳至解决方案
992 次查看
mukeshkumar_prajapati
Contributor II

Hello NXP community,

I am using SE051 with embedded Linux, where I store private key in SE051 and certificate is in file system, embedded Linux board run as TLS server and want to enable mutual authentication using SE051, I read example codes and online document where I could not find any solution which match my requirement. could you support on this How can I achieve this  using openssl C API.

Thanks in advance,

Mukesh Prajapati

标签 (1)
标记 (3)
0 项奖励
回复
1 解答
971 次查看
Kan_Li
NXP TechSupport
NXP TechSupport

Hi @mukeshkumar_prajapati ,

 

We have a script for TLS server in the folder of simw-top\demos\linux\tls_client\scripts, named as "tlsServer.sh", for demo purpose, it uses the server key stored locally, and if you store the key in SE, you may create a ref key to it. Please kindly refer to simw-top/doc/demos/se05x/seTool/Readme.html for details.

 

If you run TLS server and TLS client within the same platform, you have to use the accessManager as well. Please kindly refer to  simw-top/doc/hostlib/hostLib/accessManager/doc/accessManager.html for more detais.

 

Hope that helps,

 

Have a great day,
Kan


-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
2 回复数
972 次查看
Kan_Li
NXP TechSupport
NXP TechSupport

Hi @mukeshkumar_prajapati ,

 

We have a script for TLS server in the folder of simw-top\demos\linux\tls_client\scripts, named as "tlsServer.sh", for demo purpose, it uses the server key stored locally, and if you store the key in SE, you may create a ref key to it. Please kindly refer to simw-top/doc/demos/se05x/seTool/Readme.html for details.

 

If you run TLS server and TLS client within the same platform, you have to use the accessManager as well. Please kindly refer to  simw-top/doc/hostlib/hostLib/accessManager/doc/accessManager.html for more detais.

 

Hope that helps,

 

Have a great day,
Kan


-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 项奖励
回复
868 次查看
mukeshkumar_prajapati
Contributor II
Hello @Kan_Li ,

Thanks for your reply, and it has resolved my issue.
0 项奖励
回复