0
0
Fork 0
Commit Graph

5 Commits

Author SHA1 Message Date
Gibheer d01892150e rework program flow
This commit is a complete rebuild of pkictl. Before everything was all
over the place and adding new commands was kind of a hassle.

Now each command has its own file and can be adjusted on a command
basis. Options are still used by the same name, but can now use
different descriptions.
2016-10-01 21:56:29 +02:00
Gibheer 16eb14db9f redesign cli
This is a major rebuilding of the CLI. The library part is split out
into pkilib and the cli handles only the communication with the user,
I/O and the library.
The API will still look the same, but the code should be much better to
grasp. Instead of repeating everything, more will be grouped together
and reused.
2015-02-15 01:34:25 +01:00
Gibheer 223291b8cc extend stream capabilities
With this commit, both signing and verification get stream/file support
to read and write messages and signatures from and to files.
2015-01-19 12:13:44 +01:00
Gibheer 1ff5d678a2 remove debug output 2015-01-16 11:51:22 +01:00
Gibheer 68167a5891 add signing and verifying of messages
With this it is possible to sign a message with a private key and verify
it with a public key.
The only problem is, that it is currently not compatible with openssl
yet.
2015-01-16 11:23:14 +01:00