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
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.
>
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;
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
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
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
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
--Dave McLellan 14 Musket Lane Sudbury MA 01776-1721 (978) 443-0297
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
remove
--
___Sign-up for Ads Free at Mail.com
http://www.mail.com/?sr=signup
__
OpenSSL Project http://www.openssl.org
User Support Mailing
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
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
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
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_
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
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
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:
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
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
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
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
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
23 matches
Mail list logo