summaryrefslogtreecommitdiff
path: root/openid/association.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #29 - Fix assoc type as bytes in AssociationVlastimil Zíma2019-06-171-2/+2
* Use cryptography for HMACVlastimil Zíma2018-06-251-6/+13
* Use cryptography for signature comparisonVlastimil Zíma2018-05-171-1/+2
* Prefer stronger association methodsVlastimil Zíma2018-05-161-5/+5
* Drop condition for SHA256 availabilityVlastimil Zíma2018-05-151-26/+11
* Transform Association API to text stringsVlastimil Zíma2018-05-111-40/+39
* Transform key-value form API to text stringsVlastimil Zíma2018-05-111-2/+2
* Use common decorators as suchVlastimil Zíma2018-02-021-4/+2
* Pepify and add flake8Vlastimil Zíma2017-11-291-24/+24
* Clean imports by isortVlastimil Zíma2017-11-221-3/+1
* Fix timing attack against signature comparisonCarl Howells2010-07-201-1/+1
* whitespaceCarl Howells2010-07-201-1/+1
* [project @ Make setAllowedTypes make sure that the association types and sess...http://j3h.us/2007-11-051-1/+1
* [project @ Documentation for openid.association negotiator stuff]Josh Hoyt2007-03-261-1/+76
* [project @ Fix SessionNegotiator: unavailable session types properly handled]tailor2007-01-121-3/+6
* [project @ Make SessionNegotiator.getAllowedType() clearer]tailor2006-12-211-5/+6
* [project @ FIX #1367: Remove SIGNALL associations]Josh Hoyt2006-11-171-53/+13
* [project @ association.Association.{get,check}MessageSignature: document that...Kevin Turner2006-08-311-4/+15
* [project @ association.Association._makePairsSignAll: openid.sig isn't a sign...Kevin Turner2006-08-311-1/+5
* [project @ association.Association: add __repr__]Kevin Turner2006-08-311-0/+7
* [project @ association.Association.signMessage: document return value]Kevin Turner2006-08-311-2/+3
* [project @ association.Association.signMessage: don't put signed list on sign...Kevin Turner2006-08-311-4/+6
* [project @ association.Association.sign: add mac definition for HMAC-SHA1-SIG...Kevin Turner2006-08-311-6/+12
* [project @ association.Association.__init__: set .sign_all according to assoc...Kevin Turner2006-08-301-3/+16
* [project @ association.Association._makePairsSignAll: added]Kevin Turner2006-08-301-0/+1
* [project @ association.Association.signDict: method removed, use getMessageSi...Kevin Turner2006-08-301-22/+2
* [project @ association.Association._makePairs: factored out from getMessageSi...Kevin Turner2006-08-301-9/+22
* [project @ association: add HMAC-SHA1-SIGNALL to list of recognized associati...Kevin Turner2006-08-281-8/+19
* [project @ association: test-case-name]Kevin Turner2006-08-281-0/+1
* [project @ association: HMAC-SHA256 is HMAC-SHA256-SIGNALL]Kevin Turner2006-08-281-7/+7
* [project @ association.Association.sign_all: add new boolean attribute]Kevin Turner2006-08-261-0/+5
* [project @ association.Association.addSignature: remove unused method]Kevin Turner2006-08-261-6/+0
* [project @ Association.checkSignature: remove unused method]Kevin Turner2006-08-251-11/+0
* [project @ Fix implementation of association message signing]Josh Hoyt2006-08-241-3/+9
* [project @ Move signature checking logic into association]Josh Hoyt2006-08-241-0/+40
* [project @ Make the negotiator that the server or consumer gets a *copy* of t...Josh Hoyt2006-08-021-0/+3
* [project @ Added support for HMAC-SHA256 and DH-SHA256 in the consumer]Josh Hoyt2006-07-201-3/+17
* [project @ make Association support HMAC-SHA1 and HMAC-SHA256]Josh Hoyt2006-07-201-21/+36
* [project @ plaintext->no-encryption and add association session negotiator]Josh Hoyt2006-07-181-0/+79
* [project @ Whitespace]Josh Hoyt2006-04-261-1/+1
* [project @ fix #932 by using a default value of '']tailor2006-04-201-1/+1
* [project @ Doc cleanup]tailor2005-12-071-1/+1
* [project @ Add checkSignature method to Association object]Josh Hoyt2005-11-231-0/+14
* [project @ more doc fixups]tailor2005-11-171-0/+5
* [project @ change openid.stores package to openid.store]tailor2005-11-171-3/+4
* [project @ Add a method that will add the signature to the dictionary passed ...Josh Hoyt2005-11-091-0/+6
* [project @ whitespace cleanup]tailor2005-11-081-3/+3
* [project @ Doc formatting]tailor2005-11-081-8/+50
* [project @ Make server code work with new store design.]tailor2005-11-051-4/+4
* [project @ Make Association.__eq__ check types]Josh Hoyt2005-11-031-2/+2