Skip to content

Commit 7ebae9f

Browse files
committed
Updated changelog
1 parent 395b8d6 commit 7ebae9f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ Version 4.0 - in development
1414
- Dropped support for Python 2.6
1515
- Dropped support for Psyco
1616
- 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+
1723

1824

1925
Version 3.4.2 - released 2016-03-29

0 commit comments

Comments
 (0)