Harbour con SSL - Urgente !!!!
- karinha
- Posts: 7917
- Joined: Tue Dec 20, 2005 7:36 pm
- Location: São Paulo - Brasil
- Been thanked: 3 times
- Contact:
Re: Harbour con SSL - Urgente !!!!
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.
Gracias, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Re: Harbour con SSL - Urgente !!!!
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
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
- Antonio Linares
- Site Admin
- Posts: 42414
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 12 times
- Been thanked: 48 times
- Contact:
Re: Harbour con SSL - Urgente !!!!
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
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 !!!!
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.batCode: Select all | Expand
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.
Regards,
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.04
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.04
- Antonio Linares
- Site Admin
- Posts: 42414
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 12 times
- Been thanked: 48 times
- Contact:
Re: Harbour con SSL - Urgente !!!!
Hakan,
This Harbour build already includes them:
https://github.com/FiveTechSoft/Harbour_builder/blob/master/harbour_win32_msvc_2020_10_19.zip
The instructions to build them are here:
https://github.com/FiveTechSoft/Harbour_builder/blob/master/.github/workflows/harbour_msvc_32.yml
This Harbour build already includes them:
https://github.com/FiveTechSoft/Harbour_builder/blob/master/harbour_win32_msvc_2020_10_19.zip
The instructions to build them are here:
https://github.com/FiveTechSoft/Harbour_builder/blob/master/.github/workflows/harbour_msvc_32.yml
Re: Harbour con SSL - Urgente !!!!
Thank you Antonio,
I mean libeay32.dll and ssleay32.dll with lib files.
I mean libeay32.dll and ssleay32.dll with lib files.
Regards,
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.04
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.04
- Antonio Linares
- Site Admin
- Posts: 42414
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 12 times
- Been thanked: 48 times
- Contact:
Re: Harbour con SSL - Urgente !!!!
Hello Hakan,
since version 1.1.0 OpenSSL have changed their library names from:
libeay32.dll -> libcrypto.dll
ssleay32.dll -> libssl.dll
Best regards,
since version 1.1.0 OpenSSL have changed their library names from:
libeay32.dll -> libcrypto.dll
ssleay32.dll -> libssl.dll
Best regards,
- karinha
- Posts: 7917
- Joined: Tue Dec 20, 2005 7:36 pm
- Location: São Paulo - Brasil
- Been thanked: 3 times
- Contact:
Re: Harbour con SSL - Urgente !!!!
Example, ejemplo, exemplo con outlook.com de Microsoft.
Download:
https://mega.nz/file/ZY0lCC4b#J087eB2aPhfZiNynwgaEnkwvrPF2P6y7Pifxl_41Qco
Regards, saludos.
Download:
https://mega.nz/file/ZY0lCC4b#J087eB2aPhfZiNynwgaEnkwvrPF2P6y7Pifxl_41Qco
Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Re: Harbour con SSL - Urgente !!!!
Antonio Linares wrote:Hakan,
This Harbour build already includes them:
https://github.com/FiveTechSoft/Harbour_builder/blob/master/harbour_win32_msvc_2020_10_19.zip
The instructions to build them are here:
https://github.com/FiveTechSoft/Harbour_builder/blob/master/.github/workflows/harbour_msvc_32.yml
Hi Antonio,
Where can I found source code of harbour?
Regards,
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.04
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.04
- Antonio Linares
- Site Admin
- Posts: 42414
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 12 times
- Been thanked: 48 times
- Contact: