23 Commits

Author SHA1 Message Date
0d83ec6b6c Migrate repository to new hosting and cleanup CI/CD files
Switched module path and imports to gitea.tryanks.com. Removed GitHub-specific files like workflows, dependabot, and devcontainer as part of migration. This streamlines the codebase for the new hosting environment.
2025-05-12 22:33:48 +08:00
Paul van Brouwershaven
52e3fa5072 Check hash with the given algorithm 2025-03-10 16:54:56 +01:00
Paul van Brouwershaven
bacc810a68 Fix linting errors 2024-11-14 13:33:46 +01:00
Paul van Brouwershaven
007b08d4d1 Replace deprecated ioutil package 2023-02-20 15:46:37 +01:00
Paul van Brouwershaven
0369ec3e88 Comment out unused code 2022-06-30 18:13:19 +02:00
Paul van Brouwershaven
cc0ae3e4dc walk function currently not used 2022-06-30 18:06:36 +02:00
Paul van Brouwershaven
44ac3c7806 Check errors 2022-06-30 18:04:25 +02:00
Paul van Brouwershaven
dc48ea3133 Migrate to github 2022-06-29 21:09:28 +02:00
tigp
9d836af0c9 Add json tags, refactor. 2018-06-23 19:19:07 +02:00
tigp
8c33418d91 WIP - Respond with document info 2018-06-23 14:59:24 +02:00
tigp
dbc0d96365 WIP - respond with document info 2018-06-18 01:51:39 +02:00
Paul van Brouwershaven
eaa47cac54 verify.Verify to verify.File, err format 2018-05-18 11:21:34 +02:00
Paul van Brouwershaven
884b79e264 Verify file and reader 2018-05-18 10:43:05 +02:00
tigp
dc9afd860d Test in parallel. Remove logging 2018-05-01 17:33:39 +02:00
Jeroen Bobbeldijk
679656fb8d Changed file to writer/reader 2017-09-23 16:37:39 +02:00
Jeroen Bobbeldijk
322998775c Revert "WIP - Command line tool"
This reverts commit b478d6efe8.
2017-09-17 10:48:24 +02:00
tim
b478d6efe8 WIP - Command line tool 2017-09-06 02:40:24 +02:00
Jeroen Bobbeldijk
a0393425ce Fix TSA 2017-07-19 21:33:58 +02:00
Paul van Brouwershaven
c327f686d5 Added a dedicated revocation subpackage
The newly created dedicated revocation package is used to encode and
decode revocation information. Signing and verification can now use the
same structures.

While the InfoArchival stucsture can now be created this stucture is currenlty
not embedded into the document. Test cases for obtaining and embedding revocation
information into the InfoArchival struct are also availible.
2017-07-12 20:53:06 +02:00
Jeroen Bobbeldijk
7b19471330 Valid signature 2017-07-11 08:21:18 +02:00
Jeroen Bobbeldijk
db69b6a4c0 Append instead of replace 2017-07-08 14:55:31 +02:00
Jeroen Bobbeldijk
3eedc089d0 Fix signature padding, return verify error in validator 2017-07-04 21:59:13 +02:00
Jeroen Bobbeldijk
41a9627fee Add sign functionality 2017-07-04 20:44:52 +02:00