summaryrefslogtreecommitdiff
path: root/openid/association.py
Commit message (Expand)AuthorAgeFilesLines
...
* [project @ Give a nicer error message when an unsupported association type is...Josh Hoyt2005-11-031-2/+3
* [project @ Move kvform to its own module]Josh Hoyt2005-11-031-5/+7
* [project @ Allow passing a timestamp to getExpiresIn]Josh Hoyt2005-11-031-2/+5
* [project @ Updated filestore to hold multiple associations for a single URL]Josh Hoyt2005-11-031-8/+15
* [project @ Fix reference to base64 in cryptutil]Josh Hoyt2005-11-021-1/+1
* [project @ Move signature stuff to association methods]Josh Hoyt2005-11-021-0/+31
* [project @ Move openid.consumer.stores.ConsumerAssociation to openid.associat...Josh Hoyt2005-11-021-0/+209
* [project @ Whoa. Everything works. I think.]tailor2005-10-281-216/+0
* [project @ Remove unnecessary coercions in Association classes]tailor2005-09-271-6/+6
* [project @ Added docstr for ConsumerAssociation class]tailor2005-09-271-0/+3
* [project @ Added docstr for Association class]tailor2005-09-271-0/+5
* [project @ Renamed handle to assoc_handle in lookup call]tailor2005-07-211-1/+1
* [project @ Big API change, both server and consumer.]tailor2005-07-211-9/+40
* [project @ Documentation change]tailor2005-07-181-1/+1
* [project @ Made DiffieHellmanAssociator not crash if no expires_in field is f...tailor2005-07-131-1/+1
* [project @ Fix some bugs in the consumer code.]tailor2005-07-131-7/+3
* [project @ Megapatch, for getting rid of time-oriented code. Examples updated.]tailor2005-07-121-42/+18
* [project @ Made imports explicit in association.py]tailor2005-07-051-3/+7
* [project @ Added an AssociationManager class for type simplification]tailor2005-07-051-5/+25
* [project @ Created DiffieHellman Object]Grant Monroe2005-07-051-8/+8
* [project @ formatting]tailor2005-07-051-2/+0
* [project @ Un-base64 mac key when DH is not used]tailor2005-07-051-1/+1
* [project @ Allow consumers to specify source of randomness]tailor2005-07-051-3/+3
* [project @ Make DiffieHelmanAssociator use cryptographic-quality source of ra...tailor2005-07-051-1/+2
* [project @ moved lib into openid dir]tailor2005-06-301-0/+182