Edgelock SE051: TLS server mutual authentication

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Edgelock SE051: TLS server mutual authentication

Jump to solution
686 Views
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

Labels (1)
0 Kudos
Reply
1 Solution
665 Views
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.
-------------------------------------------------------------------------------

View solution in original post

0 Kudos
Reply
2 Replies
666 Views
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 Kudos
Reply
562 Views
mukeshkumar_prajapati
Contributor II
Hello @Kan_Li ,

Thanks for your reply, and it has resolved my issue.
0 Kudos
Reply