Re: how to test start tls?

2004-07-19 Thread Ng Pheng Siong
On Mon, Jul 19, 2004 at 04:54:25PM -0300, Andreas wrote: > With the openssl command line tool, is there a way to test a start tls > operation? START_TLS is usually added as one or more verbs to the underlying protocol; e.g., in FTP/TLS, the verbs are "AUTH TLS", "PROT P", "PROT C", etc. and are se

Re: Error in PBE (PKCS5)program

2004-07-19 Thread Dr. Stephen Henson
On Mon, Jul 19, 2004, Joe smith wrote: > My fault Dr. Henson. The segmentation fault exists in the statement: > err = EVP_PBE_CipherInit (alg->algorithm, passwd, strlen(passwd), > alg->parameter, &ctx, 1); > > Once again the code is a shortened version of the actual encrypt/decrypt > code. >

Re: Error in PBE (PKCS5)program

2004-07-19 Thread Joe smith
My fault Dr. Henson. The segmentation fault exists in the   statement:     err = EVP_PBE_CipherInit (alg->algorithm, passwd, strlen(passwd), alg->parameter, &ctx, 1); Once again the code is a shortened version of the actual encrypt/decrypt code. int main() { EVP_CIPHER_CTX ctx;

Re: Error in PBE (PKCS5)program

2004-07-19 Thread Dr. Stephen Henson
On Mon, Jul 19, 2004, Joe smith wrote: > Hi, > I tried modifying the code and now I get a segmentation fault on this line: > > err = EVP_CipherUpdate (&ctx, enc_buff, &bytes_enc, message, strlen(message)); > [code snipped] Hard to say since the call to EVP_CipherUpdate() isn't included. If enc

Re: Error in PBE (PKCS5)program

2004-07-19 Thread Joe smith
Hi, I tried modifying the code and now I get a segmentation fault on this line: err = EVP_CipherUpdate (&ctx, enc_buff, &bytes_enc, message, strlen(message)); Here is the code: #include #include #include #include #include int main() { EVP_CIPHER_CTX ctx; X509_ALGOR *alg=NULL; unsigned char *p

Re: Compiling for athlon

2004-07-19 Thread Marco Roeland
On Monday July 19th 2004 Paulo Neves wrote: > I'm trying to compile openssl-0.9.7d for athlon. > After "./config shared" I edit Makefile to replace -m486 for -march=athlon here: > > ... > cc1: bad value (athlon) for -march= switch > > How can I compile for athlon? > > gcc -v > gcc version 2.95

OpenSSL 0.9.7d AIX 64-bit builds fail

2004-07-19 Thread d . mclellan
My apologies to the list about the empty posted message I accidently sent earlier. Forgive my fat fingers! I'm am in the process of upgrading to to OpenSSL 0.9.7d.  Previously I posted a question about an openssl failure during SSL_connect/accept sequence in 64-bit mode -- decryption failed or ba

[no subject]

2004-07-19 Thread d . mclellan
--Dave McLellan 14 Musket Lane Sudbury MA 01776-1721 (978) 443-0297

how to test start tls?

2004-07-19 Thread Andreas
With the openssl command line tool, is there a way to test a start tls operation? __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated L

remove

2004-07-19 Thread Tony Nikolovski
remove

remove

2004-07-19 Thread R Ayres
remove -- ___Sign-up for Ads Free at Mail.com http://www.mail.com/?sr=signup __ OpenSSL Project http://www.openssl.org User Support Mailing

Re: installation blues

2004-07-19 Thread Paul L. Allen
Charles T. Dillard wrote: I installed openssl 0.9.7d on my Mandrake 2.4.21-0.13mdk with no apparent errors.(The only ./Configure argument was linux-elf.) Two questions: When I type openssl command at the prompt where command is cipher or rsa or any command argument, I get "command not found" Ther

Re: SSL_accept core dumps..

2004-07-19 Thread Ganesh Godavari
hello, sesssion handling functions must be called before SSL_accept. make sure to flush sessions (SSL_CTX_flush_sessions) before calling routines for session handling (SSL_CTX_sess_set_new_cb, SSL_CTX_sess_set_get_cb,SSL_CTX_sess_set_remove_cb). Also try cleaning up the structures before SSL_acc

installation blues

2004-07-19 Thread Charles T. Dillard
I installed openssl 0.9.7d on my Mandrake 2.4.21-0.13mdk with no apparent errors.(The only ./Configure argument was linux-elf.) Two questions: When I type openssl command at the prompt where command is cipher or rsa or any command argument, I get "command not found" There is no /usr/bin/openss

Compiling for athlon

2004-07-19 Thread Paulo Neves
Hi, I'm trying to compile openssl-0.9.7d for athlon. After "./config shared" I edit Makefile to replace -m486 for -march=athlon here: CFLAG= -fPIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5_

Re: X.509 certificates invalid certiifcates.

2004-07-19 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Mon, 19 Jul 2004 13:27:12 +0200, "Dr. Stephen Henson" <[EMAIL PROTECTED]> said: steve> On Mon, Jul 19, 2004, Richard Levitte - VMS Whacker wrote: steve> steve> > Since you're doing this by programming: steve> > steve> > - You get the validity limits, using the

Re: Openssl 0.9.7 and Sendmail 8.13.0

2004-07-19 Thread George Theall
On Mon, Jul 19, 2004 at 07:58:07AM -0600, The Doctor wrote: > On Mon, Jul 19, 2004 at 09:25:44AM -0400, George Theall wrote: > > On Sun, Jul 18, 2004 at 08:35:48PM -0600, The Doctor wrote: > > > On Sun, Jul 18, 2004 at 09:02:22PM -0400, George Theall wrote: > > > > On Sun, Jul 18, 2004 at 03:18:48P

Re: compilation of openssl-0.9.6b and TLS wrong version number problem

2004-07-19 Thread Richard Koenning
Lara Adianto wrote: I actually used openssl-0.9.6i, it compiled perfectly and can link with openldap properly. But when I tested the TLS connection with the server, it threw me : - TLS trace: SSL_accept:before/accept initialization TLS trace:

Re: Openssl 0.9.7 and Sendmail 8.13.0

2004-07-19 Thread The Doctor
On Mon, Jul 19, 2004 at 09:25:44AM -0400, George Theall wrote: > On Sun, Jul 18, 2004 at 08:35:48PM -0600, The Doctor wrote: > > On Sun, Jul 18, 2004 at 09:02:22PM -0400, George Theall wrote: > > > On Sun, Jul 18, 2004 at 03:18:48PM -0600, The Doctor wrote: > > > > On Sun, Jul 18, 2004 at 04:50:49P

Re: Openssl 0.9.7 and Sendmail 8.13.0

2004-07-19 Thread George Theall
On Sun, Jul 18, 2004 at 08:35:48PM -0600, The Doctor wrote: > On Sun, Jul 18, 2004 at 09:02:22PM -0400, George Theall wrote: > > On Sun, Jul 18, 2004 at 03:18:48PM -0600, The Doctor wrote: > > > On Sun, Jul 18, 2004 at 04:50:49PM -0400, George Theall wrote: > > > > > > > > Check whether there's a

compilation of openssl-0.9.6b and TLS wrong version number problem

2004-07-19 Thread Lara Adianto
hello, I encountered an error when compiling openssl-0.9.6b as a shared library in solaris 8. I know that it's quite an old version, but I need to use that version since the server it wants to talk to uses version 0.9.6b. I followed the instructions in: http://www.bolthole.com/solaris/LDAP.html B

RE: X.509 certificates invalid certiifcates.

2004-07-19 Thread sakthi.subramaniam
Thanks for ur help. >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of Dr. >Stephen Henson >Sent: Monday, July 19, 2004 4:57 PM >To: [EMAIL PROTECTED] >Subject: Re: X.509 certificates invalid certiifcates. > > >On Mon, Jul 19, 2004, Richard Levitte - VMS

Re: X.509 certificates invalid certiifcates.

2004-07-19 Thread Dr. Stephen Henson
On Mon, Jul 19, 2004, Richard Levitte - VMS Whacker wrote: > In message <[EMAIL PROTECTED]> on Mon, 19 Jul 2004 09:51:35 +0530, <[EMAIL > PROTECTED]> said: > > sakthi.subramaniam> > sakthi.subramaniam> >Its not clear what you want to do from this 30/31 years > business. > sakthi.subramaniam> T