Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Get files ready for 0.5 release0.5Arthur de Jong2017-01-211-1/+1
|
* Fix copy-pasto in documentationArthur de Jong2016-09-261-7/+0
| | | This accidentally slipped in as part of beafc6b.
* Support separate device from keyArthur de Jong2016-09-171-61/+110
| | | | | | | | This allows having multiple keys per device while also maintaining the previous API. Note that having multiple keys per device is not allowed by the RFC 6030 schema but is allowed by some older internet drafts.
* Clarify encryption.setup_*() documentationArthur de Jong2016-09-111-2/+2
| | | | | | This tries to make it clearer that the setup_preshared_key() and setup_pbkdf2() functions are meant to be used when writing out PSKC files.
* Document may_use() policy functionArthur de Jong2016-03-281-4/+4
|
* Document writing encrypted filesArthur de Jong2016-03-274-16/+96
|
* Add encryption algorithm propertyArthur de Jong2016-01-241-1/+5
| | | | | | Either determine the encryption algorithm from the PSKC file or from the explicitly set value. This also adds support for setting the encryption key name.
* Update some documentationArthur de Jong2015-12-281-4/+4
| | | | | This adds a development notes section to the README and changes the wording on the encryption page.
* Fix typo in the documentationMathias Laurin2015-12-011-1/+1
|
* Update documentationArthur de Jong2015-10-076-80/+146
| | | | | | | 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.
* Get files ready for 0.2 release0.2Arthur de Jong2014-06-193-2/+8
|
* Update documentationArthur de Jong2014-06-166-52/+135
| | | | | | | | | This updates the documentation with the current API, adding information on exceptions raised, HMAC algorithms supported and changes to the MAC checking. This also includes some editorial changes to some of the text and making references shorter by not including the full package path.
* Always put a space between RFC and numberArthur de Jong2014-05-291-4/+6
|
* Improve IANA linksArthur de Jong2014-05-232-2/+2
|
* Provide Sphinx documentationArthur de Jong2014-05-197-0/+720