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

View File

@@ -11,3 +11,4 @@ add_project_arguments('-w', language: 'c')
gtk_dep = dependency('gtk4')
subdir('src')
subdir('tests')