Harbour con SSL - Urgente !!!!

User avatar
karinha
Posts: 4882
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil

Re: Harbour con SSL - Urgente !!!!

Post 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.
João Santos - São Paulo - Brasil
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Re: Harbour con SSL - Urgente !!!!

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Harbour con SSL - Urgente !!!!

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
Horizon
Posts: 997
Joined: Fri May 23, 2008 1:33 pm

Re: Harbour con SSL - Urgente !!!!

Post 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

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- ... 016Dec.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- ... -Win32.zip
Hi Antonio,

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

Thanks.
Regards,

Hakan ONEMLI

Harbour & VS 2019 & FWH 20.12
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Harbour con SSL - Urgente !!!!

Post by Antonio Linares »

Hakan,

This Harbour build already includes them:
https://github.com/FiveTechSoft/Harbour ... _10_19.zip

The instructions to build them are here:
https://github.com/FiveTechSoft/Harbour ... svc_32.yml
regards, saludos

Antonio Linares
www.fivetechsoft.com
Horizon
Posts: 997
Joined: Fri May 23, 2008 1:33 pm

Re: Harbour con SSL - Urgente !!!!

Post by Horizon »

Thank you Antonio,

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

Hakan ONEMLI

Harbour & VS 2019 & FWH 20.12
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Harbour con SSL - Urgente !!!!

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Baxajaun
Posts: 853
Joined: Wed Oct 19, 2005 2:17 pm
Location: Gatika. Bizkaia

Re: Harbour con SSL - Urgente !!!!

Post 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,
User avatar
karinha
Posts: 4882
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil

Re: Harbour con SSL - Urgente !!!!

Post by karinha »

Example, ejemplo, exemplo con outlook.com de Microsoft.

Download:

https://mega.nz/file/ZY0lCC4b#J087eB2aP ... ifxl_41Qco

Regards, saludos.
João Santos - São Paulo - Brasil
Horizon
Posts: 997
Joined: Fri May 23, 2008 1:33 pm

Re: Harbour con SSL - Urgente !!!!

Post by Horizon »

Antonio Linares wrote:Hakan,

This Harbour build already includes them:
https://github.com/FiveTechSoft/Harbour ... _10_19.zip

The instructions to build them are here:
https://github.com/FiveTechSoft/Harbour ... svc_32.yml
Hi Antonio,

Where can I found source code of harbour?
Regards,

Hakan ONEMLI

Harbour & VS 2019 & FWH 20.12
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Harbour con SSL - Urgente !!!!

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply