summaryrefslogtreecommitdiffstats
path: root/src/apk_package.h
diff options
context:
space:
mode:
authorTimo Teras <timo.teras@iki.fi>2009-07-22 21:04:54 +0300
committerTimo Teras <timo.teras@iki.fi>2009-07-22 21:04:54 +0300
commit79f43861e60e83d916c8499f247523dd73586248 (patch)
treef59a7de1067b0132bb8b3dc78cc58985ccee9161 /src/apk_package.h
parent718ef3079ea18fcb588264d26e3316628ad18ba0 (diff)
downloadapk-tools-79f43861e60e83d916c8499f247523dd73586248.tar.bz2
apk-tools-79f43861e60e83d916c8499f247523dd73586248.tar.xz
signing: verify and generate identity
fixes verification of non-repository packages while installing them. this is final thing needed for full signing support (fixes #46).
Diffstat (limited to 'src/apk_package.h')
-rw-r--r--src/apk_package.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apk_package.h b/src/apk_package.h
index be7395f..96d7840 100644
--- a/src/apk_package.h
+++ b/src/apk_package.h
@@ -35,6 +35,7 @@ struct apk_name;
#define APK_SIGN_VERIFY_IDENTITY 2
#define APK_SIGN_GENERATE_V1 3
#define APK_SIGN_GENERATE 4
+#define APK_SIGN_VERIFY_AND_GENERATE 5
struct apk_sign_ctx {
int action;