aikgen generates AIK private/public key pairs

aikgen outputs a binary AIK private key blob and the AIK public key.
Optionally the Identity Request encrypted with the public key of
the Privacy CA can be output.
This commit is contained in:
Andreas Steffen
2014-05-03 15:28:17 +02:00
parent a81bd670b0
commit 9be1c8d175
6 changed files with 600 additions and 17 deletions
+4
View File
@@ -119,3 +119,7 @@ endif
if USE_INTEGRITY_TEST
SUBDIRS += checksum
endif
if USE_AIKGEN
SUBDIRS += aikgen
endif