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>
Fri, 26 Apr 2024 04:31:54 +0000 (06:31 +0200)
commit1fcb2371bad6c044a04d93a7d2a008c255e21381
tree8cfce3a91152ed73af6bdac4c25e8b244e2a9522
parentf477547f70495d9219a8aefd9d70214d4c709063
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]