Re: [fpc-devel] OpenSLL units deprecated protocols.

2019-04-05 Thread Ozz Nixon
Agreed. My socket suite *has* to support 0.9.8, due to one of my larger customers who cannot upgrade their system (would take them down for weeks). The programs are air-gapped, so they do not worry about outside hackers. But for security reasons - they must move date from machine to machine encrypt

Re: [fpc-devel] OpenSLL units deprecated protocols.

2019-04-05 Thread Michael Van Canneyt
On Thu, 4 Apr 2019, thaddy wrote: I have internally deprecated some SSL protocols since they no longer work because they are no longer compiled in. I also internally changed the bottom line to tls 1.2 Would it be OK to provide that as a patch? Or would you consider more things are necessary

[fpc-devel] OpenSLL units deprecated protocols.

2019-04-04 Thread thaddy
I have internally deprecated some SSL protocols since they no longer work because they are no longer compiled in. I also internally changed the bottom line to tls 1.2 Would it be OK to provide that as a patch? Or would you consider more things are necessary than just deprecated and default? ___