Skip to content

Releases: connesc/ctrsigcheck

v0.2.1

26 May 21:21
Compare
Choose a tag to compare

Changelog

646d2d5 Replace ctrutil with cipherio for AES-CBC
5a5ecda Fix LICENSE link
ebc097f Improve README.md

v0.2.0

22 May 11:43
Compare
Choose a tag to compare

Changelog

90e989c Add subcommands to the CLI
45a1d02 Check TMD signatures again with encryption virtually enabled
66f70a2 Add filename to CLI output
0541605 Output encryption status

v0.1.1

19 May 12:45
Compare
Choose a tag to compare

Changelog

5355a53 Reuse the same ctrutil.Reader when possible
4a9f136 Improve icon image decoding
da8b332 Fix go.dev reference link
fc26010 Add a note precompiled binaries

v0.1.0

19 May 12:09
Compare
Choose a tag to compare

Changelog

02e597a Add GoReleaser
02a9948 Minor typo fix
4be8791 Add documentation
f4d95e0 Add LICENSE
28da818 Decode icon images
7c22e4f Move UTF-16 decoding to ctrutil
88191ff Add icon parsing
07a6998 Fix error message for extraneous data
5b2ca09 Check required content
89a7d8b Improve meta checks
097c82f Improve content checks
5c07f34 Check meta and extraneous data
34f6eb1 Add CIA content verification
08e8cf8 Move reader to ctrutil package
3f67360 Enforce hash checks
13c938a Rename public types
0a1e872 Improve handling of numbers
6ca2aee Add titleKey decryption
9ab3c5a Improve error handling
26237ef Switch to streaming parsing
92e4eb8 Initial commit