Re: [fpc-devel] SSL socket support rework & HTTPS support in FPC HTTP Server.

2019-01-05 Thread Ozz Nixon
Yeah, I can see what you mean. I was just thinking how much better it would be for FPC to start leading the way in the socket world, instead of it has the tools and no one really knows about it, or how to use them. If you have ideas Michael on how you and I can help on this area, I am interested!

Re: [fpc-devel] SSL socket support rework & HTTPS support in FPC HTTP Server.

2019-01-05 Thread Michael Van Canneyt
On Sat, 5 Jan 2019, Ozz Nixon wrote: I am glad to hear this... last night, I actually came across my last release of DXSock Server Development Suite source. Is it possible for me to donate my source to the FPC and Lazarus project with two stipulations? 1. Naming of the Code stays the same (c)

Re: [fpc-devel] SSL socket support rework & HTTPS support in FPC HTTP Server.

2019-01-05 Thread Ozz Nixon
I am glad to hear this... last night, I actually came across my last release of DXSock Server Development Suite source. Is it possible for me to donate my source to the FPC and Lazarus project with two stipulations? 1. Naming of the Code stays the same (c) and author... and the source cannot be use

[fpc-devel] SSL socket support rework & HTTPS support in FPC HTTP Server.

2019-01-05 Thread Michael Van Canneyt
Hello, I've reworked the SSL support of the FPC native sockets support. It is now pluggable, which means you don't need OpenSSL any more. This also means that from now on you must add "opensslsockets" to the uses clause of your program if you want to compile in OpenSSL support. By default, no