0
0
Fork 0

Commit Graph

  • 9e87cea1b0 update pki dependency master Gibheer 2023-01-10 14:36:56 +0100
  • c53a88baf7 add one more todo item Gibheer 2022-10-27 09:45:59 +0200
  • 07a71d7b77 vendor all dependencies Gibheer 2022-09-10 18:45:00 +0200
  • 31b081c06e update import paths Gibheer 2022-08-15 22:54:12 +0200
  • c2115003a1 remove missing command from output Gibheer 2022-08-15 22:53:16 +0200
  • c07b174d42 add more error checking Gibheer 2018-04-19 08:47:23 +0200
  • f3910624b8 add more error checks Gibheer 2018-04-19 08:33:11 +0200
  • 083e8c2ce4 fix error when no pem label is found Gibheer 2018-04-18 16:01:57 +0200
  • e9cd735e0c fix file permissions Gibheer 2018-04-18 14:14:25 +0200
  • d01892150e rework program flow Gibheer 2016-10-01 21:56:29 +0200
  • faaf7d8859 add Go 1.4 requirement Gibheer 2015-07-24 22:02:39 +0200
  • ebdfe46386 the documentation has to go above the package Gibheer 2015-07-24 12:44:43 +0200
  • 2aa1793bb5 add package documentation to main.go Gibheer 2015-07-24 12:42:52 +0200
  • 616d43e8be make installation easier with go get Gibheer 2015-07-24 12:32:16 +0200
  • 8fe910f298 add ed25519 support Gibheer 2015-07-19 17:34:25 +0200
  • 1b8ac82754 use public key instead of private key Gibheer 2015-07-19 17:33:35 +0200
  • e337626eac remove done TODO Gibheer 2015-04-10 22:31:35 +0200
  • 38c320124c add ca load option Gibheer 2015-04-10 21:29:28 +0200
  • 560929efaa add crl url support Gibheer 2015-04-01 21:17:04 +0200
  • 89009a3623 fix imports Gibheer 2015-03-30 21:53:18 +0200
  • 37423989c8 split certificate stuff into own file Gibheer 2015-03-30 21:52:39 +0200
  • 9ba6a88449 split out all private key related functions Gibheer 2015-03-30 21:34:05 +0200
  • 8e2db6f6c9 update todo list Gibheer 2015-03-30 20:48:49 +0200
  • b4c4c1f18a add extended key usage for certificates Gibheer 2015-03-30 20:45:08 +0200
  • 855fde6d68 add basic key usage flag to certificates Gibheer 2015-03-30 20:20:58 +0200
  • ba5a59931e reformat code with gofmt Gibheer 2015-03-25 20:43:18 +0100
  • bb41ff218a add start and end date to certificates Gibheer 2015-03-24 21:21:02 +0100
  • c69f4de8ce first parameter of args ignored Gibheer 2015-03-24 21:02:13 +0100
  • 3e34c17449 rename to better distinguish between cert und csr Gibheer 2015-03-23 09:45:39 +0100
  • 885340ef8f rename FlagCertificateData Gibheer 2015-03-23 09:43:20 +0100
  • 97baed49b8 remove unused import Gibheer 2015-03-22 20:03:12 +0100
  • d983dbae54 rework the parameter management Gibheer 2015-03-21 18:50:55 +0100
  • ccaef440f4 add documentation for the command Gibheer 2015-03-21 12:02:07 +0100
  • 9e351c05d5 add command flag parser Gibheer 2015-03-19 01:35:18 +0100
  • c0cc30089f fixes small typo Gibheer 2015-03-18 21:40:08 +0100
  • 0eb655d42d add a --help option to avoid an error message Gibheer 2015-03-18 21:39:49 +0100
  • 31bf8bc739 certificate generation is in Gibheer 2015-03-16 17:15:29 +0100
  • 52102b0f24 finally add certificate sign request generation Gibheer 2015-03-05 21:37:52 +0100
  • 2954be520d add comments to flag variables Gibheer 2015-02-20 20:44:22 +0100
  • 075865c417 add verification of messages Gibheer 2015-02-20 10:45:42 +0100
  • 1c621c063c add comment to function Gibheer 2015-02-19 20:54:47 +0100
  • f80f34d89c add message signing again Gibheer 2015-02-19 20:50:06 +0100
  • 579435cfbb activate main help again Gibheer 2015-02-17 22:33:54 +0100
  • f2a349608f make help even nicer Gibheer 2015-02-17 22:21:45 +0100
  • a81c103572 make error messages nicer Gibheer 2015-02-17 22:15:21 +0100
  • 470d21409b add public key support Gibheer 2015-02-17 21:44:10 +0100
  • b022e8ab4c adjust library path Gibheer 2015-02-15 21:10:44 +0100
  • 02749d1d5e make rsa check boundary Gibheer 2015-02-15 21:09:22 +0100
  • 16eb14db9f redesign cli Gibheer 2015-02-15 01:34:25 +0100
  • 2f9126dc6a remove stale readme file Gibheer 2015-02-11 00:33:37 +0100
  • d3e95c104e add description in each file what it does Gibheer 2015-02-04 22:07:47 +0100
  • 5d47f05d87 rename files to reflect main function Gibheer 2015-02-04 22:04:17 +0100
  • 7c55a837cd only add ips and names when they are set Gibheer 2015-02-04 21:55:00 +0100
  • 58100320b7 add last missing fields Gibheer 2015-02-03 21:56:06 +0100
  • 2fcde165be rename readme v0.0.1 Gibheer 2015-01-19 20:42:29 +0100
  • 8fea0018b2 add readme and todo file Gibheer 2015-01-19 20:20:47 +0100
  • 022e839438 fix LICENSE and add AUTHORS file Gibheer 2015-01-19 19:48:11 +0100
  • 223291b8cc extend stream capabilities Gibheer 2015-01-19 12:13:44 +0100
  • f74ed0fda2 split stream opening into two functions Gibheer 2015-01-19 12:13:13 +0100
  • 1ff5d678a2 remove debug output Gibheer 2015-01-16 11:51:22 +0100
  • 68167a5891 add signing and verifying of messages Gibheer 2015-01-16 11:23:14 +0100
  • 43384bab59 add missing import Gibheer 2015-01-15 06:55:30 +0100
  • eda483d0d1 fix typo and missing file close Gibheer 2015-01-15 06:55:13 +0100
  • 7097d3b058 replace PrivateKey with crypto.Signer Gibheer 2015-01-15 06:51:45 +0100
  • 73a07e7665 add api for public keys Gibheer 2015-01-14 21:42:37 +0100
  • 0a7c8b863b add dns names and ip addresses with tests Gibheer 2015-01-02 11:40:58 +0100
  • dac4b27f74 move private key loading to private_key file Gibheer 2015-01-02 11:40:32 +0100
  • d6088d5f99 add license and readme Gibheer 2014-12-24 11:57:55 +0100
  • dfc9472452 remove old code from comments Gibheer 2014-12-24 11:49:30 +0100
  • dd9d6eb8bb move sign request handling into own file Gibheer 2014-12-24 11:48:45 +0100
  • 9a173e0019 split private key generation into own file Gibheer 2014-12-24 11:43:18 +0100
  • 8ce2c7dcf1 basic CSR management done, fields still missing Gibheer 2014-12-24 10:45:08 +0100
  • 05038898a1 load private key when creating a CSR Gibheer 2014-10-28 21:21:30 +0100
  • f96f57ae15 the header for ecdsa must be EC Gibheer 2014-10-27 22:43:01 +0100
  • b78544da1c add rsa private keys Gibheer 2014-10-27 22:42:52 +0100
  • 0f9264579e initial commit with ecdsa working Gibheer 2014-10-27 21:55:43 +0100