This is a C++ library that provides X.690 BER TLV parsing, building and encoding.
This a fork of toumilov/libtlv.
The API and library semantics might change in the future. Use at your own risk.
- GNU gcc compiler (or clang)
- CMake
Library uses C++11 features, so the compiler should support that.
Build system is CMake. The CMake project provides a static library target for libtlv.a
To use the library, it's recommended to include it as subdirectory into an existing CMake project.
To build the test target, CppUTest library is required.
See test.cpp for usage examples