Releases: nao1215/jose
Releases · nao1215/jose
v0.0.8
v0.0.4
Implemented JSON Object Signing and Encryption (JOSE) toolset. Now, there are few tests.
Usage:
jose [command]
Available Commands:
jwa List available algorithms and type
jwe Work with JWE messages
jwk JWK is toolset for JSON Web Key
jws Work with JWS messages
bug-report submit a bug report at GitHub
completion Create shell completion files (bash, fish, zsh)
help Help about any command
man Generate man-pages under /usr/share/man/man1 (need root privilege)
version Show jose command version information
Changelog
- d0aef1c Add jws parse command
- e73c79f Add jws sign command
- a3adec2 Add jws verify command
- 124e43b Bump github.com/spf13/cobra from 1.6.1 to 1.7.0
- 16bd19c Fix few bug
- 58fb6e2 Fix linter
- b657f6c Merge branch 'main' into add-jws-cmd
- c4b7405 Merge pull request #11 from nao1215/dependabot/go_modules/github.com/spf13/cobra-1.7.0
- 9e1ed54 Merge pull request #12 from nao1215/add-jws-cmd
- 89bab5d Update README.md
v0.0.3
Changelog
- 9dc0984 Add description for jwe encrypt/decrypt
- 7dbe662 Add jose jwe encrypt command
- 7b09a3d Add jwe decrypt commnad
- 232dcb1 Add test data for jwe encrypt/decrypt
- 567c31b Add unit test for jwe decrypt/encrypt
- d85fdc6 Fix linter
- 230eb54 Merge pull request #10 from nao1215/add-jwe-decrypt
- 3e80813 Merge pull request #9 from nao1215/add-jwe-subcommand
v0.0.2
Add jwa (JSON Web Algorithms) command
Changelog
v0.0.1
Changelog
- cf98380 Add bug report command
- 31528ad Add bug-report command
- 0ea731c Add completion test
- b3079f5 Add man command
- e1777cc Add platform test
- 08c8eab Add unit test for newJwkGenerater()
- 9d0da1a Add utility
- 340ef8a Add version subcommand test
- 0ed3a0c Bump github.com/charmbracelet/log from 0.1.2 to 0.2.1
- a6b71a7 Bump github.com/go-playground/validator/v10 from 10.11.2 to 10.12.0
- b49c827 Bump github.com/lestrrat-go/jwx/v2 from 2.0.8 to 2.0.9
- 6b8ba20 Bump github.com/nao1215/gorky from 0.2.0 to 0.2.1
- 04bec47 First commit
- 758bf8d Fix linter
- cebb794 Fix linter
- 2c6cc75 Fix linter
- ded7367 Fix race condition
- 2aa1bc6 Fix unit test for bug report
- 03f2b4b Initial commit
- 4472adf Merge branch 'main' into add-unit-test-for-jwk
- a14c434 Merge pull request #1 from nao1215/add-jwk-command
- 34eff28 Merge pull request #2 from nao1215/add-unit-test-for-jwk
- 569c422 Merge pull request #4 from nao1215/dependabot/go_modules/github.com/go-playground/validator/v10-10.12.0
- bf9c48e Merge pull request #5 from nao1215/dependabot/go_modules/github.com/nao1215/gorky-0.2.1
- 275408b Merge pull request #6 from nao1215/dependabot/go_modules/github.com/lestrrat-go/jwx/v2-2.0.9
- a9825ed Merge pull request #7 from nao1215/dependabot/go_modules/github.com/charmbracelet/log-0.2.1
- 0459f43 Refactor jwk command
- 111351b Rename josec to jose
- 181a721 Rename josex to josec
- 060cef2 Update go.mod/go.sum
- ab4ab85 Update readme
- 27c4a65 Update readme
- 26caac8 add jwk subcommnad
- 0ab6f48 add unit test for jose_util