Home | History | Annotate | Download | only in python2.7

Lines Matching refs:authentication

15 deals with digest authentication.
58 # set up authentication info
67 # build a new opener that adds authentication and caching FTP handlers
79 # If an authentication error handler that tries to perform
80 # authentication for some reason but fails, how should the error be
290 # useful for something like authentication
933 # Digest authentication is specified in RFC 2617.
935 # XXX The client does not inspect the Authentication-Info header
988 # authentication, and to provide some message integrity protection.
1073 """An authentication protocol defined by RFC 2069
1075 Digest authentication improves on basic authentication because it