Implement a full SSL/TLS library

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
NicTheQuick
Addict
Addict
Posts: 1504
Joined: Sun Jun 22, 2003 7:43 pm
Location: Germany, Saarbrücken
Contact:

Re: Implement a full SSL/TLS library

Post 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.
The english grammar is freeware, you can use it freely - But it's not Open Source, i.e. you can not change it or publish it in altered way.
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Implement a full SSL/TLS library

Post 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
User avatar
NicTheQuick
Addict
Addict
Posts: 1504
Joined: Sun Jun 22, 2003 7:43 pm
Location: Germany, Saarbrücken
Contact:

Re: Implement a full SSL/TLS library

Post 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?)
The english grammar is freeware, you can use it freely - But it's not Open Source, i.e. you can not change it or publish it in altered way.
Post Reply