Search found 83 matches: ssleay32

Return to advanced search

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

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

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

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

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

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

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

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

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

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

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

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

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

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

... HBSSLS_LIB = $(HARBOUR_LIB_DIR)\hbssls.lib EAY32_LIB = $(HARBOUR_LIB_DIR)\libeay32.lib SSLEAY_LIB = $(HARBOUR_LIB_DIR)\ssleay32.lib TIPSSL_LIB = $(HARBOUR_LIB_DIR)\hbtipssl.lib SIGNFI_LIB = $(HARBOUR_LIB_DIR)\SignFile.lib # Advantage Data Server librerias ########################################## ...
by rterraz
Sat Sep 18, 2021 2:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 5081

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

Te falta enlazar las librerías de importación de las nuevas DLLs usadas: libeay32.lib (obtenida a partir de libeay32.dll) ssleay32.lib (obtenida a partir de ssleay32.dll) Ambas librerías estan incluidas en la distribución de Harbour que te he indicado anteriormente: https://github.com/FiveTechSoft/Harbour_builder/raw/master/harbour_win32_bcc_2020_10_19.zip
by Antonio Linares
Sat Sep 18, 2021 6:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 5081
Next

Return to advanced search