Implement a full SSL/TLS library

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
RichAlgeni
Addict
Addict
Posts: 914
Joined: Wed Sep 22, 2010 1:50 am
Location: Bradenton, FL

Re: Implement a full SSL/TLS library

Post by RichAlgeni »

I'm wondering if we may have been barking up the wrong tree with this? What if we just used REST protocols, with a lightweight open source web server and PureBasic intrinsic, HTTPRequest()? Seems like that, at least in my case, solves the problem.

Thoughts?
User avatar
the.weavster
Addict
Addict
Posts: 1537
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Re: Implement a full SSL/TLS library

Post by the.weavster »

RichAlgeni wrote: Fri May 26, 2023 4:52 pm I'm wondering if we may have been barking up the wrong tree with this? What if we just used REST protocols, with a lightweight open source web server
PB already has FastCGI() commands if you're happy to put a third-party server in the mix. I've done this with Apache and it works well.
User avatar
RichAlgeni
Addict
Addict
Posts: 914
Joined: Wed Sep 22, 2010 1:50 am
Location: Bradenton, FL

Re: Implement a full SSL/TLS library

Post by RichAlgeni »

the.weavster wrote: Mon May 29, 2023 10:34 amPB already has FastCGI() commands if you're happy to put a third-party server in the mix. I've done this with Apache and it works well.
That's what I am thinking I will do.
User avatar
HeX0R
Addict
Addict
Posts: 979
Joined: Mon Sep 20, 2004 7:12 am
Location: Hell

Re: Implement a full SSL/TLS library

Post by HeX0R »

Adding TLS to PBs Network commands is pretty easy, see here
hoerbie
Enthusiast
Enthusiast
Posts: 119
Joined: Fri Dec 06, 2013 11:57 am
Location: DE/BY/MUC

Re: Implement a full SSL/TLS library

Post by hoerbie »

Hi,

after seeing and testing the work of Opcode, idle, HexOr and infratec on https://www.purebasic.fr/english/viewto ... 78#p593078 I would really love to have TLS integrated stable in CreateNetworkServer().

Before I make an offer to Fred, maybe there are others in the PB community that would as well pay something for this and we can add the amounts? :?:
KosterNET
User
User
Posts: 30
Joined: Tue Mar 22, 2016 10:08 pm

Re: Implement a full SSL/TLS library

Post by KosterNET »

+1 for me, and I will also put in some extra ;-)
Post Reply