diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2019-02-10 22:52:39 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2019-02-10 22:52:39 +0100 |
commit | 619ad627ba7d1f009b1f4f7e37b574ffa3ca7d23 (patch) | |
tree | 05bf6eccf8808488b9bb83c13bd42b30294f6a69 /NEWS | |
parent | 21323a0967efa5d1512b464f7de76f536e9b4957 (diff) |
Get files ready for 1.1 release1.1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +changes from 1.0 to 1.1 +----------------------- + +* portability fixes for test suite +* add a remove_encryption() function +* always write a 1.0 PSKC version, even when another version was read +* correctly write a PSKC file with a global IV +* correctly write a PSKC file without a MAC key +* add a pskc2pskc script for converting a legacy PSKC file to a RFC 6030 + compliant version and for adding or removing encryption +* add a csv2pskc script for generating a PSKC file from a CSV file +* make all the scripts (pskc2csv, pskc2pskc and csv2pskc) entry points so + they are available on package installation + + changes from 0.5 to 1.0 ----------------------- |