Re: Initialization Vectors.

2005-03-26 Thread Layla
Thank you.Nils Larsch <[EMAIL PROTECTED]> wrote: On Thu, Mar 24, 2005, Layla wrote:> Hi,> I'm writing a program which requires the use of encryption/decryption> functions, therefore, I have been using EVP functions for initializing> cipher contexts. I generated keys and initialization vectors for t

Problem building openssl0.9.7f "shared"

2005-03-26 Thread Erik Leunissen
L.S. Building openssl with the "shared" option to config, fails on my Linux system. (The observed problem did not occur when building openssl0.9.7e). I did: ./config shared make The last lines from the output from make (those that I considered relevant) are appended to this posting. I d

Stunnel 4.09 released

2005-03-26 Thread Michal Trojnara
New stunnel 4.09 can be found on my FTP site: ftp://stunnel.mirt.net/stunnel/ Here is the ChangeLog entry: * DLLs for OpenSSL 0.9.7f. * Bugfixes - Compilation problem with undeclarated socklen_t fixed. - TIMEOUTclose is not used when there is any data in the buffers. - Stunnel no longer r

BIGNUM initialization, segmentation fault

2005-03-26 Thread Vishwas
Hi, Please find the devil in following lines. Am initializing few BIGNUMsthe line marked as PROBLEM contains somethingI get segmentation fault on that lineYou might thing "bn4M" is already defined...but its not...if I move "bn4M" definition to somewhere else...its fine with the gccb

Re: d2i_X509_bio & i2d_X509 problem?

2005-03-26 Thread Nils Larsch
Justin Hsiung wrote: Hi, I had a small program as shown below to read a self-signed DER encoded certificate from Linux filesystem and still want to keep it in DER format in "buf". Therefore, I use both "d2i_X509_bio" & "i2d_X509" to achieve this. Unfortunately, I encountered some problems when I

d2i_X509_bio & i2d_X509 problem?

2005-03-26 Thread Justin Hsiung
Hi, I had a small program as shown below to read a self-signed DER encoded certificate from Linux filesystem and still want to keep it in DER format in "buf". Therefore, I use both "d2i_X509_bio" & "i2d_X509" to achieve this. Unfortunately, I encountered some problems when I printed the contents

Re: Solaris 10 x86-64 support?

2005-03-26 Thread Kevin Layer
These changes allow us to build on Solaris 10 Opteron, courtesy of Ahmon Dancy: --- openssl-0.9.7f/ConfigureSat Mar 12 03:28:21 2005 +++ openssl-0.9.7f-dancy/Configure Fri Mar 25 19:23:47 2005 @@ -198,6 +198,7 @@ "solaris-sparcv8-cc","cc:-xarch=v8 -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN

mime parsing

2005-03-26 Thread Elihu Smails
I want to use OpenSSL to parse mail that comes in to my program, but I will not always be guaranteed that the mail will be signed to encrytped. Is there a way for OpenSSL to parse the MIME formatted mail as well as the S/MIME mail? Or do I need to use something like gMIME to parse standard MIME

RE: OpenSSL 0.9.7f released

2005-03-26 Thread Steven Reddie
There will be a CHANGES file inside the distribution. This may also be available on the website, and by browsing CVS via the web. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zhao Sharon-CSC002 Sent: Friday, 25 March 2005 1:17 AM To: 'openssl-users@op

Re: where are these functions in openssl-0.9.7e

2005-03-26 Thread Nils Larsch
Yang, Jie wrote: Hi, all, I am a newbie in openssl world, and reading ssl3_connect code in openssl-0.9.7e. I found some functions are missing like: i2d_ASN1_INTEGER, i2d_DHparams, and d2i_DHparams. However, I can find them in openssl-0.9.6M, and the code can still be built... Am I missing any p