Re: [pkix] Clarification on "zero" hash value in SigPolicyHash (CAdES)

Niklas Matthies <pkix@nmhq.net> Tue, 16 July 2019 13:42 UTC

Return-Path: <pkix@nmhq.net>
X-Original-To: pkix@ietfa.amsl.com
Delivered-To: pkix@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 3F5FD120086 for <pkix@ietfa.amsl.com>; Tue, 16 Jul 2019 06:42:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ffpTCKlX15JV for <pkix@ietfa.amsl.com>; Tue, 16 Jul 2019 06:42:18 -0700 (PDT)
Received: from mail.nmhq.net (mail.nmhq.net [95.129.49.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 796F4120609 for <pkix@ietf.org>; Tue, 16 Jul 2019 06:42:18 -0700 (PDT)
Received: from matthies by mail.nmhq.net with local (Exim 4.89) (envelope-from <pkix@nmhq.net>) id 1hnNih-0002zy-Rf for pkix@ietf.org; Tue, 16 Jul 2019 15:42:15 +0200
Date: Tue, 16 Jul 2019 15:42:15 +0200
From: Niklas Matthies <pkix@nmhq.net>
To: pkix@ietf.org
Message-ID: <20190716134215.txzqvcgghajh2es3@nmhq.net>
Mail-Followup-To: pkix@ietf.org
References: <20190712200549.2kgzjqodj5afnxlt@nmhq.net> <0FDBEEC9-0FBA-4C47-BD04-EE7F6053426D@aaa-sec.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <0FDBEEC9-0FBA-4C47-BD04-EE7F6053426D@aaa-sec.com>
X-Clacks-Overhead: GNU Terry Pratchett
X-Editor: VIM - Vi IMproved 8.0
X-Operating-System: Linux 4.4.112 x86_64
User-Agent: NeoMutt/20170113 (1.7.2)
Archived-At: <https://mailarchive.ietf.org/arch/msg/pkix/W3LwEb67ZXf7FkhbkSPM4rucR5c>
Subject: Re: [pkix] Clarification on "zero" hash value in SigPolicyHash (CAdES)
X-BeenThere: pkix@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: PKIX Working Group <pkix.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/pkix>, <mailto:pkix-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/pkix/>
List-Post: <mailto:pkix@ietf.org>
List-Help: <mailto:pkix-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/pkix>, <mailto:pkix-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 16 Jul 2019 13:42:21 -0000

Hi Stefano,

Thanks for the information.

I agree that option 3 is somewhat problematic. All-bits-zero can 
conceivably be a valid hash value (I believe for SHA-1 and SHA-2 it's 
actually unknown whether all-bits-zero is reachable), and the standard 
probably shouldn't start disallowing all-bits-zero as a valid hash 
value for all hash algorithms.

I also agree with Peter Gutmann that dropping the feature altogether 
should be a strong consideration, in particular if the original 
motivation can't be identified, and also given that XAdES does not 
have an equivalent feature. Implementations would still be free to 
support older versions of the standard (with an interpretation of 
their choosing) for backwards compatibility, depending on local policy 
and configuration.

Just FYI, I'm maintaining an implementation that (only) supports 
option 2, however it is probably only interoperable with itself 
reagrding that aspect.

Niklas


On Tue 2019-07-16 at 10:43h, Stefan Santesson wrote on pkix:
>Hi Niklas,
>
>I posted your question on the ETSI ESI list and it created some very interesting discussions.
>
>Very briefly there are 3 possible interpretations:
>
>1) Empty. (The value is a empty OCTET STRING of zero bytes)
>2) Zero. (The value is the byte 0x00)
>3) All zeros. (The value is an OCTET STRING of the intended hash value length containing only 0x00 bytes).
>
>
>There are actually some evidence that suggests that the original intent was option 3.
>However, option 3 is the absolute worst from an implementation perspective as it is the hardest to programmatically distinguish from a real hash value.
>
>My conclusion is that the standard is so ambiguous that any receiving implementation should be able to handle all 3 alternatives.
>The standard need to be clarified by ETSI. Until that is done my proposal for sending applications is to use option 1 (empty) because:
>
>1) It is the only option that makes sense and it can be expected as the most probable future resolution
>2) The standard is so ambiguous that validators anyway must expect all options.
>3) This feature is probably not widely implemented. Doing it one way or the other probably has very little impact on interop.
>
>I'll keep you posted if any opinion emerges that materially contradicts this conclusion.
>
>Stefan Santesson
>
>On 2019-07-12, 22:07, "pkix on behalf of Niklas Matthies" <pkix-bounces@ietf.org on behalf of pkix@nmhq.net> wrote:
>
>    Dear all,
>
>    I hope that someone can shed some light on the definition and origin
>    of the special-case "zero" hash value for SigPolicyHash in CAdES. The
>    main question is what exactly constitutes a "zero" hash value on the
>    ASN.1 level.
>
>    In the most current CAdES specification, ETSI EN 319 122-1 V1.1.1
>    (2016-04), the zero hash value is described as follows (clause
>    5.2.9.1, page 20):
>
>        The sigPolicyHash field shall contain the identifier of the hash
>        algorithm and the hash of the value of the signature policy.
>        The hashValue within the sigPolicyHash may be set to zero to
>        indicate that the policy hash value is not known.
>
>            NOTE: The use of a zero-sigPolicyHash value is to ensure
>            backwards compatibility with earlier versions of ETSI TS 101 733 [1].
>
>    The ASN.1 definition of SigPolicyHash is as follows:
>
>        SignaturePolicyId ::= SEQUENCE {
>            sigPolicyId SigPolicyId,
>            sigPolicyHash SigPolicyHash,
>            sigPolicyQualifiers SEQUENCE SIZE (1..MAX) OF
>                SigPolicyQualifierInfo OPTIONAL
>        }
>
>        SigPolicyHash ::= OtherHashAlgAndValue
>
>        OtherHashAlgAndValue ::= SEQUENCE {
>            hashAlgorithm   AlgorithmIdentifier,
>            hashValue       OtherHashValue }
>
>        OtherHashValue ::= OCTET STRING
>
>    The question is what constitutes a "zero" hash value. A zero-length
>    octet string? Any octet string where all octets are zero? Is the
>    length of the octet string relevant, e.g. can or should it match the
>    length implied by the hash algorithm?
>
>    I spent some time going back the history of the standards to find the
>    "earlier version" relevant for the note about backwards compatibility,
>    however that search was inconclusive.
>
>    All versions of ETSI TS 101 733 from the latest V2.2.1 (2013-04) back
>    to V1.7.4 (2008-07) include the following note, which had a second
>    sentence added:
>
>            NOTE: The use of a zero-sigPolicyHash value is to ensure
>            backwards compatibility with earlier versions of the
>            current document. If sigPolicyHash is zero, then the hash
>            value should not be checked against the calculated hash value
>            of the signature policy.
>
>    Confusingly, this now talks about sigPolicyHash being zero (whatever that
>    would mean), not about the hashValue field within sigPolicyHash.
>
>    The same text appears in RFC 5126 (February 2008).
>
>    The previous version ETSI TS 101 733 V1.7.3 (2007-01) is the first
>    version to talk about a zero hash value, and the note is just one
>    sentence again:
>
>        The hashValue within the sigPolicyHash max [sic] be set to zero to
>        indicate that the policy hash value is not known.
>
>            NOTE: The use of zero policy hash value is to ensure backward
>            compatibility with earlier versions of the current document.
>
>    In addition, the annex states the following:
>
>        Annex K (informative): Changes from the previous version
>
>            • if the hash of the signature policy is unknown, then, by
>            convention, the sigPolicyHash shall be set to all zero
>
>    Here again, the annex talks about sigPolicyHash being set to zero,
>    not the hashValue within sigPolicyHash.
>
>    On the RFC side, the same note first appears in
>    https://tools.ietf.org/html/draft-ietf-smime-cades-02 (May 2007),
>    and the sentence above (without the note) first appears in
>    https://tools.ietf.org/html/draft-ietf-smime-cades-01 (April 2006).
>
>    In the previous ETSI TS 101 733 V1.6.3 (2005-09), the sigPolicyHash
>    field is optional (which is mandatory in all previous and all
>    subsequent versions), and the following note is included:
>
>            NOTE: In the previous version of TS 101 733 (i.e. version 1.5.1)
>            sigPolicyHash was mandatory. Implementations requiring to be
>            backward compatible with version 1.5.1 and previous versions
>            of the current document MUST include SigPolicyHash.
>
>    None of the previous versions, from ETSI TS 101 733 V1.5.1 (2003-12)
>    back to ETSI TS 101 733 V1.2.2 (2000-12) (the earliest version available
>    at https://www.etsi.org/deliver/etsi_ts/101700_101799/101733/), as
>    well as RFC 3126 (September 2001), do mention anything about zero hash
>    values.
>
>    So it remains unclear to which specification backwards compatiblity is
>    intended. The point where the wording about zero hash values was
>    introduced suggests that this may be about V1.6.3, where the
>    sigPolicyHash field was optional. However, it's not clear how a "zero"
>    hash value would achieve compatibility with the case of a missing
>    sigPolicyHash field.
>
>    I would appreciate any clarification on that topic.
>
>    Kind regards,
>    Niklas
>
>    _______________________________________________
>    pkix mailing list
>    pkix@ietf.org
>    https://www.ietf.org/mailman/listinfo/pkix
>
>
>