rpm
4.13.90
|
How to add or remove a signature from a package header. More...
Functions | |
int | rpmPkgSign (const char *path, const struct rpmSignArgs *args) |
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 |
int rpmPkgSign | ( | const char * | path, |
const struct rpmSignArgs * | args | ||
) |
Sign a package.
path | path to package |
args | signing parameters (or NULL for defaults) |