We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395b8d6 commit 7ebae9fCopy full SHA for 7ebae9f
CHANGELOG.txt
@@ -14,6 +14,12 @@ Version 4.0 - in development
14
- Dropped support for Python 2.6
15
- Dropped support for Psyco
16
- Miller-Rabin iterations determined by bitsize of key.
17
+ [#58](https://github.com/sybrenstuvel/python-rsa/pull/58)
18
+- Added function `rsa.find_signature_hash()` to return the name of the hashing
19
+ algorithm used to sign a message. `rsa.verify()` now also returns that name,
20
+ instead of always returning `True`.
21
+ [#78](https://github.com/sybrenstuvel/python-rsa/issues/13)
22
+
23
24
25
Version 3.4.2 - released 2016-03-29
0 commit comments