eftsung / pygr

Automatically exported from code.google.com/p/pygr
0 stars 0 forks source link

add SSL XMLRPC client and server support #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This is needed for managing pygr.Data XMLRPC servers remotely in a secure
fashion.

Original issue reported on code.google.com by cjlee...@gmail.com on 11 Sep 2008 at 4:21

GoogleCodeExporter commented 8 years ago
A number of design decisions have to be made regarding the SSL server (for 
example: 
should it offer authentication and integrity protection or just encryption, 
should 
it be multithreaded or not, how resource locking should be handled (even in the 
single-threaded case, as multiple server processes can be made to use the same 
data 
back-ends), whether we should have two separate servers for plain-text and 
encrypted 
connections, ...). Many of these decisions depend on what exactly is to be 
provided 
by the management interface - and at the same time, there are presently no 
clearly-
specified requirements for the latter! It would therefore likely make sense to 
implement the management interface first and SSL support afterwards.

Original comment by mare...@gmail.com on 24 Mar 2009 at 1:53

GoogleCodeExporter commented 8 years ago

Original comment by mare...@gmail.com on 27 Mar 2009 at 12:54