8 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
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
5a4ccb37cc Fix spelling 2022-07-04 17:17:36 +02:00
Paul van Brouwershaven
dc48ea3133 Migrate to github 2022-06-29 21:09:28 +02:00
Jeroen Bobbeldijk
3928b7d813 Creation of chain, add chain to signing, fetch OCSP/CRL for chain 2017-07-13 21:55:38 +02:00
Jeroen Bobbeldijk
c8e53c9bcf Add revocation information 2017-07-13 20:30:18 +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