ajones wrote:
>What plans do you have for security in this? I would think that in
>order to trust this over the network you would at least need a
>certificate identifying the server as well as some method of verifying
>package contents.
>
>Either way, cool stuff.
>
>
>
I think this is an interes
ajones wrote:
>What plans do you have for security in this? I would think that in
>order to trust this over the network you would at least need a
>certificate identifying the server as well as some method of verifying
>package contents.
>
>Either way, cool stuff.
>
>
>
I'm currently fighting wit
What plans do you have for security in this? I would think that in
order to trust this over the network you would at least need a
certificate identifying the server as well as some method of verifying
package contents.
Either way, cool stuff.
--
http://mail.python.org/mailman/listinfo/python-lis
Sorry for the duplicate, I had some postfix issues.
cheers,
jure
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
as title implies, I wrote a simple module that allows importing modules
or even packages via http, conceptually similar to zipimport (of which I
learned about during the process of writing urlimport, and found it very
useful).
The module is fresh new as it was written today, and tested onl
Hi,
as title implies, I wrote a simple module that allows importing modules
or even packages via http, conceptually similar to zipimport (of which I
learned about during the process of writing urlimport, and found it very
useful).
The module is fresh new as it was written today, and tested onl