Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-17 | add public key support | Gibheer | 1 | -3/+3 | |
This adds all options to create and store a public key. | |||||
2015-02-15 | adjust library path | Gibheer | 1 | -1/+1 | |
2015-02-15 | redesign cli | Gibheer | 1 | -136/+24 | |
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-04 | add description in each file what it does | Gibheer | 1 | -0/+2 | |
2015-01-15 | replace PrivateKey with crypto.Signer | Gibheer | 1 | -7/+3 | |
2015-01-14 | add api for public keys | Gibheer | 1 | -1/+4 | |
This enables pkictl to generate public keys from private keys in the rsa and ecdsa format. | |||||
2015-01-02 | move private key loading to private_key file | Gibheer | 1 | -0/+45 | |
2014-12-24 | split private key generation into own file | Gibheer | 1 | -0/+99 | |