question on modification on ssl source code

2005-10-06 Thread sun
Hi,everbody,I'am a fresh men here.I want to compress the ssl source code to fit arm use.But I don't know how to compily the code.Must I write a new set of program or just make some modification on the base of openssl? what should I do first.    Any pointers at this stage is very m

RE: question on linking dynamic engines

2005-10-06 Thread Frédéric Donnat
In OpenSSL 0.9.7 the engine name was not dependant of the library name. In OpenSSL, 0.9.8 this is not with the dynamic engine. For example here is a load with the dynamic engine (i ernamed the lib in libnscrypto whereas the engine name is zencod). [EMAIL PROTECTED] openssl-0.9.8x-nscrypto-dyn]$

openSSL - cross-certify

2005-10-06 Thread duane waktu
Does anybody know where I can get a good documentation on how to perform cross-certification using openSSL? Is this feature available on 0.9.7? If not, what version that this feature is/will be available on? DW _ FREE pop-up bl

RE: question on linking dynamic engines

2005-10-06 Thread Anil Gunturu
What about the name of the library is it specified using the SO_PATH control command? THanks, -AnilFrédéric Donnat <[EMAIL PROTECTED]> wrote: Hi,OpenSSL has a specific path for dynamic ENGINE libraries.If you use the --prefix="/path_to_openssl" option when building openssl, then- the openssl librar

RE: question on linking dynamic engines

2005-10-06 Thread Frédéric Donnat
Hi, OpenSSL has a specific path for dynamic ENGINE libraries. If you use the --prefix="/path_to_openssl" option when building openssl, then - the openssl libraries are in /path_to_ossl/lib - the openssl ENGINE libraries are in /path_to_ossl/lib/engines So it's easy to know the path. ;) Afte

Re: question on linking dynamic engines

2005-10-06 Thread Anil Gunturu
How does it know the location of the library at runtime? Do I need to bundle the it engine library? Thanks, -AnilRichard Levitte - VMS Whacker <[EMAIL PROTECTED]> wrote: In message <[EMAIL PROTECTED]> on Wed, 5 Oct 2005 21:25:34 -0700 (PDT), Anil Gunturu <[EMAIL PROTECTED]>said:anil_gunturu> How do

Re: TPM support !!!

2005-10-06 Thread Kent Yoder
Hi, yesterday I released an initial version of an engine [1] that supports the TPM, right now for 0.9.8 only. Check out the readme, let me know if you have any questions. Thanks, Kent [1] http://sourceforge.net/project/showfiles.php?group_id=126012&package_id=165637&release_id=361437 On 10/6/0

TPM support !!!

2005-10-06 Thread dinesh.kallath
Hello Came to know that OpenSSL 0.9.8 supports Trusted Platform Modules (TPM) security chip. Could any one please provide more information on this? Any pointers at this stage is very much appreciated. Many thanks, Dinesh __ Op

Re: question on linking dynamic engines

2005-10-06 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Wed, 5 Oct 2005 21:25:34 -0700 (PDT), Anil Gunturu <[EMAIL PROTECTED]> said: anil_gunturu> How do I link the dynamic engine "so" and the library anil_gunturu> that the hardware vendor provides? For example, if I am anil_gunturu> using the ibmca engine in the demo

How to compile OpenSSL 0.9.8 with MinGW successfully

2005-10-06 Thread Matthias Buecher / Germany
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello everybody, I hope the following text will help everybody, who is not used to compiling things, to build the OpenSSL 0.9.8 DLLs by themselves with MinGW under Win32. Let's hope the next sourcecode release will fix this dependecy. Regards Matthi