You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Franz Forsthofer (JIRA)" <ji...@apache.org> on 2015/09/24 16:26:04 UTC

[jira] [Updated] (CAMEL-9163) PGP Data Format: Support PGP Messages without Compressed Data packet

     [ https://issues.apache.org/jira/browse/CAMEL-9163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Franz Forsthofer updated CAMEL-9163:
------------------------------------
    Description: The PGP Data format currently creates only PGP Messages with Compressed Data packet or can only decrypt/verify PGP Messages which have a Compressed Data packet. The Open PGP specification  (RFC4880), however, allows also PGP Messages without a Compressed Data packet. Therefore we make the Compressed Data packet optional. We introduce the new configuration option "withCompressedDataPacket" for the marshal method which can be set to false indicating that no Compressed Data packet must be created. The unmarshal method will be able decrypting PGP Messages without a Compressed Data packet  (was: The PGP Data format currently creates only PGP Messages with Compressed Data packet or can only decrypt/verify PGP Messages which have a Compressed Data packet. The Open PGP specification  (RFC4880), however, allows also PGP Messages without a Compressed Data packet. Therefore we make the Compressed Data packet optional. We introduce the new configuration option "withCompressedDataPacket" for the marshal method which can be set to false indicating that no Compressed Data packet must be created. Also the unmarshal methoed will be abler to decrypt PGP Messages without a Compressed Data packet)

> PGP Data Format: Support PGP Messages without Compressed Data packet
> --------------------------------------------------------------------
>
>                 Key: CAMEL-9163
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9163
>             Project: Camel
>          Issue Type: Improvement
>          Components:  camel-crypto
>            Reporter: Franz Forsthofer
>            Assignee: Franz Forsthofer
>             Fix For: 2.16.0
>
>
> The PGP Data format currently creates only PGP Messages with Compressed Data packet or can only decrypt/verify PGP Messages which have a Compressed Data packet. The Open PGP specification  (RFC4880), however, allows also PGP Messages without a Compressed Data packet. Therefore we make the Compressed Data packet optional. We introduce the new configuration option "withCompressedDataPacket" for the marshal method which can be set to false indicating that no Compressed Data packet must be created. The unmarshal method will be able decrypting PGP Messages without a Compressed Data packet



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)