Re: [fpc-pascal] https how does it work

2017-03-13 Thread Tony Whyman
Thanks. It's good to know this. Perhaps the Indy site at http://www.indyproject.org should be updated to reflect this. You have to dig very deep to find the links to the svn (and labelled as a development snapshot). The last source code package appears to be the 2004 release 10.0.52. With the s

Re: [fpc-pascal] https how does it work

2017-03-13 Thread Bo Berglund
On Thu, 16 Feb 2017 14:18:28 +, Tony Whyman wrote: >The downside is that the indy components do not seem to have been >updated for a long time and have not kept up-to-date with OpenSSL. I >have attached below a patch I have used to keep the components >up-to-date with SSL headers. The Ind

Re: [fpc-pascal] https how does it work

2017-02-16 Thread Tony Whyman
You can always use the indy components. They have a working https implementation which I have successfully used in a SOAP based application and Lazarus's WST package. (see http://wiki.lazarus.freepascal.org/Indy_with_Lazarus). The downside is that the indy components do not seem to have been

Re: [fpc-pascal] https how does it work

2017-02-16 Thread Michael Van Canneyt
On Thu, 16 Feb 2017, Rainer Stratmann wrote: How does httpy work, what is needed? TLS/SSL library? Yes. The ssockets unit has the ability to set up a TLS/SSL connection. It uses openssl as a library. You can check the fphttpclient unit to see how this is done. The fphttpserver currently d

[fpc-pascal] https how does it work

2017-02-16 Thread Rainer Stratmann
How does httpy work, what is needed? TLS/SSL library? A http webserver without encryption I programed already on my own and wanted to integrate https. Is there any example code of https? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http