Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* Ensure flake8 is run on all Python filesArthur de Jong2023-06-271-104/+5
| | | | This also fixes code style fixes in the Sphinx configuration file.
* Get files ready for 1.1 release1.1Arthur de Jong2019-02-101-2/+2
|
* Add a csv2pskc script for CSV to PSKC conversionArthur de Jong2018-04-211-0/+2
| | | | | | This script reads a CSV file and writes out a PSKC file with the key information from the CSV file. The CSV file is expected to have one row for each key and key property values in columns.
* Add a pskc2pskc script for converting PSKC filesArthur de Jong2018-02-101-3/+5
| | | | | | This script reads a PSKC file in any supported format and writes out a RFC 6030 compliant version of the file, optionally with the encryption removed or (re-)encrypting the file with a new key.
* Add Sphinx documentation checksArthur de Jong2017-12-291-2/+1
| | | | This also slightly tunes the way Sphinx documentation is built.
* Add a manual page for pskc2csvArthur de Jong2017-10-111-3/+3
|
* Document supported encryption and MAC algorithmsArthur de Jong2017-06-091-2/+5
| | | | This also includes a few other small documentation improvements.
* Get files ready for 0.5 release0.5Arthur de Jong2017-01-211-1/+1
|
* Document writing encrypted filesArthur de Jong2016-03-271-1/+1
|
* Update documentationArthur de Jong2015-10-071-1/+1
| | | | | | | 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.
* Provide Sphinx documentationArthur de Jong2014-05-191-0/+191