Implement DER encoding for BOOLEAN, INTEGER and UTF8String in Client

This commit is contained in:
2025-02-23 16:06:09 +00:00
parent 31712d5efa
commit 4b22bd726f
5 changed files with 195 additions and 0 deletions

8
client/tests/meson.build Normal file
View File

@@ -0,0 +1,8 @@
test(
'DER tests',
executable(
'der_tests',
'der_tests.vala',
dependencies: [lib_dep, gtk_dep]
)
)