ucode-mod-pkgen: add ucode module for generating crypto keys/certificates
authorFelix Fietkau <nbd@nbd.name>
Fri, 22 Mar 2024 15:21:18 +0000 (16:21 +0100)
committerFelix Fietkau <nbd@nbd.name>
Thu, 2 May 2024 15:48:53 +0000 (17:48 +0200)
commitf47f93f59e40ec8289959798b4a86c6b3dac03e3
treebc12c901de7a92f40b66e565fcca91bdc947a5b2
parent6f4dd06a66a98c78b8639583d88520a1475f268c
ucode-mod-pkgen: add ucode module for generating crypto keys/certificates

This also includes a script to use the functionality from the
command line

Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/utils/ucode-mod-pkgen/Makefile [new file with mode: 0644]
package/utils/ucode-mod-pkgen/files/pkgen [new file with mode: 0755]
package/utils/ucode-mod-pkgen/src/CMakeLists.txt [new file with mode: 0644]
package/utils/ucode-mod-pkgen/src/pk.h [new file with mode: 0644]
package/utils/ucode-mod-pkgen/src/pkcs12.c [new file with mode: 0644]
package/utils/ucode-mod-pkgen/src/ucode.c [new file with mode: 0644]