crt

Certificates generator.

MIT License

Stars
2
Committers
2

Bot releases are visible (Hide)

crt - v0.3.0 Latest Release

Published by shipengqi 5 months ago

Changelog

New Features

  • 34afda9bb82ca310dbf147fa622a93a7eba2e3c8: feat(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#32) (@dependabot[bot])

Bug Fixes

  • 4a684cb2b2fb9c177eef792fd8129fe99755023a: fix(codecov): code coverage cannot upload (@shipengqi)
  • ea2ff3b2312ff4893c0780572e5459d7b693bf8a: fix(dependabot): update dependabot configuration (@shipengqi)

Other work

  • 3196a0a001b06c3a910f9aae8adbc8f0478ca5b7: chore(actions): actions ignore goreleaser.yaml (@shipengqi)
  • fca0b2d93994ffbaa70d39aef64e34df439fff21: chore(deps): bump actions/dependency-review-action from 3 to 4 (#29) (@dependabot[bot])
  • 309fe30137afa6a068f9d312efa3b06f98bc818d: chore(deps): bump actions/labeler from 4 to 5 (#24) (@dependabot[bot])
  • 817453ea3dd91d763a5e09b36f11ca1fede3b93c: chore(deps): bump actions/setup-go from 4 to 5 (#25) (@dependabot[bot])
  • cb29beecdc2b4c71c017dfdbc0b085002e840ff1: chore(deps): bump actions/stale from 8 to 9 (#26) (@dependabot[bot])
  • 0b213d781a1f452c4a44fd8b7fdfe9fa73759d3a: chore(deps): bump codecov/codecov-action from 3 to 4 (#30) (@dependabot[bot])
  • 42f2016f40f1ed242be9c2d09d5b2e8abec614c0: chore(deps): bump github/codeql-action from 2 to 3 (#28) (@dependabot[bot])
  • e57a84db9790be3ec19174a4264a07fed591c10f: chore(deps): bump golangci/golangci-lint-action from 3 to 5 (#33) (@dependabot[bot])
  • 32f665e12617189386cdb68a40fbdf271d569ca7: chore(deps): bump golangci/golangci-lint-action from 5 to 6 (#34) (@dependabot[bot])
  • 24419216f2f79a631653b76a2fb453936add5816: chore(lint): add go 1.22 for golangci-lint action (@shipengqi)
  • 421c2d91db2cd717e7551643bdcf5323b34e490e: chore(release): add goreleaser action (@shipengqi)
  • 5f94016ffa47054775f2fd958d210d88e3ba1654: chore: update labeler config (#27) (@shipengqi)

Full Changelog: https://github.com/shipengqi/crt/compare/v0.2.3...v0.3.0

crt - 0.2.3

Published by shipengqi almost 1 year ago

  • Support AppendCA
crt - 0.2.0

Published by shipengqi almost 1 year ago

  • Support AppendCA
crt - 0.2.2

Published by shipengqi about 1 year ago

  • Add WriteCloser
  • Remove WriteOptions
crt - 0.2.1

Published by shipengqi about 1 year ago

  • Fix some comments
  • Remove unused variables
crt - 0.2.0

Published by shipengqi about 1 year ago

  • Support PKCS# 8 private key
  • Add UseAsCA for the generator.CreateOptions
  • Doc: Getting Started
crt - 0.1.16

Published by shipengqi about 1 year ago

  • Fix (G404) Use of weak random number generator (math/rand instead of crypto/rand)
crt - 0.1.15

Published by shipengqi over 1 year ago

  • Support private key passphrase
crt - 0.1.14

Published by shipengqi about 2 years ago

  • fix: file writer for unix
crt - 0.1.13

Published by shipengqi about 2 years ago

crt - 0.1.12

Published by shipengqi about 2 years ago

crt - 0.1.11

Published by shipengqi about 2 years ago

Add new func:

  • func (g *Generator) WriteWithOptions(cert, priv []byte, certname, privname string, opt WriteOptions) error
  • func (g *Generator) CreateWithOptions(c *crt.Certificate, opt CreateOptions) (cert []byte, priv []byte, err error)
crt - 0.1.8

Published by shipengqi about 2 years ago

crt - 0.1.7

Published by shipengqi about 2 years ago

crt - 0.1.6

Published by shipengqi about 2 years ago

crt - 0.1.5

Published by shipengqi about 2 years ago

crt - 0.1.4

Published by shipengqi about 2 years ago

crt - 0.1.3

Published by shipengqi about 2 years ago

crt - 0.1.2

Published by shipengqi about 2 years ago

crt - 0.1.1

Published by shipengqi over 2 years ago