Problem porting SSL on VDK OS

2008-02-05 Thread Ajeet kumar.S
Hi All; Thanks to you for your suggestions. I followed your suggestion and removed "ssl/ssl_task.c" and compiled it but I got one problem which is as follows: /*** ***/ "crypto\sha\sha1s.cpp", line 72: cc0020: error: id

Re: Compiling on a Mac

2008-02-05 Thread Joel Christner
Can you share the code that you found, a link to it, or at least a hint as to which search engine you found it on? On Feb 5, 2008 8:01 PM, David Schwartz <[EMAIL PROTECTED]> wrote: > > > > The source for incremental_send isn't in the book anywhere > > that I've seen. > > Well then that explains t

RE: Compiling on a Mac

2008-02-05 Thread David Schwartz
> The source for incremental_send isn't in the book anywhere > that I've seen. Well then that explains the problem. You are calling a function that does not exist. > I'm using the first edition (June 2002). > My code does call incremental_send, > and the code I'm trying to compile is the exampl

Re: Compiling on a Mac

2008-02-05 Thread Joel Christner
Hi David, The source for incremental_send isn't in the book anywhere that I've seen. I'm using the first edition (June 2002). My code does call incremental_send, and the code I'm trying to compile is the example code provided in the book itself (in chapter 6 - see example 6-4). The book provides

Re: Compiling on a Mac

2008-02-05 Thread Kyle Hamilton
on Mac, dynamically-loaded libraries have the extension .dylib, not .so. On Feb 3, 2008, at 11:04 AM, Michael Sierchio wrote: Joel Christner wrote: The issue I'm seeing is when compiling: mac# openssl version OpenSSL 0.9.7l 28 Sep 2006 mac# gcc blowfish.c -o blowfish ... Undefined symbols:

RE: Compiling on a Mac

2008-02-05 Thread David Schwartz
> Ummm, I realize that. I've tried hunting down where the > incremental_send method is and I can't find it anywhere. It's in your book. > Can you give some suggestions on the "rational troubleshooting" > you recommend? Check your source code for references to "incremental_send". You can use "

message decryption error

2008-02-05 Thread cdemel
Hi I am using open ssl verion OpenSSL 0.9.7a Feb 19 2003 and rpm version openssl-0.9.7a-43.8 (on rhel 4 u3 ) I cannot decrypt some of the encrypted messages using open ssl command. i get the below error when trying to decrypt mesages. Error reading S/MIME message 30714:error:0D06B08E:asn1 encod

Re: Compiling on a Mac

2008-02-05 Thread Joel Christner
Ummm, I realize that. I've tried hunting down where the incremental_send method is and I can't find it anywhere. Can you give some suggestions on the "rational troubleshooting" you recommend? I have no idea what the cc4DdydW.o file is, I'm assuming this is being produced by the compiler. Where i

RE: Compiling on a Mac

2008-02-05 Thread David Schwartz
> Hi David, > I'm down to symbol not defined for one item - incremental_send > (and I can't find what file this is supposed to be in). Well, you need to do that. > I re-installed to /usr/include/openssl and used --prefix=/usr/include > and --openssldir=/usr/include/openssl > I'm trying to comp

Fwd: An OpenSSL server with NULL cipher support

2008-02-05 Thread JCA
Oops! The -nocert option in the s_server invocation should not be there. -- Forwarded message -- From: JCA <[EMAIL PROTECTED]> Date: Feb 4, 2008 8:28 AM Subject: Fwd: An OpenSSL server with NULL cipher support To: openssl-users@openssl.org OK, I found it. In case this h

Re: How i can bypass SYS$QIOW()

2008-02-05 Thread Richard Levitte
In message <[EMAIL PROTECTED]> on Tue, 5 Feb 2008 13:35:01 +0530, "Ajeet kumar.S" <[EMAIL PROTECTED]> said: ajeetkumar.s> Hi all; ajeetkumar.s> ajeetkumar.s>I am working on BF-533 Processor(Blackfin Processor, VDK rtos,VDSP4.5 ajeetkumar.s> compiler). ajeetkumar.s> ajeetkumar.s> I am

Re: Unable to verify or decrypt a smime message generated with bouncycastle

2008-02-05 Thread Dr. Stephen Henson
On Tue, Feb 05, 2008, Peter Van Biesen wrote: > yes, I know, but I could get some information about the key with which the > message was encrypted without having to try a decryption ? > The key is identified by the issuer name and serial number of the certificate in PKCS#7. There isn't a funct

Create a X509 certificate with DH parameters and self-signed with RSA

2008-02-05 Thread Matteo P
Hello, I'm trying to create a certificate that include my diffie-hellman parameters and the public value of my RSA key. I will sign the certificate using RSA. My problem is: how can i include the DH parameters? they must stored in an extension field? which functions can help me to do this ? Thank

Which folder and source files required to port for work on SSL

2008-02-05 Thread Ajeet kumar.S
Dear All; I am new user of open ssl.I am trying to port open ssl on VDK RTOS (Which is not VMS OS, Which is RTOS developed by Analog Devices).For porting OPEN SSL I got openssl-0.9.8g from http://www.openssl.org/. I am trying port whole project openssl-0.9.8g but this project having s

RE: How i can bypass SYS$QIOW()

2008-02-05 Thread Mark
Hi Kumar, >I am working on BF-533 Processor(Blackfin Processor, VDK > rtos,VDSP4.5 compiler). > > I am trying to port openssl-0.9.8g on > VDK(BF-533,VDSP4.5).but this is giving some error. > > It is not able to open #include and > #includein ssl_task.c. > > If

Re: Unable to verify or decrypt a smime message generated with bouncycastle

2008-02-05 Thread Peter Van Biesen
yes, I know, but I could get some information about the key with which the message was encrypted without having to try a decryption ? Anyway, I can make due with this solution. Thanks again ! Peter. On Monday 04 February 2008 15:24:22 Victor Duchovni wrote: > On Mon, Feb 04, 2008 at 09:34:00A

How i can bypass SYS$QIOW()

2008-02-05 Thread Ajeet kumar.S
Hi all; I am working on BF-533 Processor(Blackfin Processor, VDK rtos,VDSP4.5 compiler). I am trying to port openssl-0.9.8g on VDK(BF-533,VDSP4.5).but this is giving some error. It is not able to open #include and #include in ssl_task.c. If I comment it this both i