Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-17 | make error messages nicer | Gibheer | 1 | -7/+7 | |
This changes the error message so that not the program help is printed but instead the specific submenu help. This should result in much faster and better understanding of the problematic situation. | |||||
2015-02-17 | add public key support | Gibheer | 1 | -4/+10 | |
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 | -40/+51 | |
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-01-19 | split stream opening into two functions | Gibheer | 1 | -7/+17 | |
This way it is easier to open files for reading and writing. | |||||
2015-01-16 | add signing and verifying of messages | Gibheer | 1 | -7/+11 | |
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-15 | replace PrivateKey with crypto.Signer | Gibheer | 1 | -2/+0 | |
2015-01-14 | add api for public keys | Gibheer | 1 | -2/+8 | |
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 | -46/+0 | |
2014-12-24 | remove old code from comments | Gibheer | 1 | -26/+0 | |
2014-12-24 | move sign request handling into own file | Gibheer | 1 | -55/+2 | |
2014-12-24 | split private key generation into own file | Gibheer | 1 | -84/+1 | |
2014-12-24 | basic CSR management done, fields still missing | Gibheer | 1 | -11/+48 | |
2014-10-28 | load private key when creating a CSR | Gibheer | 1 | -3/+71 | |
2014-10-27 | the header for ecdsa must be EC | Gibheer | 1 | -1/+1 | |
2014-10-27 | add rsa private keys | Gibheer | 1 | -3/+15 | |
2014-10-27 | initial commit with ecdsa working | Gibheer | 1 | -0/+163 | |