]> Kevux Git Server - kevux-tools/commit
Progress: Further work in TacocaT.
authorKevin Day <thekevinday@gmail.com>
Tue, 2 Jan 2024 16:03:21 +0000 (10:03 -0600)
committerKevin Day <thekevinday@gmail.com>
Tue, 2 Jan 2024 16:03:21 +0000 (10:03 -0600)
commitbf7cc372230a99ac64032936553d3b3e694851c4
treed7476a4d2097c3d221aa3129018e6fcac14ef444
parent3d30e8a3898c33ac633d5a8071eddbb11079b32b
Progress: Further work in TacocaT.

The payload is now the only thing that gets written.

The next things to do are to:
- Process the headers and possibly the signatures.
- Go through a lot of the error cases and make sure they are handled.
- Address all of the todo and fixme comments.
- Consider supporting encryption and including optional third-party libraries to perform such tasks.
sources/c/tacocat/main/common/enumeration.h
sources/c/tacocat/main/common/print.c
sources/c/tacocat/main/common/print.h
sources/c/tacocat/main/print/error.c
sources/c/tacocat/main/print/error.h
sources/c/tacocat/main/receive.c
sources/c/tacocat/main/receive.h
sources/c/tacocat/main/send.c
sources/c/tacocat/main/tacocat.c