Skip to content

Releases: safing/jess

v0.3.5

08 Nov 13:29
Compare
Choose a tag to compare

Changelog:

4c4b447 Add support for json file signing

v0.3.4

24 Jun 07:56
Compare
Choose a tag to compare

Changelog:

4fbce7d Switch from portbase to structures lib, update build and version system

v0.3.3

19 Dec 14:59
Compare
Choose a tag to compare

Changelog:

393206b Bump version
c475557 Update deps
a93f814 Remove CodeQL workflow
914459c Add support for BLAKE3, add Suites with BLAKE3

v0.3.2

25 Oct 12:11
Compare
Choose a tag to compare

Changelog:

e907a26 Bump version
a1424bb Update deps
fa3982d Fix linter warnings
1125f87 Update go workflow
863e870 Update golangci config
9c7f695 Add support for embedded text, json and yaml checksums
ed928f9 Issue Mgmt: Add label actions config
6c91e75 Update issue management workflows

v0.3.1

11 Oct 11:50
Compare
Choose a tag to compare

Changelog:

ce0d08f Fix fs error handling
93e6672 Update pack script

v0.3.0

29 Sep 08:52
Compare
Choose a tag to compare

Changelog:

9ba2af2 Update go workflow
88e4c92 Add missing and ignored files
678c558 Implement review suggestions and fix tests and linter errors
19f008e Update golang-ci lint config
0fdd07b Improve labeled hash helpers
7566eef Expose raw hasher and add raw hash equality function
12f5da3 Add support for file signing suite in manager
3e3a8c2 Fix and improve recent additions
663e8fc Build jess cli with correct binary name
127c0b4 Compile for arm64
f91ea4b Add option to immediately export/backup generated signet
48163a5 Add deps
d4c5d7a Fix linter
93372c3 Increase re-key message limit
c0d050e Add support for system keyring as trust store
d4d0657 Add text format for signets and envelopes and support for import/export
74d4119 Add support for file signatures in cli
345ceb0 Stop saving keys to disk in envelopes
028a0b0 Fix build script
4556eda Save signature to file data for access outside helper functions
c346404 Add signature to existing file by default and remove other jess sigs
a33fe9b Add support for verifying files from stdin
d398ae6 Fix filesig package name
8e4665a Expose labeled hash algorithm names
9f017c0 Add suite for file signing
0bb5f33 Add filesig package for signing files in a common way
8ad0eab Fix linter errors
55378bd Add signet import/export functions
62077ee Add labeled hash helper functions for hashing data
6889bbd Add reference from hashtools to their labeled hash version
9dffde4 Add Integrity attribute to Signing Purpose

v0.2.3

27 Sep 10:47
f41681c
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release

Changelog:

69219a4 Copy input data if slice has additional space

v0.2.2

02 Aug 09:14
f6e1345
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

Changelog:

4538b98 Add section about suites to README
1ac81dd Switch labeled hash to explicit formatting
f5f8414 Migrate to go modules

v0.2.1

06 Aug 19:03
abf8e0b
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Changelog:

72dae4b Fix envelope version
4431c4e Add compatibility function to help with godep issues
34112e3 Add length check to labeled hash parsing

v0.2

29 Jan 11:17
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

This is the first CLI pre-release of jess.
The CLI is still rough around the edges.