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, 3 May 2024 17:05:21 +0000 (19:05 +0200)
commit0b92dc3588eb5f072d9521c427f28e2e585ba0b8
tree48cbf4131cd9feb5014ddfefeb485c46c1c2af8c
parentd2f331dd0c1b20857f8505a8d12932c4d4a3ee60
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]