From cf0c9e618a160c645879ae66fe6cb1bdec5e47a3 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Wed, 7 Oct 2015 19:57:13 +0200 Subject: Update documentation This updates the documentation with the new features (writing PSKC files) as well as many editorial improvements, some rewording and a few typo fixes. Some things were moved around a little in order to be more easily readable and easier to find. --- pskc/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'pskc') diff --git a/pskc/__init__.py b/pskc/__init__.py index 8a7fa0c..96f0eb9 100644 --- a/pskc/__init__.py +++ b/pskc/__init__.py @@ -37,9 +37,7 @@ The following prints all keys, decrypting using a password: ... print('%s %s' % (key.serial, str(key.secret.decode()))) 987654321 12345678901234567890 -The module should be able to handle most common PSKC files. Checking embedded -signatures, asymmetric keys and writing files are on the wishlist (patches -welcome). +The module should be able to handle most common PSKC files. """ -- cgit v1.2.3