Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-05-31 | indent: Fix spelling | Daniel Kahn Gillmor | 1 | -1/+1 | |
-- These are non-substantive corrections for minor spelling mistakes within the GnuPG codebase. With something like this applied to the codebase, and a judiciously tuned spellchecker integrated as part of a standard test suite, it should be possible to keep a uniform orthography within the project. GnuPG-bug-id: 7116 | |||||
2023-10-24 | common: Provide API to parse BER/TLV encodings. | Werner Koch | 1 | -0/+788 | |
* sm/minip12.c: Factor parsing code out to ... * common/tlv-parser.c: new. Extend function names and provide a few extra functions. * common/Makefile.am (common_sources): Add new file. * sm/minip12.c: Adjust to use the new parser API. |