summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2016-05-26 00:00:43 +0200
committerMatěj Cepl <mcepl@cepl.eu>2016-06-14 06:44:34 +0200
commit0157414b03d3196b02fa76ebce3c48f48fb729ba (patch)
tree1104e0a054e5adb4f07134d41e194e982a019742
parent3b681f03f05fddedad443e48f90cf1a5ed90d0a9 (diff)
downloadm2crypto-0157414b03d3196b02fa76ebce3c48f48fb729ba.tar.gz
README.rst ... remove trailing white space.
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 1e34539..ef83083 100644
--- a/README.rst
+++ b/README.rst
@@ -42,7 +42,7 @@ working for you.
- And much more.
-M2Crypto is released under a very liberal BSD-style licence. See
+M2Crypto is released under a very liberal BSD-style licence. See
LICENCE for details.
To install, see the file INSTALL.
@@ -57,10 +57,10 @@ Note these caveats:
Python side and other objects on the C side, and these may change
between OpenSSL versions. (Multiple free's lead to crashes very
quickly, so these should be relatively rare.)
-
+
- No memory locking/clearing for keys, passphrases, etc. because AFAIK
Python does not provide the features needed. On the C (OpenSSL) side
things are cleared when the Python objects are deleted.
-
+
Have fun! Your feedback is welcome.