Search found 90 matches: libeay32

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: 4416

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: 4416

Re: TLS 1.2 doubt

... 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 c:\fwh\samples\ssleay32.dll ...
by wartiaga
Mon Jul 17, 2023 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TLS 1.2 doubt
Replies: 7
Views: 766

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: 204

Re: TLS 1.2 doubt

... 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 c:\fwh\samples\ssleay32.dll
by Jimmy
Mon Jul 17, 2023 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TLS 1.2 doubt
Replies: 7
Views: 766

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: 204

Libreria LIBEAY32 SSLEAY32 TIPSSL

... 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 (possibly COFF) Gracias de Antemano
by elmoiquique
Sun Jul 16, 2023 5:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Libreria LIBEAY32 SSLEAY32 TIPSSL
Replies: 2
Views: 204

ENCRIPTAR con el algoritmo RSA-SHA256.

... con 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 ...
by RSalazarU
Sat Mar 11, 2023 12:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ENCRIPTAR con el algoritmo RSA-SHA256.
Replies: 5
Views: 1029

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 it is a "safe" ...
by Jimmy
Thu Feb 23, 2023 6:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Leer Gmail
Replies: 7
Views: 730

Re: fivedit en equipo nuevo - SOLUCIONADO

... 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: 1394

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: 1394

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

... b32.bc echo %hdirl%\Ace32.lib + >> 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 ...
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: 7410

Re: Conectar SFTP con CURL

Buenas 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 ...
by Verhoven
Sat Jul 09, 2022 6:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectar SFTP con CURL
Replies: 67
Views: 14078

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: 14078

Re: mod_harbour FAQ

... Directory of c:\xampp\apache\modules 09/04/2022 16:44 77.312 mod_harbour.so Directory of c:\xampp\htdocs 11/04/2022 16:42 1.099.776 libeay32.dll 09/04/2022 16:44 5.623.808 libharbour.dll 30/07/2021 18:12 349.184 libssh2.dll 30/07/2021 18:12 33.102 libssh2.lib 11/04/2022 16:43 120.828 ...
by Romeo
Mon Apr 11, 2022 3:06 pm
 
Forum: mod_harbour
Topic: mod_harbour FAQ
Replies: 8
Views: 2140
Next

Return to advanced search