summaryrefslogtreecommitdiff
path: root/openid/dh.py
Commit message (Expand)AuthorAgeFilesLines
* Make DiffieHellman.get_shared_secret privateVlastimil Zíma2018-07-111-5/+5
* Fix #13 - Base64 based API for Diffie-HellmanVlastimil Zíma2018-07-111-8/+13
* Use base64 encoded Diffie-Hellman modulus and generatorVlastimil Zíma2018-07-111-4/+25
* Use cryptography for hash algorithms in DHVlastimil Zíma2018-06-251-0/+20
* Fix DH MAC secret computationsVlastimil Zíma2018-06-081-0/+5
* Use cryptography for DH key exchangeVlastimil Zíma2018-05-231-5/+21
* Use cryptography for DH keysVlastimil Zíma2018-05-231-6/+23
* Use cryptography for DH parametersVlastimil Zíma2018-05-231-10/+27
* Move default DH constantsVlastimil Zíma2018-05-231-9/+4
* Refactor bytes <-> int conversionsVlastimil Zíma2018-05-221-1/+1
* Use long depending on python versionVlastimil Zíma2018-05-111-2/+8
* Update strings in cryptography and utilities APIVlastimil Zíma2018-05-111-1/+10
* Remove disliked functions - map, filter and reduceVlastimil Zíma2018-03-071-1/+1
* Use common decorators as suchVlastimil Zíma2018-02-021-2/+1
* Pepify and add flake8Vlastimil Zíma2017-11-291-4/+12
* Clean imports by isortVlastimil Zíma2017-11-221-2/+2
* [project @ Added support for HMAC-SHA256 and DH-SHA256 in the consumer]Josh Hoyt2006-07-201-3/+3
* [project @ Abstract out association session types]Josh Hoyt2006-04-261-27/+13
* [project @ Add method to dh object to check if it's using the OpenID default ...Josh Hoyt2006-04-181-0/+4
* [project @ Make diffie-hellman object complain if you try to give it modulus ...Josh Hoyt2006-04-111-0/+12
* [project @ Alter dh.py to allow for more thorough testing]tailor2005-12-141-1/+5
* [project @ Change the name of the attributes of the Diffie-Hellman object and...Josh Hoyt2005-11-231-17/+18
* [project @ Move diffie-hellman secret XOR code to dh.py]Josh Hoyt2005-11-031-3/+4
* [project @ Re-organize cryptutil]Josh Hoyt2005-10-181-1/+1
* [project @ Moved crypto-related functions to cryptrand.py, and made library c...Josh Hoyt2005-10-171-5/+4
* [project @ Make the simple.cgi example work.]tailor2005-10-041-2/+4
* [project @ Convert to using one SystemRandom object instead of passing the in...Josh Hoyt2005-10-041-4/+4
* [project @ Added dh.py]tailor2005-10-041-0/+33