[Twisted-Python] Authentication with multiple handshakes

Alvin Wang alvinwang at gmail.com
Thu Dec 21 02:45:07 EST 2006


On 12/20/06, Eric Mangold <teratorn at twistedmatrix.com> wrote:
>
> On Wed, 20 Dec 2006 22:45:45 -0600, Alvin Wang <alvinwang at gmail.com>
> wrote:
>
> > http://twistedmatrix.com/projects/core/documentation/howto/pb-cred.html
> >
> > The documentation above says that credentials should be able to do
> > authentication with multiple passes.  However, I have not been able to
> > find
> > any examples of it.
> >
> > As an alternative, I was going to implement a user object with state
> that
> > determined what it was able to do.  I could force the client to conduct
> > multiple challenge responses to achieve the logged in state.
> >
> > I figured it would be better to ask the mail list for the proper way to
> > do
> > it first.
> >
> > Thanks
>
> Excuse me if I'm being dense, but what are you trying to do exactly?
>
> --
> Eric Mangold
> Twisted/Win32 Co-Maintainer
>
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>

P2P application
Client logs onto server with Publickey
Since the server does not necessarily have the same IP address, I also want
to authenticate the server's PK also.

Thanks
-- 
Alvin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-python/attachments/20061220/27a58e1c/attachment.htm 


More information about the Twisted-Python mailing list