diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2015-10-07 19:57:13 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2015-10-07 19:59:00 +0200 |
commit | cf0c9e618a160c645879ae66fe6cb1bdec5e47a3 (patch) | |
tree | 994ae162d5d94013a08a977bab777e2ff36d4892 /pskc | |
parent | 671b6e2a751322ceb19b324041c78d856ec53d26 (diff) |
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.
Diffstat (limited to 'pskc')
-rw-r--r-- | pskc/__init__.py | 4 |
1 files changed, 1 insertions, 3 deletions
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. """ |