Remove me please

2010-12-03 Thread Richard Buskirk
Sorry to use this list for this.
But I have tried every way I know to get off the list suggestions??


-Original Message-
From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] 
On Behalf Of Mounir IDRASSI
Sent: Friday, December 03, 2010 1:04 PM
To: openssl-users@openssl.org
Subject: Re: Private Key from Windows Cert Store

Hi,

In order to enable the CAPI engine, you have to use the enable-capieng switch : 
this will compile the CAPI engine statically inside OpenSSL.
Here is a example of configure command line for this : perl Configure
VC-WIN32 --prefix=c:/openssl enable-capieng

I hope this will help.
Cheers,
--
Mounir IDRASSI
IDRIX
http://www.idrix.fr

On 12/3/2010 6:21 PM, Fili, Tom wrote:
 Ok, so I realized if I run Configure with no-static-engine I'll get 
 the separate dlls. These are the commands I run

 C:\Documents and Settings\tfili\Desktop\openssl-0.9.8kperl Configure
 VC-WIN32 --prefix=c:\temp\openssl no-static-engine

 ms\do_ms.bat

 nmake -f ms\ntdll.mak

 Unfortunately I now get the following errors:


  link /debug /nologo /subsystem:console /opt:ref /debug /dll 
 /out:out32dl l.dbg\4758cca.dll  
 @C:\DOCUME~1\tfili\LOCALS~1\Temp\nm2E34.tmp
 Creating library out32dll.dbg\4758cca.lib and object 
 out32dll.dbg\4758cca.exp

 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _RSA_get_ex_data referenced in function _cca_rsa_pub_enc e_4758cca.obj 
 : error LNK2019: unresolved external symbol _RSA_size referenced in 
 function _cca_rsa_pub_enc e_4758cca.obj : error LNK2019: unresolved 
 external symbol _CRYPTO_free referenced in function _cca_rsa_verify 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _OPENSSL_cleanse referenced in function _cca_rsa_verify e_4758cca.obj 
 : error LNK2019: unresolved external symbol _CRYPTO_malloc referenced 
 in function _cca_rsa_verify e_4758cca.obj : error LNK2019: unresolved 
 external symbol _i2d_X509_SIG referenced in function _cca_rsa_verify 
 e_4758cca.obj : error LNK2019: unresolved external symbol _OBJ_nid2obj 
 referenced in function _cca_rsa_verify e_4758cca.obj : error LNK2019: 
 unresolved external symbol _ERR_put_error referenced in function 
 _ERR_CCA4758_error e_4758cca.obj : error LNK2019: unresolved external 
 symbol _ERR_get_next_error_library referenced in function 
 _ERR_CCA4758_error e_4758cca.obj : error LNK2019: unresolved external 
 symbol _ERR_set_implementation referenced in function _bind_engine 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _CRYPTO_set_ex_data_implementation referenced in function _bind_engine 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _CRYPTO_set_dynlock_destroy_callback referenced in function 
 _bind_engine e_4758cca.obj : error LNK2019: unresolved external symbol 
 _CRYPTO_set_dynlock_lock_callback referenced in function _bind_engine 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _CRYPTO_set_dynlock_create_callback referenced in function 
 _bind_engine e_4758cca.obj : error LNK2019: unresolved external symbol 
 _CRYPTO_set_add_lock_callback referenced in function _bind_engine 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _CRYPTO_set_locking_callback referenced in function _bind_engine 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _CRYPTO_set_mem_functions referenced in function _bind_engine 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _ENGINE_get_static_state referenced in function _bind_engine 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _ENGINE_set_cmd_defns referenced in function _bind_helper 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _ENGINE_set_load_pubkey_function referenced in function _bind_helper 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _ENGINE_set_load_privkey_function referenced in function _bind_helper 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _ENGINE_set_ctrl_function referenced in function _bind_helper 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _ENGINE_set_finish_function referenced in function _bind_helper 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _ENGINE_set_init_function referenced in function _bind_helper 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _ENGINE_set_destroy_function referenced in function _bind_helper 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _ENGINE_set_RAND referenced in function _bind_helper e_4758cca.obj : 
 error LNK2019: unresolved external symbol _ENGINE_set_RSA referenced 
 in function _bind_helper e_4758cca.obj : error LNK2019: unresolved 
 external symbol _ENGINE_set_name referenced in function _bind_helper 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _ENGINE_set_id referenced in function _bind_helper e_4758cca.obj : 
 error LNK2019: unresolved external symbol _ERR_load_strings referenced 
 in function _ERR_load_CCA4758_strings e_4758cca.obj : 

