Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8B2E410C82 for ; Fri, 14 Mar 2014 06:12:52 +0000 (UTC) Received: (qmail 98198 invoked by uid 500); 14 Mar 2014 06:12:52 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 98100 invoked by uid 500); 14 Mar 2014 06:12:50 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 97531 invoked by uid 99); 14 Mar 2014 06:12:44 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Mar 2014 06:12:44 +0000 Date: Fri, 14 Mar 2014 06:12:44 +0000 (UTC) From: "Franz Forsthofer (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (CAMEL-7283) PGP Data Format: Signature Verification Options MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-7283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Franz Forsthofer closed CAMEL-7283. ----------------------------------- Resolution: Fixed > PGP Data Format: Signature Verification Options > ----------------------------------------------- > > Key: CAMEL-7283 > URL: https://issues.apache.org/jira/browse/CAMEL-7283 > Project: Camel > Issue Type: Improvement > Components: camel-crypto > Reporter: Franz Forsthofer > Assignee: Claus Ibsen > Fix For: 2.13.0 > > Attachments: 0001-pgp-signature-verification-options.patch > > > The current PGP Data Format does verify a signature if the PGP message does contain one and it does execute no verification if the PGP message does not contain a signature. There is a use case where a signature verification is always required because the receiver wants to check that the message came from a specific sender. In this case PGP messages not containing a signature should be rejected. > I added the new parameter "signatureVerificationOption" so that you now can specify if a signature is requried, optional, or no signature is allowed during the decryption process. -- This message was sent by Atlassian JIRA (v6.2#6252)