Re: [Zope3-dev] Removing SSL/SSH-Keys from Skeleton

2006-12-20 Thread Michael Kerrin
Hi Christian,

On Monday 18 December 2006 21:32, Christian Theune wrote:
 Michael Kerrin wrote:
  Suppose I could merge some of the changes that from that branch to get
  rid of ssh_* and sftp code which should be independent of any twisted
  upgrade. Then a SSL cleanup is also independent of an upgrade, come to
  think about it.

 Did you have any chance to look into this?
I am doing this now. Really sorry about the delay.

 I also guess that the twisted upgrade could be documented on the road
 map for Zope 3.4 so everybody knows that this is currently happening and
 maybe someone wants to join you. Want to put a short page in there?
Good point, I will do this now.

Thanks,
Michael

-- 
Michael Kerrin

55 Fitzwilliam Sq.,
Dublin 2.

Tel: 087 688 3894
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Removing SSL/SSH-Keys from Skeleton

2006-12-20 Thread Christian Theune
Hi,

Michael Kerrin wrote:
 On Monday 18 December 2006 21:32, Christian Theune wrote:
 Michael Kerrin wrote:
 Suppose I could merge some of the changes that from that branch to get
 rid of ssh_* and sftp code which should be independent of any twisted
 upgrade. Then a SSL cleanup is also independent of an upgrade, come to
 think about it.
 Did you have any chance to look into this?
 I am doing this now. Really sorry about the delay.

Don't worry, I'm not trying to annoy people or make someone feel sorry.
I know that sometimes those things sometimes just get lost somehow and
just want to check that things stay on the radar in general. Don't feel
sorry. I'm happy that you're contributing!

 I also guess that the twisted upgrade could be documented on the road
 map for Zope 3.4 so everybody knows that this is currently happening and
 maybe someone wants to join you. Want to put a short page in there?
 Good point, I will do this now.

BTW: I did a quick check on the SSL/SSH keys and didn't find any test
cases break, just for you to know.

Christian

-- 
gocept gmbh  co. kg - forsterstraße 29 - 06112 halle/saale - germany
www.gocept.com - [EMAIL PROTECTED] - phone +49 345 122 9889 7 -
fax +49 345 122 9889 1 - zope and plone consulting and development




signature.asc
Description: OpenPGP digital signature
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Removing SSL/SSH-Keys from Skeleton

2006-12-18 Thread Christian Theune
Hey Michael,

Michael Kerrin wrote:
 Suppose I could merge some of the changes that from that branch to get 
 rid of ssh_* and sftp code which should be independent of any twisted 
 upgrade. Then a SSL cleanup is also independent of an upgrade, come to 
 think about it.

Did you have any chance to look into this?

I also guess that the twisted upgrade could be documented on the road
map for Zope 3.4 so everybody knows that this is currently happening and
maybe someone wants to join you. Want to put a short page in there?

Christian

-- 
gocept gmbh  co. kg - forsterstraße 29 - 06112 halle/saale - germany
www.gocept.com - [EMAIL PROTECTED] - phone +49 345 122 9889 7 -
fax +49 345 122 9889 1 - zope and plone consulting and development




signature.asc
Description: OpenPGP digital signature
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Removing SSL/SSH-Keys from Skeleton

2006-12-07 Thread Michael Kerrin

Hi,

Jim Fulton wrote:


On Dec 7, 2006, at 2:58 AM, Christian Theune wrote:


Hi,

didn't we say at some point in time that we wanted to remove the SSH/SSL
keys that we deliver by with Zope 3?

In zopeskel/etc there are still server.pem and ssh_host_rsa_key as well
as in the root of the trunk.

Is there any reason not to remove them from there?


Nope, and every reason to remove them.  It would also be good for
someone to check whether there are any tests for the SSL support.
If not, I'd like to see that SW go too.
As part of the Twisted upgrade that I still have to complete, I have 
removed all the ssh_* files along with the broken sftp code in the 
mkerrin-twisted-upgrade branch.


I can also check the SSL support as part of this work too, I am just not 
sure when I will get this finished.


Michael

___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Removing SSL/SSH-Keys from Skeleton

2006-12-07 Thread Jim Fulton


On Dec 7, 2006, at 2:00 PM, Michael Kerrin wrote:


Hi,

Jim Fulton wrote:


On Dec 7, 2006, at 2:58 AM, Christian Theune wrote:


Hi,

didn't we say at some point in time that we wanted to remove the  
SSH/SSL

keys that we deliver by with Zope 3?

In zopeskel/etc there are still server.pem and ssh_host_rsa_key  
as well

as in the root of the trunk.

Is there any reason not to remove them from there?


Nope, and every reason to remove them.  It would also be good for
someone to check whether there are any tests for the SSL support.
If not, I'd like to see that SW go too.
As part of the Twisted upgrade that I still have to complete, I  
have removed all the ssh_* files along with the broken sftp code in  
the mkerrin-twisted-upgrade branch.


I can also check the SSL support as part of this work too, I am  
just not sure when I will get this finished.


It would be good to remove the key files from the trunk sooner rather  
than later, as well

as any ssl code that we know we don't have tests for.

Jim

--
Jim Fulton  mailto:[EMAIL PROTECTED]Python 
Powered!
CTO (540) 361-1714  
http://www.python.org
Zope Corporationhttp://www.zope.com http://www.zope.org



___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Removing SSL/SSH-Keys from Skeleton

2006-12-07 Thread Michael Kerrin

Jim Fulton wrote:


On Dec 7, 2006, at 2:00 PM, Michael Kerrin wrote:


Hi,

Jim Fulton wrote:


On Dec 7, 2006, at 2:58 AM, Christian Theune wrote:


Hi,

didn't we say at some point in time that we wanted to remove the 
SSH/SSL

keys that we deliver by with Zope 3?

In zopeskel/etc there are still server.pem and ssh_host_rsa_key as 
well

as in the root of the trunk.

Is there any reason not to remove them from there?


Nope, and every reason to remove them.  It would also be good for
someone to check whether there are any tests for the SSL support.
If not, I'd like to see that SW go too.
As part of the Twisted upgrade that I still have to complete, I have 
removed all the ssh_* files along with the broken sftp code in the 
mkerrin-twisted-upgrade branch.


I can also check the SSL support as part of this work too, I am just 
not sure when I will get this finished.


It would be good to remove the key files from the trunk sooner rather 
than later, as well

as any ssl code that we know we don't have tests for.
Suppose I could merge some of the changes that from that branch to get 
rid of ssh_* and sftp code which should be independent of any twisted 
upgrade. Then a SSL cleanup is also independent of an upgrade, come to 
think about it.


Michael
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com