pico-examples icon indicating copy to clipboard operation
pico-examples copied to clipboard

Need a TLS example

Open peterharperuk opened this issue 3 years ago • 3 comments

I have a change that adds mbedtls support to the sd. We need an example to show how it's used. See https://github.com/raspberrypi/pico-sdk/issues/893

peterharperuk avatar Jul 01 '22 16:07 peterharperuk

Hello,
I’d like to use the pending example https://github.com/peterharperuk/pico-examples/commit/450a4d51ae1dd5f571e06c636b1fda1ba80f6ace as library for my project (after modifications ofc). Do I need to wait until this will be merged with upstream? I am asking from legal point of view, as I need http request support asap.

dancesWithMachines avatar Sep 30 '22 13:09 dancesWithMachines

That code released, like most of the code released by us, is under the BSD 3-clause license. So long as you abide by the terms of this license you are free to use the code within these limits.

aallan avatar Sep 30 '22 13:09 aallan

As @aallan says - there's no issue with you using this before it's merged.

peterharperuk avatar Sep 30 '22 15:09 peterharperuk