Workaround for incorrect SSL_write() errors in OpenSSL 1.1.1.

2020-09-16 Thread Ranier Vilela
an error + * happens during SSL_write() after close_notify alert from the + * peer, and returns SSL_ERROR_ZERO_RETURN instead, + * https://git.openssl.org/?p=openssl.git;a=commitdiff;h=8051ab2 + */ + +sslerr = SSL_ERROR_SYSCALL; +} + regards, Ranier Vilela

RE: OpenSSL-1.1.1d fail with msvc 2019 (32 bits)

2020-02-07 Thread Ranier Vilela
penSSL tarball? Thank you Michael for the answer. I had to move to a new machine and some OpenSSL files were corrupted when copying from old damaged HD. best regards, Ranier Vilela

RE: OpenSSL-1.1.1d fail with msvc 2019 (32 bits)

2020-02-05 Thread Ranier Vilela
Please, ignore this message, some files were corrupted when they were copied from the old hd. thanks. regards, Ranier Vilela

OpenSSL-1.1.1d fail with msvc 2019 (32 bits)

2020-02-05 Thread Ranier Vilela
tal error C1083: Não é possível abrir arquivo incluir: 'Scintilla.h': No such file or directory NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\bin\HostX86\x86\cl.EXE"' : código de retorno '0x2' Stop. NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\bin\HostX86\x86\nmake.exe"' : código de retorno '0x2' Stop. Environment: Windows 10 64 bits msvc 2019 32 bits OpenSSL-1.1.1d Perl 5.30.1 perl Configure VC-WIN32 no-asm no-async no-dso no-engine --release regards, Ranier Vilela