File: README

package info (click to toggle)
oath-toolkit 2.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 20,192 kB
  • ctags: 9,804
  • sloc: ansic: 52,211; sh: 13,751; yacc: 1,252; xml: 756; makefile: 350
file content (22 lines) | stat: -rw-r--r-- 657 bytes parent folder | download
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.