Is there a library that supports SSL?


#1

Hello there,

Out of curiosity I’m evaluating uLisp for the use of a small hobby project.
I want to sent some sensor data to a webserver over https.

But at first sight I do not see ssl support somewhere.

Any pointers ?

Thanks,

Pieter


#2

Both the ESP32 and the RTL8722 Arduino libraries support SSL, but I haven’t yet implemented interfaces to them in the uLisp Wi-Fi extensions. It should be relatively easy to add them, following the example of what’s already there; see Adding your own functions.

Alternatively, if there’s enough interest I could add it in a future update.

Regards, David


#3

It has been my dream pet project to develop a telex-like toy system, having ssl would be quite useful.


#4

Super. Thx

Pieter Laeremans