File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Version 3.4.1 - released 2016-03-26
38
38
Version 3.4 - released 2016-03-17
39
39
----------------------------------------
40
40
41
- - Moved development to Github : https://github.com/sybrenstuvel/python-rsa
41
+ - Moved development to GitHub : https://github.com/sybrenstuvel/python-rsa
42
42
- Solved side-channel vulnerability by implementing blinding, fixes #19
43
43
- Deprecated the VARBLOCK format and rsa.bigfile module due to security issues, see
44
44
https://github.com/sybrenstuvel/python-rsa/issues/13
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Download and install using:
20
20
21
21
or download it from the [ Python Package Index] ( https://pypi.python.org/pypi/rsa ) .
22
22
23
- The source code is maintained at [ Github ] ( https://github.com/sybrenstuvel/python-rsa/ ) and is
23
+ The source code is maintained at [ GitHub ] ( https://github.com/sybrenstuvel/python-rsa/ ) and is
24
24
licensed under the [ Apache License, version 2.0] ( https://www.apache.org/licenses/LICENSE-2.0 )
25
25
26
26
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ then type::
16
16
17
17
18
18
The sources are tracked in our `Git repository `_ at
19
- Github . It also hosts the `issue tracker `_.
19
+ GitHub . It also hosts the `issue tracker `_.
20
20
21
21
.. _`Git repository` : https://github.com/sybrenstuvel/python-rsa.git
22
22
.. _`issue tracker` : https://github.com/sybrenstuvel/python-rsa/issues
Original file line number Diff line number Diff line change @@ -303,10 +303,10 @@ Only using Python-RSA: the VARBLOCK format
303
303
2. decrypt/encrypt_bigfile() does not use hybrid encryption (it uses plain RSA)
304
304
and has no method for chaining, so block reordering is possible.
305
305
306
- See `issue #19 on Github `_ for more information.
306
+ See `issue #19 on GitHub `_ for more information.
307
307
308
308
.. _Authenticated encryption : https://en.wikipedia.org/wiki/Authenticated_encryption
309
- .. _issue #19 on Github : https://github.com/sybrenstuvel/python-rsa/issues/13
309
+ .. _issue #19 on GitHub : https://github.com/sybrenstuvel/python-rsa/issues/13
310
310
311
311
As of Python-RSA version 4.0, the VARBLOCK format has been removed from the
312
312
library. For now, this section is kept here to document the issues with that
You can’t perform that action at this time.
0 commit comments