Re: "no OPENSSL_Applink " in OpenSSL3.0.5

2022-08-12 Thread Matt Caswell
(7FF8011DD3E0,08): no OPENSSL_Applink The source that calls PEM_read_PrivateKey() includes the following sources. #include In the test program test.exe --> my_appl.dll --> openssl.dll , the above include is the source in my_appl.dll. The depends tool (Dependency Walker) can check the en

Re: "no OPENSSL_Applink " in OpenSSL3.0.5

2022-08-11 Thread Imazu Setsuo
On 2022/08/10 18:44, Matt Caswell wrote: On 10/08/2022 00:11, Imazu Setsuo wrote: Hello, my name is Imazu. I am using OpenSSL3.0.5 to develop a windows program. When I call PEM_read_PrivateKey() I get the following error: OPENSSL_Uplink(7FF8011DD3E0,08): no OPENSSL_Applink The source

Re: "no OPENSSL_Applink " in OpenSSL3.0.5

2022-08-10 Thread Matt Caswell
On 10/08/2022 00:11, Imazu Setsuo wrote: Hello, my name is Imazu. I am using OpenSSL3.0.5 to develop a windows program. When I call PEM_read_PrivateKey() I get the following error: OPENSSL_Uplink(7FF8011DD3E0,08): no OPENSSL_Applink The source that calls PEM_read_PrivateKey() includes

"no OPENSSL_Applink " in OpenSSL3.0.5

2022-08-09 Thread Imazu Setsuo
Hello, my name is Imazu. I am using OpenSSL3.0.5 to develop a windows program. When I call PEM_read_PrivateKey() I get the following error: OPENSSL_Uplink(7FF8011DD3E0,08): no OPENSSL_Applink The source that calls PEM_read_PrivateKey() includes the following sources. #include In the

Re: no OPENSSL_Applink

2014-06-26 Thread lists
_file, "rb"); if (fptr == NULL) return(FALSE); d2i_PKCS12_fp(fptr, &p12_cert); fclose(fptr); The call to d2i_PKCS12_fp() always produces the no OPENSSL_Applink runtime error. If anybody can shed some light on this I would appreciate it. --- original question I

RE: No OPENSSL_Applink

2014-06-09 Thread Dave Thompson
"OPENSSL_Uplink(03CE1000,08): no > OPENSSL_Applink". > From discussions I have seen about this error, I thought I could fix it by > adding "applink.c" to my project, and calling CRYPTO_malloc_init(). > However this has no effect. Is use of /MT causing this? It w

no OPENSSL_Applink

2014-06-09 Thread openssl
(p12_file, "rb"); if (fptr == NULL) return(FALSE); d2i_PKCS12_fp(fptr, &p12_cert); fclose(fptr); The call to d2i_PKCS12_fp() always produces the no OPENSSL_Applink runtime error. If anybody can shed some light on this I would appreciate it. --- original question I am att

No OPENSSL_Applink

2014-06-07 Thread openssl
I am attempting to use the d2i_PKCS12_fp() API call in a Windows DLL compiled with the multi-threaded (/MT) runtime library. On this call I get the runtime error "OPENSSL_Uplink(03CE1000,08): no OPENSSL_Applink". >From discussions I have seen about this error, I thought I could fix

Re: no OPENSSL_Applink in my DLL

2014-04-06 Thread Larry Bugbee
I wish you good luck.  I was unsuccessful.   Be sure to ask why not.   For more google applink.c+bugbee -- Sent fm iTouch via Boxer On April 2, 2014 at 11:45:44 AM PDT, Mohan Kumar wrote:Hi, I am writing a DLL plugin which works with a third party plugin. The DLL uses open ssl. I was ab

RE: no OPENSSL_Applink in my DLL

2014-04-03 Thread Dave Thompson
inue to work. From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Mohan Kumar Sent: Wednesday, April 02, 2014 14:46 To: openssl-users@openssl.org Subject: *** Spam *** no OPENSSL_Applink in my DLL Hi, I am writing a DLL plugin which works with a t

no OPENSSL_Applink in my DLL

2014-04-03 Thread Mohan Kumar
Hi, I am writing a DLL plugin which works with a third party plugin. The DLL uses open ssl. I was able to successfully connect to a ssl server from a console application (.exe). But when I added the same code to my dll, it is not working. Discussions point that i should include "applink.c" in my c

RE: OPENSSL_Uplink: no OPENSSL_Applink

