RE: Working with RSA Public Key in a local char []

2005-10-11 Thread Frédéric Donnat
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:

[ANNOUNCE] OpenSSL version 0.9.8a and 0.9.7h released

2005-10-11 Thread Mark J Cox
-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

problem using FTP over SSL

2005-10-11 Thread ELLERT Alexandre
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

Re: problem using FTP over SSL

2005-10-11 Thread Richard Koenning
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

Binary compatibility between 0.9.7g and 0.9.7h?

2005-10-11 Thread Andreas Haumer
-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

RE: Generating AES Keys using command line

2005-10-11 Thread Adam Jones
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

Re: Binary compatibility between 0.9.7g and 0.9.7h?

2005-10-11 Thread Jorey Bump
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

Re: Binary compatibility between 0.9.7g and 0.9.7h?

2005-10-11 Thread Andreas Haumer
-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

Re: Binary compatibility between 0.9.7g and 0.9.7h?

2005-10-11 Thread Dawn Keenan
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.7h

Re: Binary compatibility between 0.9.7g and 0.9.7h?

2005-10-11 Thread Thomas J. Hruska
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

base64 encoding of AES Keys

2005-10-11 Thread Adam Jones
I have two 128 bit keysgenerated by openssl rand. Does openssl provide a way to BASE64 encode those keys?

RE: Binary compatibility between 0.9.7g and 0.9.7h?

2005-10-11 Thread David Schwartz
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

Re: base64 encoding of AES Keys

2005-10-11 Thread Joseph Oreste Bruni
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

Re: Binary compatibility between 0.9.7g and 0.9.7h?

2005-10-11 Thread Andy Polyakov
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

Re: Binary compatibility between 0.9.7g and 0.9.7h?

2005-10-11 Thread Richard Levitte - VMS Whacker
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 shared library!

Re: Binary compatibility between 0.9.7g and 0.9.7h?

2005-10-11 Thread Richard Levitte - VMS Whacker
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 Andy's

Re: Binary compatibility between 0.9.7g and 0.9.7h?

2005-10-11 Thread Matthias Buecher / Germany
-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

Re: Binary compatibility between 0.9.7g and 0.9.7h?

2005-10-11 Thread Andy Polyakov
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

Re: Binary compatibility between 0.9.7g and 0.9.7h?

2005-10-11 Thread Richard Levitte - VMS Whacker
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

RE: base64 encoding of AES Keys

2005-10-11 Thread Adam Jones
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

Re: base64 encoding of AES Keys

2005-10-11 Thread Joseph Oreste Bruni
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

RE: base64 encoding of AES Keys

2005-10-11 Thread Adam Jones
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