Lines Matching refs:rsa
8 - rsa.varblock
9 - rsa.bigfile
10 - rsa._version133
11 - rsa._version200
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,
21 [#78](https://github.com/sybrenstuvel/python-rsa/issues/13)
23 [#104](https://github.com/sybrenstuvel/python-rsa/pull/104)
43 - Moved development to GitHub: https://github.com/sybrenstuvel/python-rsa
45 - Deprecated the VARBLOCK format and rsa.bigfile module due to security issues, see
46 https://github.com/sybrenstuvel/python-rsa/issues/13
48 - Deprecated the old rsa._version133 and rsa._version200 submodules, they will be
56 [1] https://travis-ci.org/sybrenstuvel/python-rsa
57 [2] https://coveralls.io/github/sybrenstuvel/python-rsa
58 [3] https://codeclimate.com/github/sybrenstuvel/python-rsa
71 [1] https://blog.filippo.io/bleichenbacher-06-signature-forgery-in-python-rsa/