2013-08-12 Thread Dave Thompson
>From: owner-openssl-us...@openssl.org On Behalf Of Perrow, Graeme >Sent: Monday, 12 August, 2013 10:51 >To: openssl-users@openssl.org >Subject: OPENSSL_Uplink: no OPENSSL_Applink >On 32-bit Windows, I am seeing this error [investigating an error]. >I am building ... (OpenSSL 1.

OPENSSL_Uplink: no OPENSSL_Applink

2013-08-12 Thread Perrow, Graeme
et the "no OPENSSL_Applink" message. The code I'm executing looks like: if( !FIPS_mode_set(1) ) { ERR_load_crypto_strings(); FILE *f = fopen( "D:\\openssl.txt", "w" ); ERR_print_errors_fp( f ); fclose( f ); } I get the "no OPENSSL_Applink" messa

Re: no OpenSSL_Applink in Custom Windows Credentials Provider

2013-01-23 Thread Jakob Bohm
provides authentification information. I created a sample program (prototype EXE) which performs authentification successully, without any issues. But when I moved this code to Windows Credentials provider I get OPENSSL_Uplink<10111000,08> no OpenSSL_Applink error. Things I allready tried: 1. in

RE: no OpenSSL_Applink in Custom Windows Credentials Provider

2013-01-21 Thread Dave Thompson
ification information. > > I created a sample program (prototype EXE) which performs > authentification > successully, without any issues. > But when I moved this code to Windows Credentials provider I get > OPENSSL_Uplink<10111000,08> no OpenSSL_Applink error. > >

RE: OPENSSL_Uplink(0099E000,07): no OPENSSL_Applink

2008-11-11 Thread Leo Yang
dll source code. Leo YangBest Regards MSN: [EMAIL PROTECTED]> Date: Tue, 11 Nov 2008 17:35:03 +0100> From: [EMAIL PROTECTED]> To: openssl-users@openssl.org> Subject: Re: OPENSSL_Uplink(0099E000,07): no OPENSSL_Applink> CC: [EMAIL PROTECTED]> > Hm, never used this OPENSSL_U

Re: OPENSSL_Uplink(0099E000,07): no OPENSSL_Applink

2008-11-11 Thread Ger Hobbelt
Nov 11, 2008 at 11:09 AM, 念材 杨 <[EMAIL PROTECTED]> wrote: > hi all > > I meet a run time error "OPENSSL_Uplink(0099E000,07): no OPENSSL_Applink" > which feaze me several days. > this is my project description: > I had download openssl-0.9.8i. then build it and

OPENSSL_Uplink(0099E000,07): no OPENSSL_Applink

2008-11-11 Thread 念材 杨
hi all I meet a run time error "OPENSSL_Uplink(0099E000,07): no OPENSSL_Applink" which feaze me several days. this is my project description: I had download openssl-0.9.8i. then build it and install it correctly following the INSTALL.WIN32 instruction. I use vs2005 to develop my pro

RE: OPENSSL_Uplink(00509010,07): no OPENSSL_Applink

2008-03-12 Thread learning openssl
Hello ken, I created a DLL from applink.c. I copied it to the same folder of ssleay32.dll and libeay32.dll. But I still got the same error. Please help me. > Subject: RE: OPENSSL_Uplink(00509010,07): no OPENSSL_Applink > To: [EMAIL PROTECTED] > From: [EMAIL PROTECTED] > Date:

RE: OPENSSL_Uplink(00509010,07): no OPENSSL_Applink

2008-02-29 Thread learning openssl
Hello, Thanks for your reply. But I am still a newbie for Openssl, I do not know how to use applink.c in my case. Please help me. > Subject: Re: OPENSSL_Uplink(00509010,07): no OPENSSL_Applink > To: openssl-users@openssl.org > From: [EMAIL PROTECTED] > Date: Sat, 16 Feb 2

Re: OPENSSL_Uplink(00509010,07): no OPENSSL_Applink

2008-02-18 Thread Kenneth Goldman
yKey.txt","w"); > > if (oFile!=0) { > RSA_print_fp(oFile, r, 0); > fclose(oFile); > } > to create one RSA key. But I got the error: OPENSSL_Uplink(00509010, > 07): no OPENSSL_Applink > > How can I handle this problem? > > Thanks!

OPENSSL_Uplink(00509010,07): no OPENSSL_Applink

2008-02-16 Thread learning openssl
hello, I use the functions: r=RSA_generate_key(bits,e,NULL,NULL) oFile = fopen("MyKey.txt","w"); if (oFile!=0) { RSA_print_fp(oFile, r, 0); fclose(oFile); } to create one RSA key. But I got the error: OPENSSL_Uplink(00509010,07): no OPENSSL_Appli

OPENSSL_Uplink(00509010,07): no OPENSSL_Applink

2008-02-15 Thread learning openssl
hello, I use the functions: r=RSA_generate_key(bits,e,NULL,NULL) oFile = fopen("MyKey.txt","w"); if (oFile!=0) { RSA_print_fp(oFile, r, 0); fclose(oFile); } to create one RSA key. But I got the error: OPENSSL_Uplink(00509010,07): no OPENSSL_Applink H