Hello,
I'm new to openssl and stunnel.
I tired following http://www.securityfocus.com/infocus/1677 this web
page, and I could not get it to work. The stunnel program would crash
/ disappear. I have the logs and such, but I'm positive that I'm
doing something wrong.
First, are the directions on
Thanks! I did see that function in BIO. Didn't know if that
was the only one. BTW, I do have the book. Thanks Again!
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Joseph Oreste
BruniSent: Tuesday, October 11, 2005 4:00 PMTo:
openssl-users@openssl.orgSubject: Re: base64 enc
The easiest way to do this would be to use a "base64" BIO as a data filter.At this point I would highly recommend this book:http://www.opensslbook.com/-JoePS: My earlier comment about depleting entropy was entirely facetious. :)On Oct 11, 2005, at 1:50 PM, Adam Jones wrote: Thanks! I have been loo
Thanks! I have been looking to see if there is a function
call to do this in code. Are you aware of any?
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Joseph Oreste
BruniSent: Tuesday, October 11, 2005 12:46 PMTo:
openssl-users@openssl.orgSubject: Re: base64 encoding of AE
In message <[EMAIL PROTECTED]> on Tue, 11 Oct 2005 22:08:35 +0200, "Matthias
Buecher / Germany" <[EMAIL PROTECTED]> said:
maddes.b> Do I have to apply this to 0.9.8a too?
No, this is a 0.9.7h issue only.
Cheers,
Richard
-
Please consider sponsoring my work on free software.
See http://www.
Do I have to apply this to 0.9.8a too?
NO. A.
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Do I have to apply this to 0.9.8a too?
Matthias "Maddes" Bücher
On 11.10.2005 21:53, Richard Levitte - VMS Whacker wrote:
> Correct analysis.
>
> What's happened is that the FIPS functions for SHA224, SHA256,
> SHA384 and SHA512 were added. They r
In message <[EMAIL PROTECTED]> on Tue, 11 Oct 2005 21:53:23 +0200 (CEST),
Richard Levitte - VMS Whacker <[EMAIL PROTECTED]> said:
levitte> The patch to correct the problem is quite easy, though, and
levitte> you can find it attached to this letter.
That patch isn't enough, apparently. Follow An
In message <[EMAIL PROTECTED]> on Tue, 11 Oct 2005 10:22:00 -0700, "David
Schwartz" <[EMAIL PROTECTED]> said:
davids> > I just tried to upgrade from openssl-0.9.7g to 0.9.7h
davids> > and noticed that my openssh-4.2p1 server and clients now
davids> > crash with segfault with the new openssl share
I just tried to upgrade from openssl-0.9.7g to 0.9.7h
and noticed that my openssh-4.2p1 server and clients now
crash with segfault with the new openssl shared library!
I tested this on two installations and both had this problem.
We discovered similar problems caused by a change in the s
You can encode any data in base64 using the openssl "enc" command. Suppose I have a file named "hello" that contains the text "hello world". The command$ openssl enc -base64 -in hello -out hello.b64will encode the file and output the data to "hello.b64". Check the man pages for the "enc" command to
> I just tried to upgrade from openssl-0.9.7g to 0.9.7h
> and noticed that my openssh-4.2p1 server and clients now
> crash with segfault with the new openssl shared library!
> I tested this on two installations and both had this problem.
We discovered similar problems caused by a change i
I have two 128
bit keys generated by openssl rand. Does openssl provide a way to BASE64
encode those keys?
Dawn Keenan wrote:
I just tried to upgrade from openssl-0.9.7g to 0.9.7h
and noticed that my openssh-4.2p1 server and clients now
crash with segfault with the new openssl shared library!
I tested this on two installations and both had this problem.
We are experiencing the same problem with the
> I just tried to upgrade from openssl-0.9.7g to 0.9.7h
> and noticed that my openssh-4.2p1 server and clients now
> crash with segfault with the new openssl shared library!
> I tested this on two installations and both had this problem.
We are experiencing the same problem with the 0.9.7g to 0.9.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi!
Jorey Bump schrieb:
[...]
>
> What distribution of Linux are you using? openssl is one of those
> packages you might not want to replace if you want to stay in sync with
> your distribution's security/bugfix updates. In many cases, you should
> i
Andreas Haumer wrote:
I just tried to upgrade from openssl-0.9.7g to 0.9.7h
and noticed that my openssh-4.2p1 server and clients now
crash with segfault with the new openssl shared library!
I tested this on two installations and both had this problem.
Re-compiling the openssh sources against th
Are there better was to generate the key on the command line for AES?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Joseph Oreste Bruni
Sent: Monday, October 10, 2005 4:06 PM
To: openssl-users@openssl.org
Subject: Re: Generating AES Keys using command l
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi!
I just tried to upgrade from openssl-0.9.7g to 0.9.7h
and noticed that my openssh-4.2p1 server and clients now
crash with segfault with the new openssl shared library!
I tested this on two installations and both had this problem.
Re-compiling the
ELLERT Alexandre wrote:
I installed openssl-0.9.8 on my linux FTP server and I also compiled
vsftpd-2.0.3 under RedHat 9 with SSL support (without any errors).
And when I try to connect with FileZilla v2.2.16 under Windows XP I get some
errors:
Commande : AUTH TLS
Réponse : 234 Pr
Hello,
I installed openssl-0.9.8 on my linux FTP server and I
also compiled vsftpd-2.0.3 under RedHat 9 with SSL support (without any errors).
And when I try to connect with FileZilla v2.2.16
under Windows XP I get some errors:
Commande : AUTH TLS
Réponse : 234 Proceed
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
OpenSSL version 0.9.8a and 0.9.7h released
==
OpenSSL - The Open Source toolkit for SSL/TLS
http://www.openssl.org/
The OpenSSL project team is pleased to announce the release of
version 0.9.
Hi,
I should have a look at evp.h file and the d2i_PrivateKey_xxx and
i2d_PublicKey_xxx functions which allow to use DER representation (in a char[]
buffer) of public/private key.
regards,
Fred
-Original Message-
From: guvenma (sent by Nabble.com) [mailto:[EMAIL PROTECTED]
Sent:
23 matches
Mail list logo