Page 2 of 2

Re: Harbour con SSL - Urgente !!!!

PostPosted: Tue Jan 31, 2017 2:40 pm
by karinha
Master Enrico como que hago en el nuevo release de xharbour para bcc72 y fwxh16.12, para activar el TLS para envio de emails, usando CDO? Ejemplo: necesito enviar emails via outlook.com de microsoft que usa TLS, algun ejemplo porfa?

Gracias, saludos.

Re: Harbour con SSL - Urgente !!!!

PostPosted: Thu Apr 27, 2017 8:02 am
by Maurizio
Antonio ,

In this download there is not hbtipssl.lib , Is it possible to have it ?

https://bitbucket.org/fivetech/harbour- ... 016Dec.zop

Maurizio
www.nipeservice.com

Re: Harbour con SSL - Urgente !!!!

PostPosted: Thu Apr 27, 2017 8:48 am
by Antonio Linares
Maurizio,

In Harbour contribs there is a hbssl folder and a hbtip folder

I don't know which of them has to be built to get a hbtipssl.lib

Re: Harbour con SSL - Urgente !!!!

PostPosted: Tue Dec 01, 2020 11:37 am
by Horizon
Antonio Linares wrote:Con la ayuda de Cristobal, creo que las hemos conseguido crear asi:

situarse en la carpeta c:\harbour\contrib\hbssl y crear este go.bat

go.bat
Code: Select all  Expand view
set path=c:\bcc7\bin
set HB_COMPILER=bcc
set HB_WITH_OPENSSL=C:\OpenSSL-Win32\include
c:\harbour\bin\hbmk2 hbssl


Las librerías creadas son: hbssl.lib, hbssls.lib, libeay32.lib y ssleay32.lib. Aqui las tienes:
https://bitbucket.org/fivetech/harbour-xharbour-builds/downloads/harbour_hbssl_bcc7_32_2016Dec.zop

Cuando construimos Harbour usamos este flag: (así esta construida la versión que distribuimos)
set path=c:\bcc7\bin
set HB_WITH_OPENSSL=c:\OpenSSL-Win32\include
win-make.exe

Este OpenSSL-Win32 lo copio aqui para que quien lo necesite lo descargue:
https://bitbucket.org/fivetech/harbour-xharbour-builds/downloads/OpenSSL-Win32.zip


Hi Antonio,

I use msvc 2019. How can I build ssl libraries? Can you help me?

Thanks.

Re: Harbour con SSL - Urgente !!!!

PostPosted: Tue Dec 01, 2020 11:56 am
by Antonio Linares

Re: Harbour con SSL - Urgente !!!!

PostPosted: Tue Dec 01, 2020 12:47 pm
by Horizon
Thank you Antonio,

I mean libeay32.dll and ssleay32.dll with lib files.

Re: Harbour con SSL - Urgente !!!!

PostPosted: Tue Dec 01, 2020 4:57 pm
by Antonio Linares

Re: Harbour con SSL - Urgente !!!!

PostPosted: Wed Dec 02, 2020 5:01 am
by Baxajaun
Hello Hakan,

since version 1.1.0 OpenSSL have changed their library names from:
libeay32.dll -> libcrypto.dll
ssleay32.dll -> libssl.dll

Best regards,

Re: Harbour con SSL - Urgente !!!!

PostPosted: Fri Dec 04, 2020 5:42 pm
by karinha
Example, ejemplo, exemplo con outlook.com de Microsoft.

Download:

https://mega.nz/file/ZY0lCC4b#J087eB2aPhfZiNynwgaEnkwvrPF2P6y7Pifxl_41Qco

Regards, saludos.

Re: Harbour con SSL - Urgente !!!!

PostPosted: Wed Dec 09, 2020 6:55 pm
by Horizon


Hi Antonio,

Where can I found source code of harbour?

Re: Harbour con SSL - Urgente !!!!

PostPosted: Wed Dec 09, 2020 7:23 pm
by Antonio Linares