Skip to content

HewlettPackard/openbmc-chksig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenBMC RSA signature verification tool

This tool is used to verify the signature of any file using a public RSA key.

Build dependencies.

This tool use the library mbedtls, that is fetched at build time by CMake.

Compile

mkdir build && cd build
cmake ..
cmake --build .

Usage example

./check_signature  test/public.pem test/image-kernel

output

 . public key file: 'test/public.pem'
 . sig file 'test/image-kernel.sig'
 . Calculating hash....
 . RSA signature is valid

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published