rpm
4.11.90
|
How to add or remove a signature from a package header. More...
![]() |
Functions | |
int | rpmPkgSign (const char *path, const struct rpmSignArgs *args, const char *passPhrase) |
Sign a package. More... | |
int | rpmPkgDelSign (const char *path) |
Delete signature(s) from a package. More... | |
How to add or remove a signature from a package header.
int rpmPkgDelSign | ( | const char * | path | ) |
Delete signature(s) from a package.
path | path to package |
Referenced by main().
int rpmPkgSign | ( | const char * | path, |
const struct rpmSignArgs * | args, | ||
const char * | passPhrase | ||
) |
Sign a package.
path | path to package |
args | signing parameters (or NULL for defaults) |
passPhrase | passphrase for the signing key |
Referenced by doSign().