summaryrefslogtreecommitdiff
path: root/openid/server
Commit message (Expand)AuthorAgeFilesLines
* Fix false positive redirect when verifying consumerVlastimil Zíma2019-10-081-1/+1
* Fix isortVlastimil Zíma2019-06-171-0/+1
* Fix new flake8 warningsVlastimil Zíma2018-11-142-10/+6
* Fix #13 - Base64 based API for Diffie-HellmanVlastimil Zíma2018-07-111-13/+26
* Use base64 encoded Diffie-Hellman modulus and generatorVlastimil Zíma2018-07-111-2/+0
* Fix #21 - Update log message levelsVlastimil Zíma2018-06-292-5/+5
* Use cryptography for hash algorithms in DHVlastimil Zíma2018-06-251-5/+14
* Check empty identifiersVlastimil Zíma2018-06-081-2/+2
* Clean other deprecationsVlastimil Zíma2018-05-311-2/+2
* Use cryptography for DH keysVlastimil Zíma2018-05-231-1/+1
* Drop getBytes functionVlastimil Zíma2018-05-161-2/+3
* Fix exception handlingVlastimil Zíma2018-05-111-1/+1
* Use long depending on python versionVlastimil Zíma2018-05-111-1/+1
* Use six for URL utilitiesVlastimil Zíma2018-05-111-2/+1
* Transform remaining API to text stringsVlastimil Zíma2018-05-112-60/+93
* Replace unicode with six.text_typeVlastimil Zíma2018-05-111-1/+3
* Transform key-value form API to text stringsVlastimil Zíma2018-05-111-1/+1
* Clean trustroot moduleVlastimil Zíma2018-04-301-26/+4
* Refactor server request messageVlastimil Zíma2018-02-071-93/+84
* Use common decorators as suchVlastimil Zíma2018-02-022-19/+10
* Pepify and add flake8Vlastimil Zíma2017-11-292-85/+48
* Update loggingVlastimil Zíma2017-11-292-13/+12
* Drop support for Python <2.7Vlastimil Zíma2017-11-291-4/+0
* Clean imports by isortVlastimil Zíma2017-11-222-12/+11
* Add backport for Server encoding classes 4c17264Vlastimil Zíma2017-11-221-4/+23
* Fix missing port on building discovery URL for realm with wildcardVlastimil Zíma2017-11-221-1/+5
* Introduce InvalidNamespace exceptionVlastimil Zíma2017-11-221-1/+7
* Assoc_type is required for protocol 2.0Vlastimil Zíma2017-11-221-1/+9
* Fix bug introduced in ff4a417Vlastimil Zíma2017-11-211-2/+4
* better way to check if message is using openid version 1Rodrigo Primo2013-05-091-3/+3
* url limit is present in openid 1 and not on openid 2Rodrigo Primo2013-04-151-3/+3
* Merge branch 'cdman/use-logging-module'Will Norris2012-08-242-7/+8
|\
| * Changed over to logging module from built-in logging module and updated tests...Attila-Mihaly Balazs2012-06-112-7/+8
* | Merge pull request #31 from justjkk/masterWill Norris2012-08-061-1/+1
|\ \ | |/ |/|
| * Bugfix: Automatically POST the form from OP to RPJ Kishore kumar2012-02-011-1/+1
* | Patch the openid.server.Server class to allow clients to provide signatory, e...julio@yola.com2012-01-171-9/+11
|/
* [project @ server.EncodingError.__str__: fix missing self.]Kevin Turner2008-07-181-1/+1
* [project @ server.CheckIDRequest.answer: respond with claimed_id from the req...Kevin Turner2008-07-181-9/+3
* [project @ CheckIDRequest.answer: normalize request.identity when comparing t...Kevin Turner2008-07-161-4/+16
* [project @ Since we're generating a user_setup_url in openid 2 requests, we'd...tailor2008-07-111-3/+3
* [project @ Use reprs in TrustRoot repr string]tailor2008-07-071-1/+1
* [project @ Require at least one character in authority segment of trustroot]tailor2008-07-071-1/+1
* [project @ TrustRoot.checkSanity: handle trust roots that do not parse gracef...Kevin Turner2008-06-251-1/+5
* [project @ server.trustroot._top_level_domains: updated]Kevin Turner2008-06-251-14/+32
* [project @ openid.server.server.CheckIdRequest: change __str__ to __repr__ fo...tailor2008-06-241-1/+1
* [project @ Signatory.sign: EncodingError takes a response object, add an expl...Kevin Turner2008-04-211-2/+11
* [project @ openid.server.trustroot._parseURL: fail to parse trust roots with ...tailor2008-06-111-1/+1
* [project @ server: add assert in CheckIDRequest.answer]http://mike.glover.myopenid.com2008-06-061-3/+5
* [project @ Deprecate server.CheckIDRequest.namespace and stop using == OPENID...Kevin Turner2008-06-051-17/+28
* [project @ add __all__ to __init__.py files, fixes #138]Kevin Turner2008-05-291-0/+2