RE: Remove me please

2010-12-03 Thread Erik Tkal
Go to http://www.openssl.org/support/community.html



Erik Tkal
Juniper OAC/UAC/Pulse Development



-Original Message-
From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] 
On Behalf Of Richard Buskirk
Sent: Friday, December 03, 2010 2:39 PM
To: openssl-users@openssl.org
Subject: Remove me please

Sorry to use this list for this.
But I have tried every way I know to get off the list suggestions??


-Original Message-
From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] 
On Behalf Of Mounir IDRASSI
Sent: Friday, December 03, 2010 1:04 PM
To: openssl-users@openssl.org
Subject: Re: Private Key from Windows Cert Store

Hi,

In order to enable the CAPI engine, you have to use the enable-capieng switch : 
this will compile the CAPI engine statically inside OpenSSL.
Here is a example of configure command line for this : perl Configure
VC-WIN32 --prefix=c:/openssl enable-capieng

I hope this will help.
Cheers,
--
Mounir IDRASSI
IDRIX
http://www.idrix.fr

On 12/3/2010 6:21 PM, Fili, Tom wrote:
 Ok, so I realized if I run Configure with no-static-engine I'll get 
 the separate dlls. These are the commands I run

 C:\Documents and Settings\tfili\Desktop\openssl-0.9.8kperl Configure
 VC-WIN32 --prefix=c:\temp\openssl no-static-engine

 ms\do_ms.bat

 nmake -f ms\ntdll.mak

 Unfortunately I now get the following errors:


  link /debug /nologo /subsystem:console /opt:ref /debug /dll 
 /out:out32dl l.dbg\4758cca.dll  
 @C:\DOCUME~1\tfili\LOCALS~1\Temp\nm2E34.tmp
 Creating library out32dll.dbg\4758cca.lib and object 
 out32dll.dbg\4758cca.exp

 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _RSA_get_ex_data referenced in function _cca_rsa_pub_enc e_4758cca.obj 
 : error LNK2019: unresolved external symbol _RSA_size referenced in 
 function _cca_rsa_pub_enc e_4758cca.obj : error LNK2019: unresolved 
 external symbol _CRYPTO_free referenced in function _cca_rsa_verify 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _OPENSSL_cleanse referenced in function _cca_rsa_verify e_4758cca.obj 
 : error LNK2019: unresolved external symbol _CRYPTO_malloc referenced 
 in function _cca_rsa_verify e_4758cca.obj : error LNK2019: unresolved 
 external symbol _i2d_X509_SIG referenced in function _cca_rsa_verify 
 e_4758cca.obj : error LNK2019: unresolved external symbol _OBJ_nid2obj 
 referenced in function _cca_rsa_verify e_4758cca.obj : error LNK2019: 
 unresolved external symbol _ERR_put_error referenced in function 
 _ERR_CCA4758_error e_4758cca.obj : error LNK2019: unresolved external 
 symbol _ERR_get_next_error_library referenced in function 
 _ERR_CCA4758_error e_4758cca.obj : error LNK2019: unresolved external 
 symbol _ERR_set_implementation referenced in function _bind_engine 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _CRYPTO_set_ex_data_implementation referenced in function _bind_engine 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _CRYPTO_set_dynlock_destroy_callback referenced in function 
 _bind_engine e_4758cca.obj : error LNK2019: unresolved external symbol 
 _CRYPTO_set_dynlock_lock_callback referenced in function _bind_engine 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _CRYPTO_set_dynlock_create_callback referenced in function 
 _bind_engine e_4758cca.obj : error LNK2019: unresolved external symbol 
 _CRYPTO_set_add_lock_callback referenced in function _bind_engine 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _CRYPTO_set_locking_callback referenced in function _bind_engine 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _CRYPTO_set_mem_functions referenced in function _bind_engine 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _ENGINE_get_static_state referenced in function _bind_engine 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _ENGINE_set_cmd_defns referenced in function _bind_helper 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _ENGINE_set_load_pubkey_function referenced in function _bind_helper 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _ENGINE_set_load_privkey_function referenced in function _bind_helper 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _ENGINE_set_ctrl_function referenced in function _bind_helper 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _ENGINE_set_finish_function referenced in function _bind_helper 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _ENGINE_set_init_function referenced in function _bind_helper 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _ENGINE_set_destroy_function referenced in function _bind_helper 
 e_4758cca.obj : error LNK2019: unresolved external symbol 
 _ENGINE_set_RAND referenced in function _bind_helper e_4758cca.obj : 
 error LNK2019: unresolved external symbol _ENGINE_set_RSA referenced 
 in function _bind_helper