diff options
author | Werner Koch <[email protected]> | 2023-01-31 06:59:27 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2023-01-31 06:59:50 +0000 |
commit | 3cdcfa33f7496c3130797224f8ae327732409460 (patch) | |
tree | a51d92d3455d969c60b33d63e9e6c60670575c1a /lang/cpp/src/context.h | |
parent | cpp: Support all encryption flags (diff) | |
parent | qt: Add job for creating signed archives (diff) | |
download | gpgme-3cdcfa33f7496c3130797224f8ae327732409460.tar.gz gpgme-3cdcfa33f7496c3130797224f8ae327732409460.zip |
Merge branch 'ikloecker/t6342-gpgtar' into master
--
Solved conflicts:
NEWS
lang/cpp/src/context.cpp
lang/cpp/src/context.h
Diffstat (limited to 'lang/cpp/src/context.h')
-rw-r--r-- | lang/cpp/src/context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/cpp/src/context.h b/lang/cpp/src/context.h index 3c3544d2..d66344ce 100644 --- a/lang/cpp/src/context.h +++ b/lang/cpp/src/context.h @@ -449,6 +449,7 @@ public: ThrowKeyIds = 64, EncryptWrap = 128, WantAddress = 256, + EncryptArchive = 512 }; EncryptionResult encrypt(const std::vector<Key> &recipients, const Data &plainText, Data &cipherText, EncryptionFlags flags); GpgME::Error encryptSymmetrically(const Data &plainText, Data &cipherText); |