index
:
delta/python-packages/openid.git
master
move-back
github.com: openid/python-openid.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
openid
/
dh.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make DiffieHellman.get_shared_secret private
Vlastimil Zíma
2018-07-11
1
-5
/
+5
*
Fix #13 - Base64 based API for Diffie-Hellman
Vlastimil Zíma
2018-07-11
1
-8
/
+13
*
Use base64 encoded Diffie-Hellman modulus and generator
Vlastimil Zíma
2018-07-11
1
-4
/
+25
*
Use cryptography for hash algorithms in DH
Vlastimil Zíma
2018-06-25
1
-0
/
+20
*
Fix DH MAC secret computations
Vlastimil Zíma
2018-06-08
1
-0
/
+5
*
Use cryptography for DH key exchange
Vlastimil Zíma
2018-05-23
1
-5
/
+21
*
Use cryptography for DH keys
Vlastimil Zíma
2018-05-23
1
-6
/
+23
*
Use cryptography for DH parameters
Vlastimil Zíma
2018-05-23
1
-10
/
+27
*
Move default DH constants
Vlastimil Zíma
2018-05-23
1
-9
/
+4
*
Refactor bytes <-> int conversions
Vlastimil Zíma
2018-05-22
1
-1
/
+1
*
Use long depending on python version
Vlastimil Zíma
2018-05-11
1
-2
/
+8
*
Update strings in cryptography and utilities API
Vlastimil Zíma
2018-05-11
1
-1
/
+10
*
Remove disliked functions - map, filter and reduce
Vlastimil Zíma
2018-03-07
1
-1
/
+1
*
Use common decorators as such
Vlastimil Zíma
2018-02-02
1
-2
/
+1
*
Pepify and add flake8
Vlastimil Zíma
2017-11-29
1
-4
/
+12
*
Clean imports by isort
Vlastimil Zíma
2017-11-22
1
-2
/
+2
*
[project @ Added support for HMAC-SHA256 and DH-SHA256 in the consumer]
Josh Hoyt
2006-07-20
1
-3
/
+3
*
[project @ Abstract out association session types]
Josh Hoyt
2006-04-26
1
-27
/
+13
*
[project @ Add method to dh object to check if it's using the OpenID default ...
Josh Hoyt
2006-04-18
1
-0
/
+4
*
[project @ Make diffie-hellman object complain if you try to give it modulus ...
Josh Hoyt
2006-04-11
1
-0
/
+12
*
[project @ Alter dh.py to allow for more thorough testing]
tailor
2005-12-14
1
-1
/
+5
*
[project @ Change the name of the attributes of the Diffie-Hellman object and...
Josh Hoyt
2005-11-23
1
-17
/
+18
*
[project @ Move diffie-hellman secret XOR code to dh.py]
Josh Hoyt
2005-11-03
1
-3
/
+4
*
[project @ Re-organize cryptutil]
Josh Hoyt
2005-10-18
1
-1
/
+1
*
[project @ Moved crypto-related functions to cryptrand.py, and made library c...
Josh Hoyt
2005-10-17
1
-5
/
+4
*
[project @ Make the simple.cgi example work.]
tailor
2005-10-04
1
-2
/
+4
*
[project @ Convert to using one SystemRandom object instead of passing the in...
Josh Hoyt
2005-10-04
1
-4
/
+4
*
[project @ Added dh.py]
tailor
2005-10-04
1
-0
/
+33