1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Copyright (C) 2012-2013 Simon Josefsson. Licensed under the GPLv3+.
Current limitations of Libpskc:
* No functions to set fields, only to read them.
* The EncryptionKey and MACMethod types are not supported.
* Only PlainValue data fields are supported (i.e., EncryptedValue and
ValueMAC fields are not supported).
* No extensions are implemented.
Otherwise Libpskc is believed to be a complete PSKC implementation
conforming to the PSKC standard RFC 6030, including the following
features:
* Parse PSKC data and print human readable information.
* Validate PSKC data against XML Schema.
* Sign and verify PSKC data using XML Digital Signatures.
|