Edgelock SE051: TLS server mutual authentication

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Edgelock SE051: TLS server mutual authentication

ソリューションへジャンプ
648件の閲覧回数
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 解決策
627件の閲覧回数
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 返答(返信)
628件の閲覧回数
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 件の賞賛
返信
524件の閲覧回数
mukeshkumar_prajapati
Contributor II
Hello @Kan_Li ,

Thanks for your reply, and it has resolved my issue.
0 件の賞賛
返信