https on LPC1788

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

https on LPC1788

1,223 次查看
igorguzzo
Contributor I

Has anyone implemented https protocol on LPC17xx? Actually, firstly, is this feature possible on LPC1788, given memory constraints?

标签 (1)
0 项奖励
回复
3 回复数

1,173 次查看
igorguzzo
Contributor I

Hi xiangjun_rong, thanks for your reply.

I really appreciate this bunch of examples. Very useful.

But the main purpose is to implement a secure layer for http protocol (https).

Do you have any examples of how to implement this secure layer?

0 项奖励
回复

1,125 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

Unfortunately, the LPCOpen package only provides the basic http server function, but it does not support secure feature.

The SDK package for LPC54xxx provides the mbedtls example, I suppose that you can either port it to LPC17xx or change another processor.

xiangjun_rong_0-1700444134666.png

This is the SDK package website:

https://mcuxpresso.nxp.com/en/welcome

 

Hope it can help you

BR

XiangJun Rong

0 项奖励
回复

1,185 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

Pls refer to the attached LPCOpen package for the LPC1769, in the package, there is webserver example, in other words, the LPC17xx can function as a server to support http.

Hope it can help you

BR

XiangJun Rong