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>
Tue, 23 Apr 2024 10:01:39 +0000 (12:01 +0200)
commitffd7a4003b667ef0ab90c3f54b116caed31ccf97
treebb18229578a7b043936aff3eb291892221cc94ae
parentc11f4559a520dd9cdbe0b190128b8628f10ed787
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]