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>
Sat, 23 Mar 2024 18:20:42 +0000 (19:20 +0100)
commit69d9520bbc768077682b85c0214cb301af20ad12
tree6842a6795669fa8e104c4bcf4b7628a823013bb0
parenta95491b76a37a7fb6debd32f25d8f4014e5bbbf4
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]