Page 6 of 6
Re: Implement a full SSL/TLS library
Posted: Fri Dec 13, 2024 12:15 pm
by NicTheQuick
Fred wrote: Fri Dec 13, 2024 8:58 am
Static like most of the PB libs
Does that mean that you will not use the existing libraries on an operating system? For SSL/TLS I would assume you use the existing libraries on an operating system because these gonna be updated regularly and crypto libraries are security relevant.
Re: Implement a full SSL/TLS library
Posted: Fri Dec 13, 2024 2:05 pm
by Fred
Libressl is a wrapper around os libs, so it shouldn't be an issue. You could still replace the static lib if you want
Re: Implement a full SSL/TLS library
Posted: Fri Dec 13, 2024 2:40 pm
by NicTheQuick
If it's only a wrapper then it sounds fine to me.
(Where's the :alright: emoji when you need it the most?)