Search found 85 matches: ssleay32

Return to advanced search

Re: Build your FWH app using hbmk2.exe and MSVC 32&64

Horizon wrote:Hi Antonio, Enrico,

I only wanted to use the latest versions of OpenSSL. I have no intention of recreating the Harbour.

I still use libeay32.lib, ssleay32.lib and their dlls.


They are older LIBs. Current Harbour builds contain all the required LIBs and DLLs.
by Enrico Maria Giordano
Tue Jun 04, 2024 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build your FWH app using hbmk2.exe and MSVC 32&64
Replies: 48
Views: 2264

Re: Build your FWH app using hbmk2.exe and MSVC 32&64

Hi Antonio, Enrico,

I only wanted to use the latest versions of OpenSSL. I have no intention of recreating the Harbour.

I still use libeay32.lib, ssleay32.lib and their dlls.
by Horizon
Tue Jun 04, 2024 4:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build your FWH app using hbmk2.exe and MSVC 32&64
Replies: 48
Views: 2264

Re: TLS 1.2 doubt

... the news that they will only accept TLS 1.2 and above, having to change the address to https. i guess you work with hbtip Constribution which use ssleay32.dll / libeay32.dll have a look which Version these *.DLL have ( Property -> Detail ) for TLS 1.2 you should have Version 1.02.xx e.g. from ...
by wartiaga
Mon Jul 17, 2023 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TLS 1.2 doubt
Replies: 7
Views: 455

Re: Libreria LIBEAY32 SSLEAY32 TIPSSL

karinha wrote:Intenta asi:

Code: Select all  Expand view

 implib.exe LIBEAY32.LIB LIBEAY32.dll
 


Regars, saludos


Gracias,,, funciono
by elmoiquique
Mon Jul 17, 2023 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Libreria LIBEAY32 SSLEAY32 TIPSSL
Replies: 2
Views: 152

Re: TLS 1.2 doubt

... the news that they will only accept TLS 1.2 and above, having to change the address to https. i guess you work with hbtip Constribution which use ssleay32.dll / libeay32.dll have a look which Version these *.DLL have ( Property -> Detail ) for TLS 1.2 you should have Version 1.02.xx e.g. from ...
by Jimmy
Mon Jul 17, 2023 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TLS 1.2 doubt
Replies: 7
Views: 455

Re: Libreria LIBEAY32 SSLEAY32 TIPSSL

Intenta asi:

Code: Select all  Expand view

 implib.exe LIBEAY32.LIB LIBEAY32.dll
 


Regars, saludos
by karinha
Sun Jul 16, 2023 6:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Libreria LIBEAY32 SSLEAY32 TIPSSL
Replies: 2
Views: 152

Libreria LIBEAY32 SSLEAY32 TIPSSL

Alguien que tenga estas librerias para xharbour 11.07 y Borland 582 que me pueda ayudar, ya que al intentar enlazarla con mi programa me da error Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: 'C:\COMPILER\FW32BITS\XHBCC582\LIB\LIBEAY32.LIB' contains invalid OMF record, type 0x21...
by elmoiquique
Sun Jul 16, 2023 5:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Libreria LIBEAY32 SSLEAY32 TIPSSL
Replies: 2
Views: 152

ENCRIPTAR con el algoritmo RSA-SHA256.

... el algoritmo RSA-SHA256. En xHarbour creo que solo se lo puede hacer hacer esto con OpenSSL Ya tengo mi programa enlazado con: hbssl, libeay32, ssleay32 ,libssl, libcrypto Alguien me puede dar una mano para hacer el proceso de encriptacion con RSA-SHA256. - Como debo usar las funciones de OpenSSL ...
by RSalazarU
Sat Mar 11, 2023 12:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ENCRIPTAR con el algoritmo RSA-SHA256.
Replies: 5
Views: 695

Re: Leer Gmail

hi, IMHO every Provider will switch to new Security Standard when using TSmtp() or TPop3() : have a look which Version ssleay32.dll and libeay32.dll have (at least 1.02) other Way is to use hbCURL to work with Gmail, GMX or Web.DE as CURL is also now include in Windows OS i guess ...
by Jimmy
Thu Feb 23, 2023 6:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Leer Gmail
Replies: 7
Views: 596

Re: fivedit en equipo nuevo - SOLUCIONADO

... puede continuar porque no se encontró LIBMYSQL.dll. Este problema se puede solucionar reinstalando el programa" Y luego el mismo mensaje con ssleay32.dll, libcurl.dll y libeay32.dll Instala en la carpeta lo que indico en un post anterior https://bitbucket.org/fivetech/fivewin-contributions/downloads/FE_DLLS.zip
by cnavarro
Wed Feb 15, 2023 5:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fivedit en equipo nuevo - SOLUCIONADO
Replies: 12
Views: 1064

Re: fivedit en equipo nuevo - SOLUCIONADO

A mi el mensaje que me da al instalar es "Error del sistema. La ejecución de código no puede continuar porque no se encontró LIBMYSQL.dll. Este problema se puede solucionar reinstalando el programa"
Y luego el mismo mensaje con ssleay32.dll, libcurl.dll y libeay32.dll
by Manuel Aranda
Wed Feb 15, 2023 4:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fivedit en equipo nuevo - SOLUCIONADO
Replies: 12
Views: 1064

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

... b32.bc echo %hdirl%\hbssl.lib + >> b32.bc echo %hdirl%\hbssls.lib + >> b32.bc echo %hdirl%\libeay32.lib + >> b32.bc echo %hdirl%\ssleay32.lib + >> b32.bc echo %hdirl%\libcrypto-3.lib + >> b32.bc Error: Unresolved external '_OpenSSL_add_all_ciphers' referenced from ...
by richard-service
Fri Feb 03, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 5447

Re: Conectar SFTP con CURL

... tardes Cristobal y Antonio. Siguiendo vuestras instrucciones he conseguido localizar en mi equipo las siguientes dll: libcurl.dll libeay32.dll ssleay32.dll Pero no localizo ni en mi carpeta harbour ni en la de FW las restantes, esto es: libssh2.dll zlib1.dll He descargado la que ha indicado ...
by Verhoven
Sat Jul 09, 2022 6:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectar SFTP con CURL
Replies: 67
Views: 10821

Re: Conectar SFTP con CURL

Asegurate de tener las DLLs necesarias en la carpeta donde se ejecuta tu EXE
libcurl.dll
libeay32.dll
libssh2.dll
ssleay32.dll
zlib1.dll
by cnavarro
Sat Jul 09, 2022 5:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectar SFTP con CURL
Replies: 67
Views: 10821

Re: Reading mail with SSL

hi,

using HMG i include these LIB(s) from \HARBOUR-64\contrib\hbtip\hbtip.hbc for SSL

Code: Select all  Expand view
# ***** include this lines *****
libs=hbssl
libs=libeay32
libs=ssleay32

i got libeay32.dll and ssleay32.dll from PostgreSQL Client
by Jimmy
Fri Mar 11, 2022 10:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading mail with SSL
Replies: 3
Views: 280
Next

Return to advanced search