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.
Implement a full SSL/TLS library
- NicTheQuick
- Addict
- Posts: 1504
- Joined: Sun Jun 22, 2003 7:43 pm
- Location: Germany, Saarbrücken
- Contact:
Re: Implement a full SSL/TLS library
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.
Re: Implement a full SSL/TLS library
Libressl is a wrapper around os libs, so it shouldn't be an issue. You could still replace the static lib if you want
- NicTheQuick
- Addict
- Posts: 1504
- Joined: Sun Jun 22, 2003 7:43 pm
- Location: Germany, Saarbrücken
- Contact:
Re: Implement a full SSL/TLS library
If it's only a wrapper then it sounds fine to me.
(Where's the :alright: emoji when you need it the most?)
(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.