how to simulate a signature delay

2009-04-23 Thread sarym binome
hi all i simulate a secure routing protocol in NS2 , i add signature RSA to the messages , and i don't know how to simulate a signature delay ?? Any suggestions ?? Regards _ Découvrez tout ce que Windows Live a à vous apporter !

RE: unable to get local issuer certificate

2009-04-23 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Duncan Berriman > Sent: Wednesday, 22 April, 2009 06:20 > To: openssl-users@openssl.org > Subject: RE: unable to get local issuer certificate (cert from one server is SOMETIMES not verifying in client) > > How about serialnumber? > > Serial n

RE: 'RSA_verify' and 'RSA_padding_check_PKCS1_type_1:block type is not 01' error

2009-04-23 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Rodrigo Canellas > Sent: Wednesday, 22 April, 2009 09:30 > I tried to use the other certificate in the PKCS#7 file, and this time > I got an error that clearly tells me I am using a bad signature: > "Error number '67596392',

Basic structure RSA functions

2009-04-23 Thread Sever P A
Hello, I'm a newbie, just to begin reading the programming API. I'm researching the functions involved in a client-server application environment (using RSA algorithm). So, If not wrong RSA_new() and RSA_generate_key(...) functions generate the pair of keys (the public and the private ones), but,

Compilation Question

2009-04-23 Thread David Loman
Hey all, does anyone know how to compile openSSL against MSVC 6.0? -Dave Loman

Re: Problem creating SHA1 digest.

2009-04-23 Thread Victor Duchovni
On Wed, Apr 22, 2009 at 09:50:49PM +0530, Sibasis Panigrahi wrote: > Hi All, > > I have to generate a SHA1 from some data(const char*). > The data looks like this : > > -BEGIN CERTIFICATE REQUEST- > MIIBcTCB3gIBADA1MQ8wDQYDVQQKEwZNY0FmZWUxDDAKBgNVBAsTA2VQTzEUMBIG > A1UEAxMLTElOVVgtTkFDLT

Re: FIPS 140-2 compliance question

2009-04-23 Thread Steve Marquess
carlyo...@keycomm.co.uk wrote: > We want to use the FIPS 140-2 compliant OpenSSL module for certain > customers... By which I assume you mean the OpenSSL FIPS Object Module v1.2 (cert # 1051). > ... When interpreting FIPS 140-2, my understanding is ... ... does > that invalidate the FIPS 140-2 co

Problem creating SHA1 digest.

2009-04-23 Thread Sibasis Panigrahi
Hi All, I have to generate a SHA1 from some data(const char*). The data looks like this : -BEGIN CERTIFICATE REQUEST- MIIBcTCB3gIBADA1MQ8wDQYDVQQKEwZNY0FmZWUxDDAKBgNVBAsTA2VQTzEUMBIG A1UEAxMLTElOVVgtTkFDLTAwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAPT9 xXMj+nEKh0XZtqNllDxg8aYxbm4okdx1/6keHGu1G

RE: error while executing make command

2009-04-23 Thread Ronald Hatcher
Have you tried using sudo? On Thursday, April 23, 2009, at 12:46PM, "Neerav Singh" wrote: >Hi all >Sorry! >Please check the full error > >|/bidev/bihome/webserver/ssl/openssl-0.9.6c>make >+ rm -f libcrypto.so.0 >+ rm -f libcrypto.so >+ rm -f libcrypto.so.0.9.6 >+ rm -f libssl.so.0 >+ rm -f lib

RE: error while executing make command

2009-04-23 Thread Neerav Singh
Hi all Sorry! Please check the full error |/bidev/bihome/webserver/ssl/openssl-0.9.6c>make + rm -f libcrypto.so.0 + rm -f libcrypto.so + rm -f libcrypto.so.0.9.6 + rm -f libssl.so.0 + rm -f libssl.so + rm -f libssl.so.0.9.6 making all in crypto... make[1]: Entering directory `/bidev/bihome/webser

RE: error while executing make command

2009-04-23 Thread Neerav Singh
Hi Guys was able to install the package but now I have run into another problem I am getting the below error when I execute the make command "ebcdic.c", line 217: warning: empty translation unit I found some where that "make update" would help but it did not in my case. Please help Thanks