common: Add an easy to use DER builder.
* common/tlv-builder.c: New. * common/tlv.c: Remove stuff only used by GnuPG 1. (put_tlv_to_membuf, get_tlv_length): Move to ... * common/tlv-builder.c: here. * common/tlv.h (tlv_builder_t): New.
Such code should actually go into libksba and we will eventually do
that. However, for now it is easier to keep it here.
(cherry picked from commit 5ea878274ef51c819368f021c69c518b9aef6f82)
- Add coverity meta comment from commit a95ddffdcd58383cce93677be5e7e11c5c229a98
- Signed-off-by: Werner Koch <wk@gnupg.org>