Re: [fpc-pascal] FPHTTPClient OpenSSL implementation

2017-08-29 Thread Pavol Stugel
2. option don't resolve "screen capture software" warning in enterprise, and I found this from doc: "RAND_event() and RAND_screen() are deprecated since OpenSSL 1.1.0. Use the functions described above instead." https://www.openssl.org/docs/man1.1.0/crypto/RAND_screen.html so 1.option will be

[fpc-pascal] FPHTTPClient OpenSSL implementation

2017-08-28 Thread Pavol Stugel
Hi, For years I'm working with synapse (Ararat) with OpenSSL and there  is same openssl.pas lib. So problem is with: in InitSSLInterface:     if assigned(_RandScreen) then   _RandScreen; and method: procedure RandScreen; begin if InitSSLInterface and Assigned(_RandScreen) then     _Ran