summaryrefslogtreecommitdiff
path: root/openid
Commit message (Expand)AuthorAgeFilesLines
* Fix normalization of non-ASCII query strings on Python 2Colin Watson2020-08-172-2/+16
* Bump version: 3.2rc2 → 3.23.2Vlastimil Zíma2020-07-271-1/+1
* Bump version: 3.2rc1 → 3.2rc2Vlastimil Zíma2020-07-141-1/+1
* Fix isortVlastimil Zíma2020-07-091-2/+3
* Fix urinorm - return plain sub delimiters in path, refs #41Vlastimil Zíma2020-07-022-3/+9
* Fix flake8 complaintsColin Watson2020-06-043-5/+5
* Fix TestRequestsFetcher failuresColin Watson2020-03-021-5/+9
* Quieten some noisy deprecation warnings in testsColin Watson2020-03-021-14/+19
* Bump version: 3.1 → 3.2rc1Vlastimil Zíma2019-10-081-1/+1
* Fix false positive redirect when verifying consumerVlastimil Zíma2019-10-082-1/+21
* Bump version: 3.1rc1 → 3.13.1Vlastimil Zíma2019-07-261-1/+1
* Bump version: 3.0 → 3.1rc1Vlastimil Zíma2019-06-241-1/+1
* Fix flake8 warningsVlastimil Zíma2019-06-173-12/+6
* Fix #29 - Fix assoc type as bytes in AssociationVlastimil Zíma2019-06-172-2/+8
* Fix isortVlastimil Zíma2019-06-177-1/+8
* Fix new flake8 warningsVlastimil Zíma2018-11-1412-51/+23
* Allow str keys in Message under Python 2.7Vlastimil Zíma2018-09-051-1/+0
* Convert data values for extensions to textVlastimil Zíma2018-08-286-18/+66
* Version 3.0 bump3.0Vlastimil Zíma2018-08-141-1/+1
* Version 3.0rc2 bumpVlastimil Zíma2018-08-011-1/+1
* Changelog and version 3.0rc1 bumpVlastimil Zíma2018-07-121-1/+1
* Make DiffieHellman.get_shared_secret privateVlastimil Zíma2018-07-112-8/+8
* Fix #13 - Base64 based API for Diffie-HellmanVlastimil Zíma2018-07-116-73/+82
* Use base64 encoded Diffie-Hellman modulus and generatorVlastimil Zíma2018-07-118-31/+66
* Fix #21 - Update log message levelsVlastimil Zíma2018-06-2911-41/+39
* Use cryptography for HMACVlastimil Zíma2018-06-252-45/+14
* Drop hash utilitiesVlastimil Zíma2018-06-253-25/+9
* Use cryptography for hash algorithms in DHVlastimil Zíma2018-06-256-20/+127
*-. Merge branches 'fix-dh-mac-secret', 'check-empty-identifiers' and 'refactor-a...Vlastimil Zíma2018-06-255-9/+68
|\ \
| | * Check empty identifiersVlastimil Zíma2018-06-082-2/+24
| |/ |/|
| * Fix DH MAC secret computationsVlastimil Zíma2018-06-081-0/+5
| * Add fix_btwoc utility functionVlastimil Zíma2018-06-082-7/+39
|/
* Clean other deprecationsVlastimil Zíma2018-05-314-7/+7
* Clean unclosed file warningsVlastimil Zíma2018-05-315-26/+42
* Clean deprecation for test assertsVlastimil Zíma2018-05-319-28/+32
* Clean up URL encoded messagesVlastimil Zíma2018-05-315-4/+22
* Define return type of getTypeURIsVlastimil Zíma2018-05-311-4/+13
* Capture deprecation warnings in testsVlastimil Zíma2018-05-313-9/+42
* Drop randrange functionVlastimil Zíma2018-05-232-68/+0
* Use cryptography for DH key exchangeVlastimil Zíma2018-05-232-24/+95
* Use cryptography for DH keysVlastimil Zíma2018-05-237-53/+59
* Use cryptography for DH parametersVlastimil Zíma2018-05-232-13/+40
* Move default DH constantsVlastimil Zíma2018-05-232-9/+15
* Refactor bytes <-> int conversionsVlastimil Zíma2018-05-223-44/+62
* Use cryptography for signature comparisonVlastimil Zíma2018-05-172-12/+2
* Drop getBytes functionVlastimil Zíma2018-05-163-39/+4
* Drop randomString functionVlastimil Zíma2018-05-163-27/+5
* Split function for nonce salt generationVlastimil Zíma2018-05-162-5/+34
* Prefer stronger association methodsVlastimil Zíma2018-05-163-24/+23
* Drop condition for SHA256 availabilityVlastimil Zíma2018-05-151-26/+11