INTERNET-DRAFT Donald Eastlake Obsoletes: 4051 Huawei Intended Status: Proposed Standard Expires: July 31, 2013 February 1, 2013 Additional XML Security Uniform Resource Identifiers (URIs) Abstract This document expands and updates the list of URIs specified in RFC 4051 and intended for use with XML Digital Signatures, Encryption, Canonicalization, and Key Management. These URIs identify algorithms and types of information. This document obsoletes RFC 4051. Status of This Memo This Internet-Draft is submitted to IETF in full conformance with the provisions of BCP 78 and BCP 79. Distribution of this document is unlimited. Comments should be sent to the author. Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note that other groups may also distribute working documents as Internet- Drafts. Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." The list of current Internet-Drafts can be accessed at http://www.ietf.org/1id-abstracts.html. The list of Internet-Draft Shadow Directories can be accessed at http://www.ietf.org/shadow.html. D. Eastlake 3rd [Page 1] INTERNET-DRAFT Additional XML Security URIs Table of Contents Acknowledgements...........................................4 1. Introduction............................................5 1.1 Terminology...........................................5 1.2 Acronyms..............................................6 2. Algorithms..............................................7 2.1 DigestMethod (Hash) Algorithms........................7 2.1.1 MD5.................................................7 2.1.2 SHA-224.............................................8 2.1.3 SHA-384.............................................8 2.1.4 Whirlpool...........................................9 2.1.5 SHA-3...............................................9 2.2 SignatureMethod MAC Algorithms........................9 2.2.1 HMAC-MD5............................................9 2.2.2 HMAC SHA Variations................................10 2.2.3 HMAC-RIPEMD160.....................................11 2.3 SignatureMethod Public Key Signature Algorithms......11 2.3.1 RSA-MD5............................................11 2.3.2 RSA-SHA256.........................................12 2.3.3 RSA-SHA384.........................................12 2.3.4 RSA-SHA512.........................................12 2.3.5 RSA-RIPEMD160......................................13 2.3.6 ECDSA-SHA*, ECDSA-RIPEMD160, ECDSA-Whirlpool.......13 2.3.7 ESIGN-SHA1.........................................14 2.3.8 RSA-Whirlpool......................................14 2.3.9 RSASSA-PSS With Parameters.........................15 2.3.10 RSASSA-PSS Without Parameters.....................16 2.3.11 RSA-SHA224........................................17 2.4 Minimal Canonicalization.............................17 2.5 Transform Algorithms.................................17 2.5.1 XPointer...........................................18 2.6 EncryptionMethod Algorithms..........................18 2.6.1 ARCFOUR Encryption Algorithm.......................18 2.6.2 Camellia Block Encryption..........................19 2.6.3 Camellia Key Wrap..................................19 2.6.4 PSEC-KEM...........................................20 2.6.5 SEED Block Encryption..............................20 2.6.6 SEED Key Wrap......................................21 2.6.7 AES Key Wrap with Padding..........................21 3. KeyInfo................................................22 3.1 PKCS #7 Bag of Certificates and CRLs.................22 3.2 Additional RetrievalMethod Type Values...............22 4. Indexes................................................23 4.1 Fragment Index.......................................23 4.2 URI Index............................................26 D. Eastlake 3rd [Page 2] INTERNET-DRAFT Additional XML Security URIs Table of Contents (continued) 5. IANA Considerations....................................30 6. Security Considerations................................30 Appendix A: Changes from RFC 4051.........................31 Appendix Z: Change History................................32 Normative References......................................34 Informative References....................................37 Author's Address..........................................39 D. Eastlake 3rd [Page 3] INTERNET-DRAFT Additional XML Security URIs Acknowledgements The contributions of the following to this document, listed in alphabetic order, are gratefully acknowledged: Ernst Giessmann, Frederick Hirsch, Russ Housley, Charlie Kaufman, Konrad Lanz, Peter Lipp, HwanJin Lee, Thomas Roessler, Hanseong Ryu, Peter Saint-Andre, Sean Turner. The following contributors to [RFC4051], on which this document is based, are gratefully acknowledged: Glenn Adams, Merlin Hughs, Gregor Karlinger, Brian LaMachia, Shiho Moriai, Joseph Reagle, Russ Housley, and Joel Halpern. The document was prepared in raw nroff. All macros used were defined within the source file. D. Eastlake 3rd [Page 4] INTERNET-DRAFT Additional XML Security URIs 1. Introduction XML Digital Signatures, Canonicalization, and Encryption have been standardized by the W3C and by the joint IETF/W3C XMLDSIG working group [W3C]. All of these are now W3C Recommendations and IETF Informational or Standards Track documents. They are available as follows: IETF level W3C REC Topic ----------- ------- ----- [RFC3275] Draft Std [XMLDSIG] XML Digital Signatures [RFC3076] Info [CANON] Canonical XML 1.0 - - - - - - [XMLENC] XML Encryption [RFC3741] Info [XCANON] Exclusive XML Canonicalization 1.0 All of these standards and recommendations use URIs [RFC3986] to identify algorithms and keying information types. This document is an updated convenient reference list of URIs and corresponding algorithms in which there is substantial interest. There have been significant new cryptographic algorithms of interest to XML security, for some of which the URI is only specified in this document, added since the previous list [RFC4051], was issued in 2005. This document obsoletes [RFC4051]. All of the URIs appear in the Section 4 indexes below. Subsections about one of the URIs appear in Section 2 or 3 only for those URIs added by [RFC4051] or this document and for Minimal Canoncialization (Section 2.4). Note that raising XML Digital Signature to Draft Standard [RFC3275] in the IETF required removal of any algorithms for which there was not demonstrated interoperability from the Proposed Standard document. This required removal of the Minimal Canonicalization algorithm, in which there appears to be continued interest. The URI for Minimal Canonicalization was included in [RFC4051] and is included here. 1.1 Terminology The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [RFC2119]. D. Eastlake 3rd [Page 5] INTERNET-DRAFT Additional XML Security URIs 1.2 Acronyms The following acronyms are used in this document: HMAC - Keyed-Hashing MAC [RFC2104] IETF - Internet Engineering Task Force MAC - Message Authentication Code MD - Message Digest NIST - United States National Institute of Standards and Technology RC - Rivest Cipher RSA - Rivest, Shamir, and Adleman SHA - Secure Hash Algorithm URI - Uniform Resource Identifier [RFC3986] W3C - World Wide Web Consortium XML - eXtensible Markup Language D. Eastlake 3rd [Page 6] INTERNET-DRAFT Additional XML Security URIs 2. Algorithms The URI [RFC3986] that was dropped from the XML Digitial Signature standard due to the transition from IETF Proposed Standard to Draft Standard [RFC3275] is included in section 2.4 below with its original http://www.w3.org/2000/09/xmldsig# prefix so as to avoid changing the XMLDSIG standard's namespace. Additional algorithms in [RFC4051] were given URIs that start with http://www.w3.org/2001/04/xmldsig-more# while further algorithms added in this document are given URIs that start with http://www.w3.org/2007/05/xmldsig-more# An "xmldsig-more" URI does not imply any official W3C status for these algorithms or identifiers nor does it imply that they are only useful in digital signatures. Currently, dereferencing such URIs may or may not produce a temporary placeholder document. Permission to use these URI prefixes has been given by the W3C. In addition, for ease of reference, this document includes in the indexes in Section 4 many cryptographic algorithm URIs from several XML security documents using the namespaces with which they are defined in those documents. For example, 2000/09/xmldsig# for some URIs specified in [RFC3275] and 2001/04/xmlenc# for some URIs specified in [XMLENC]. 2.1 DigestMethod (Hash) Algorithms These algorithms are usable wherever a DigestMethod element occurs. 2.1.1 MD5 Identifier: http://www.w3.org/2001/04/xmldsig-more#md5 The MD5 algorithm [RFC1321] takes no explicit parameters. An example of an MD5 DigestAlgorithm element is: D. Eastlake 3rd [Page 7] INTERNET-DRAFT Additional XML Security URIs An MD5 digest is a 128-bit string. The content of the DigestValue element shall be the base64 [RFC2045] encoding of this bit string viewed as a 16-octet octet stream. Use of MD5 is NOT RECOMMENDED [RFC6151]. 2.1.2 SHA-224 Identifier: http://www.w3.org/2001/04/xmldsig-more#sha224 The SHA-224 algorithm [FIPS180-4] [RFC6234] takes no explicit parameters. An example of a SHA-224 DigestAlgorithm element is: A SHA-224 digest is a 224 bit string. The content of the DigestValue element shall be the base64 [RFC2045] encoding of this string viewed as a 28-octet stream. Because it takes roughly the same amount of effort to compute a SHA-224 message digest as a SHA-256 digest and terseness is usually not a criteria in XML application, consideration should be given to the use of SHA-256 as an alternative. 2.1.3 SHA-384 Identifier: http://www.w3.org/2001/04/xmldsig-more#sha384 The SHA-384 algorithm [FIPS180-4] takes no explicit parameters. An example of a SHA-384 DigestAlgorithm element is: A SHA-384 digest is a 384 bit string. The content of the DigestValue element shall be the base64 [RFC2045] encoding of this string viewed as a 48-octet stream. Because it takes roughly the same amount of effort to compute a SHA-384 message digest as a SHA-512 digest and terseness is usually not a criteria in XML application, consideration should be given to the use of SHA-512 as an alternative. D. Eastlake 3rd [Page 8] INTERNET-DRAFT Additional XML Security URIs 2.1.4 Whirlpool Identifier: http://www.w3.org/2007/05/xmldsig-more#whirlpool The Whirlpool algorithm [10118-3] takes no explicit parameters. A Whirlpool digest is a 512 bit string. The content of the DigestValue element shall be the base64 [RFC2045] encoding of this string viewed as a 64 octet stream. 2.1.5 SHA-3 Identifiers: http://www.w3.org/2007/05/xmldsig-more#sha3-224 http://www.w3.org/2007/05/xmldsig-more#sha3-256 http://www.w3.org/2007/05/xmldsig-more#sha3-384 http://www.w3.org/2007/05/xmldsig-more#sha3-512 NIST has recently completed a hash function competition for an alternative to the SHA family. The Keccak-f[1600] algorithm was selected [Keccak]. This section is a space holder and reservation of URIs for future information on Keccak use in XML security. 2.2 SignatureMethod MAC Algorithms This section covers SignatureMethod MAC (Message Authentication Code) Algorithms. Note: Some text in this section is duplicated from [RFC3275] for the convenience of the reader. RFC 3275 is normative in case of conflict. 2.2.1 HMAC-MD5 Identifier: http://www.w3.org/2001/04/xmldsig-more#hmac-md5 The HMAC algorithm [RFC2104] takes the truncation length in bits as a parameter; if the parameter is not specified then all the bits of the hash are output. An example of an HMAC-MD5 SignatureMethod element is as follows: D. Eastlake 3rd [Page 9] INTERNET-DRAFT Additional XML Security URIs 112 The output of the HMAC algorithm is ultimately the output (possibly truncated) of the chosen digest algorithm. This value shall be base64 [RFC2045] encoded in the same straightforward fashion as the output of the digest algorithms. Example: the SignatureValue element for the HMAC-MD5 digest 9294727A 3638BB1C 13F48EF8 158BFC9D from the test vectors in [RFC2104] would be kpRyejY4uxwT9I74FYv8nQ== Schema Definition: DTD: The Schema Definition and DTD immediately above are copied from [RFC3275]. Although cryptographic suspicions have recently been cast on MD5 for use in signatures such as RSA-MD5 below, this does not affect use of MD5 in HMAC [RFC6151]. 2.2.2 HMAC SHA Variations Identifiers: http://www.w3.org/2001/04/xmldsig-more#hmac-sha224 http://www.w3.org/2001/04/xmldsig-more#hmac-sha256 http://www.w3.org/2001/04/xmldsig-more#hmac-sha384 http://www.w3.org/2001/04/xmldsig-more#hmac-sha512 SHA-224, SHA-256, SHA-384, and SHA-512 [FIPS180-4] [RFC6234] can also be used in HMAC as described in section 2.2.1 above for HMAC-MD5. D. Eastlake 3rd [Page 10] INTERNET-DRAFT Additional XML Security URIs 2.2.3 HMAC-RIPEMD160 Identifier: http://www.w3.org/2001/04/xmldsig-more#hmac-ripemd160 RIPEMD-160 [RIPEMD-160] can also be used in HMAC as described in section 2.2.1 above for HMAC-MD5. 2.3 SignatureMethod Public Key Signature Algorithms These algorithms are distinguished from those in section 2.2 above in that they use public key methods. That is to say, the verification key is different from and not feasibly derivable from the signing key. 2.3.1 RSA-MD5 Identifier: http://www.w3.org/2001/04/xmldsig-more#rsa-md5 This implies the PKCS#1 v1.5 padding algorithm described in [RFC3447]. An example of use is The SignatureValue content for an RSA-MD5 signature is the base64 [RFC2045] encoding of the octet string computed as per [RFC3447] section 8.1.1?, signature generation for the RSASSA-PKCS1-v1_5 signature scheme. As specified in the EMSA-PKCS1-V1_5-ENCODE function in [RFC3447] section 9.2.1?, the value input to the signature function MUST contain a pre-pended algorithm object identifier for the hash function, but the availability of an ASN.1 parser and recognition of OIDs is not required of a signature verifier. The PKCS#1 v1.5 representation appears as: CRYPT (PAD (ASN.1 (OID, DIGEST (data)))) Note that the padded ASN.1 will be of the following form: 01 | FF* | 00 | prefix | hash Vertical bar ("|") represents concatenation. "01", "FF", and "00" are fixed octets of the corresponding hexadecimal value and the asterisk ("*") after "FF" indicates repetition. "hash" is the MD5 digest of the data. "prefix" is the ASN.1 BER MD5 algorithm designator prefix D. Eastlake 3rd [Page 11] INTERNET-DRAFT Additional XML Security URIs required in PKCS #1 [RFC3447], that is, hex 30 20 30 0c 06 08 2a 86 48 86 f7 0d 02 05 05 00 04 10 This prefix is included to make it easier to use standard cryptographic libraries. The FF octet MUST be repeated enough times that the value of the quantity being CRYPTed is exactly one octet shorter than the RSA modulus. Due to increases in computer processor power and advances in cryptography, use of RSA-MD5 is NOT RECOMMENDED [RFC6151]. 2.3.2 RSA-SHA256 Identifier: http://www.w3.org/2001/04/xmldsig-more#rsa-sha256 This implies the PKCS#1 v1.5 padding algorithm [RFC3447] as described in section 2.3.1 but with the ASN.1 BER SHA-256 algorithm designator prefix. An example of use is 2.3.3 RSA-SHA384 Identifier: http://www.w3.org/2001/04/xmldsig-more#rsa-sha384 This implies the PKCS#1 v1.5 padding algorithm [RFC3447] as described in section 2.3.1 but with the ASN.1 BER SHA-384 algorithm designator prefix. An example of use is Because it takes about the same effort to calculate a SHA-384 message digest as it does a SHA-512 message digest, it is suggested that RSA- SHA512 be used in preference to RSA-SHA384 where possible. 2.3.4 RSA-SHA512 Identifier: http://www.w3.org/2001/04/xmldsig-more#rsa-sha512 D. Eastlake 3rd [Page 12] INTERNET-DRAFT Additional XML Security URIs This implies the PKCS#1 v1.5 padding algorithm [RFC3447] as described in section 2.3.1 but with the ASN.1 BER SHA-512 algorithm designator prefix. An example of use is 2.3.5 RSA-RIPEMD160 Identifier: http://www.w3.org/2001/04/xmldsig-more#rsa-ripemd160 This implies the PKCS#1 v1.5 padding algorithm [RFC3447] as described in section 2.3.1 but with the ASN.1 BER RIPEMD160 algorithm designator prefix. An example of use is 2.3.6 ECDSA-SHA*, ECDSA-RIPEMD160, ECDSA-Whirlpool Identifiers: http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1 http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha224 http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256 http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha384 http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha512 http://www.w3.org/2007/05/xmldsig-more#ecdsa-ripemd160 http://www.w3.org/2007/05/xmldsig-more#ecdsa-whirlpool The Elliptic Curve Digital Signature Algorithm (ECDSA) [FIPS180-4] is the elliptic curve analogue of the DSA (DSS) signature method. It takes no explicit parameters. For detailed specifications of how to use it with SHA hash functions and XML Digital Signature, please see [X9.62] and [RFC4050]. The #ecdsa-ripemd160 and #ecdsa-whirlpool fragments in the new namespace identifies a signature method processed in the same way as specified by the #ecdsa-sha1 fragment of this namespace with the exception that RIPEMD160 or Whirlpool is used instead of SHA-1. The output of the ECDSA algorithm consists of a pair of integers usually referred by the pair (r, s). The signature value consists of the base64 encoding of the concatenation of two octet-streams that respectively result from the octet-encoding of the values r and s in that order. Integer to octet-stream conversion must be done D. Eastlake 3rd [Page 13] INTERNET-DRAFT Additional XML Security URIs according to the I2OSP operation defined in the [RFC3447] specification with the l parameter equal to the size of the base point order of the curve in bytes (e.g. 32 for the P-256 curve and 66 for the P-521 curve [FIPS186-3]). For an introduction to elliptic curve cryptographic algorithms, see [RFC6090] but note that there is a Errata for that RFC. 2.3.7 ESIGN-SHA1 Identifiers: http://www.w3.org/2001/04/xmldsig-more#esign-sha1 http://www.w3.org/2001/04/xmldsig-more#esign-sha224 http://www.w3.org/2001/04/xmldsig-more#esign-sha256 http://www.w3.org/2001/04/xmldsig-more#esign-sha384 http://www.w3.org/2001/04/xmldsig-more#esign-sha512 The ESIGN algorithm specified in [IEEE P1363a] is a signature scheme based on the integer factorization problem. It is much faster than previous digital signature schemes so ESIGN can be implemented on smart cards without special co-processors. An example of use is 2.3.8 RSA-Whirlpool Identifier: http://www.w3.org/2007/05/xmldsig-more#rsa-whirlpool As in the definition of the RSA-SHA1 algorithm in [XMLDSIG], the designator "RSA" means the RSASSA-PKCS1-v1_5 algorithm as defined in PKCS2.1 [PKCS2.1]. When identified through the #rsa-whirlpool fragment identifier, Whirlpool is used as the hash algorithm instead. Use of the ASN.1 BER Whirlpool algorithm designator is implied. That designator is hex 30 4e 30 0a 06 06 28 cf 06 03 00 37 05 00 04 40 as an explicit octet sequence. This corresponds to OID 1.0.10118.3.0.55 defined in [10118-3]. An example of use is D. Eastlake 3rd [Page 14] INTERNET-DRAFT Additional XML Security URIs 2.3.9 RSASSA-PSS With Parameters Identifiers: http://www.w3.org/2007/05/xmldsig-more#rsa-pss http://www.w3.org/2007/05/xmldsig-more#MGF1 These identifiers imply the PKCS#1 EMSA-PSS encoding algorithm [RFC3447]. The RSASSA-PSS algorithm takes the digest method (hash function), a mask generation function, the salt length in bytes (SaltLength), and the trailer field as explicit parameters. Algorithm identifiers for hash functions specified in XML encryption [XMLENC], [XMLDSIG], and in section 2.1 are considered to be valid algorithm identifiers for hash functions. According to [RFC3447] the default value for the digest function is SHA-1, but due to the discovered weakness of SHA-1 [RFC6194] it is recommended that SHA-256 or a stronger hash function be used. Notwithstanding [RFC3447], SHA-256 is the default to be used with these SignatureMethod identifiers if no hash function has been specified. The default salt length for these SignatureMethod identifiers if the SaltLength is not specified shall be the number of octets in the hash value of the digest method, as recommended in [RFC4055]. In a parameterized RSASSA-PSS signature the ds:DigestMethod and the SaltLength parameters usually appear. If they do not, the defaults make this equivalent to http://www.w3.org/2007/05/xmldsig- more#sha256-rsa-MGF1 (see section 2.3.10). The TrailerField defaults to 1 (0xbc) when omitted. Schema Definition (target namespace http://www.w3.org/2007/05/xmldsig-more#): Top level element that can be used in xs:any namespace="#other" wildcard of ds:SignatureMethod content. 2.3.10 RSASSA-PSS Without Parameters [RFC3447] currently specifies only one mask generation function MGF1 based on a hash function. Whereas [RFC3447] allows for parameterization, the default is to use the same hash function as the digest method function. Only this default approach is supported by this section, therefore the definition of a mask generation function type is not needed yet. The same applies to the trailer field. There is only one value (0xBC) specified in [RFC3447]. Hence this default parameter must be used for signature generation. The default salt length is the length of the hash function. Identifiers: http://www.w3.org/2007/05/xmldsig-more#sha3-224-rsa-MGF1 http://www.w3.org/2007/05/xmldsig-more#sha3-256-rsa-MGF1 http://www.w3.org/2007/05/xmldsig-more#sha3-384-rsa-MGF1 http://www.w3.org/2007/05/xmldsig-more#sha3-512-rsa-MGF1 http://www.w3.org/2007/05/xmldsig-more#md2-rsa-MGF1 http://www.w3.org/2007/05/xmldsig-more#md5-rsa-MGF1 http://www.w3.org/2007/05/xmldsig-more#sha1-rsa-MGF1 http://www.w3.org/2007/05/xmldsig-more#sha224-rsa-MGF1 http://www.w3.org/2007/05/xmldsig-more#sha256-rsa-MGF1 http://www.w3.org/2007/05/xmldsig-more#sha384-rsa-MGF1 http://www.w3.org/2007/05/xmldsig-more#sha512-rsa-MGF1 http://www.w3.org/2007/05/xmldsig-more#ripemd128-rsa-MGF1 http://www.w3.org/2007/05/xmldsig-more#ripemd160-rsa-MGF1 http://www.w3.org/2007/05/xmldsig-more#whirlpool-rsa-MGF1 D. Eastlake 3rd [Page 16] INTERNET-DRAFT Additional XML Security URIs An example of use is 2.3.11 RSA-SHA224 Identifier: http://www.w3.org/2007/05/xmldsig-more#rsa-sha224 This implies the PKCS#1 v1.5 padding algorithm [RFC3447] as described in section 2.3.1 but with the ASN.1 BER SHA-224 algorithm designator prefix. An example of use is Because it takes about the same effort to calculate a SHA-224 message digest as it does a SHA-256 message digest, it is suggested that RSA- SHA256 be used in preference to RSA-SHA224 where possible. 2.4 Minimal Canonicalization Thus far two independent interoperable implementations of Minimal Canonicalization have not been announced. Therefore, when XML Digital Signature was advanced from Proposed Standard [RFC3075] to Draft Standard [RFC3275], Minimal Canonicalization was dropped from the standard track documents. However, there is still interest. For its definition, see [RFC3075] Section 6.5.1. For reference, its identifier remains: http://www.w3.org/2000/09/xmldsig#minimal 2.5 Transform Algorithms Note that all CanonicalizationMethod algorithms can also be used as Transform algorithms. D. Eastlake 3rd [Page 17] INTERNET-DRAFT Additional XML Security URIs 2.5.1 XPointer Identifier: http://www.w3.org/2001/04/xmldsig-more#xptr This transform algorithm takes an [XPointer] as an explicit parameter. An example of use is: xpointer(id("foo")) xmlns(bar=http://foobar.example) xpointer(//bar:Zab[@Id="foo"]) Schema Definition: DTD: Input to this transform is an octet stream (which is then parsed into XML). Output from this transform is a node set; the results of the XPointer are processed as defined in the XMLDSIG specification [RFC3275] for a same-document XPointer. 2.6 EncryptionMethod Algorithms This subsection gives identifiers and information for several EncryptionMethod Algorithms. 2.6.1 ARCFOUR Encryption Algorithm Identifier: http://www.w3.org/2001/04/xmldsig-more#arcfour ARCFOUR is a fast, simple stream encryption algorithm that is compatible with RSA Security's RC4 algorithm [RC4]. An example EncryptionMethod element using ARCFOUR is D. Eastlake 3rd [Page 18] INTERNET-DRAFT Additional XML Security URIs 40 Note that Arcfour makes use of the generic KeySize parameter specified and defined in [XMLENC]. 2.6.2 Camellia Block Encryption Identifiers: http://www.w3.org/2001/04/xmldsig-more#camellia128-cbc http://www.w3.org/2001/04/xmldsig-more#camellia192-cbc http://www.w3.org/2001/04/xmldsig-more#camellia256-cbc Camellia is an efficient and secure block cipher with the same interface as the AES [Camellia] [RFC3713], that is 128-bit block size and 128, 192, and 256 bit key sizes. In XML Encryption Camellia is used in the same way as the AES: It is used in the Cipher Block Chaining (CBC) mode with a 128-bit initialization vector (IV). The resulting cipher text is prefixed by the IV. If included in XML output, it is then base64 encoded. An example Camellia EncryptionMethod is as follows: 2.6.3 Camellia Key Wrap Identifiers: http://www.w3.org/2001/04/xmldsig-more#kw-camellia128 http://www.w3.org/2001/04/xmldsig-more#kw-camellia192 http://www.w3.org/2001/04/xmldsig-more#kw-camellia256 Camellia [Camellia] [RFC3713] key wrap is identical to the AES key wrap algorithm [RFC3394] specified in the XML Encryption standard with "AES" replaced by "Camellia". As with AES key wrap, the check value is 0xA6A6A6A6A6A6A6A6. The algorithm is the same whatever the size of the Camellia key used in wrapping, called the key encrypting key or KEK. The implementation of Camellia is OPTIONAL. However, if it is supported, the same implementation guidelines as to which combinations of KEK size and wrapped key size should be required to be supported and which are D. Eastlake 3rd [Page 19] INTERNET-DRAFT Additional XML Security URIs optional to be supported should be followed. That is to say, if Camellia key wrap is supported, they wrapping 128-bit keys with a 128-bit KEK and wrapping 256-bit keys with a 256-bit KEK are REQUIRED and all other combinations are OPTIONAL. An example of use is: 2.6.4 PSEC-KEM Identifier: http://www.w3.org/2001/04/xmldsig-more#psec-kem The PSEC-KEM algorithm, specified in [18033-3], is a key encapsulation mechanism using elliptic curve encryption. An example of use is: version id curve base order cofactor See [18033-3] for information on the parameters above. 2.6.5 SEED Block Encryption Identifier: http://www.w3.org/2007/05/xmldsig-more#seed128-cbc SEED [RFC4269] is an efficient and secure block cipher that is 128-bit block size and 128-bit key sizes. In XML Encryption, SEED can be used in the Cipher Block Chaining (CBC) mode with a 128-bit initialization vector (IV). The resulting cipher text is prefixed by the IV. If included in XML output, it is then base64 encoded. D. Eastlake 3rd [Page 20] INTERNET-DRAFT Additional XML Security URIs An example SEED EncryptionMethod is as follows: 2.6.6 SEED Key Wrap Identifier: http://www.w3.org/2007/05/xmldsig-more#kw-seed128 Key wrapping with SEED is identical to Section 2.2.1 of [RFC3394] with "AES" replaced by "SEED". The algorithm is specified in [RFC4010]. The implementation of SEED is optional. The default initial value is 0xA6A6A6A6A6A6A6A6. An example of use is: 2.6.7 AES Key Wrap with Padding Identifiers: http://www.w3.org/2007/05/xmldsig-more#kw-aes128-pad http://www.w3.org/2007/05/xmldsig-more#kw-aes192-pad http://www.w3.org/2007/05/xmldsig-more#kw-aes256-pad Key wrapping with AES as specified in [RFC5649]. This is AES key wrapping [RFC3394] modified to eliminate the requirement that the key to be wrapped be a multiple of 64 bits. There are three versions for the three possible sizes of the key-encrypting-key. An example of use is: D. Eastlake 3rd [Page 21] INTERNET-DRAFT Additional XML Security URIs 3. KeyInfo In section 3.1 below a new KeyInfo element child is specified while in section 3.2 additional KeyInfo Type values for use in RetrievalMethod are specified. 3.1 PKCS #7 Bag of Certificates and CRLs A PKCS #7 [RFC2315] "signedData" can also be used as a bag of certificates and/or certificate revocation lists (CRLs). The PKCS7signedData element is defined to accommodate such structures within KeyInfo. The binary PKCS #7 structure is base64 [RFC2045] encoded. Any signer information present is ignored. The following is a example [RFC3092], eliding the base64 data: ... 3.2 Additional RetrievalMethod Type Values The Type attribute of RetrievalMethod is an optional identifier for the type of data to be retrieved. The result of de-referencing a RetrievalMethod reference for all KeyInfo types with an XML structure is an XML element or document with that element as the root. The various "raw" key information types return a binary value. Thus they require a Type attribute because they are not unambiguously parsable. Identifiers: http://www.w3.org/2001/04/xmldsig-more#KeyName http://www.w3.org/2001/04/xmldsig-more#KeyValue http://www.w3.org/2001/04/xmldsig-more#PKCS7signedData http://www.w3.org/2001/04/xmldsig-more#rawPGPKeyPacket http://www.w3.org/2001/04/xmldsig-more#rawPKCS7signedData http://www.w3.org/2001/04/xmldsig-more#rawSPKISexp http://www.w3.org/2001/04/xmldsig-more#rawX509CRL http://www.w3.org/2001/04/xmldsig-more#RetrievalMethod D. Eastlake 3rd [Page 22] INTERNET-DRAFT Additional XML Security URIs 4. Indexes The following subsections provide an index by URI and by fragment identifier (the portion of the URI after "#") of the algorithm and KeyInfo URIs defined in this document and in the standards (plus the one KeyInfo child element name defined in this document). The "Sec/Doc" column has the section of this document or, if not specified in this document, the standards document where the item is specified. 4.1 Fragment Index The initial "http://www.w3.org/" part of the URI is not included below. The first six entries have a null fragment identifier or no fragment identifier. Fragment URI Sec/Doc --------- ---- -------- 2002/06/xmldsig-filter2 [XPATH] 2006/12/xmlc12n11# [CANON] TR/1999/REC-xslt-19991116 [XSLT] TR/1999/REC-xpath-19991116 [XPATH] TR/2001/06/xml-exc-c14n# [XCANON] TR/2001/REC-xml-c14n-20010315 [CANON] TR/2001/REC-xmlschema-1-20010502 [Schema] aes128-cbc 2001/04/xmlenc#aes128-cbc [XMLENC] aes128-gcm 2009/xmlenc11#aes128-gcm [XMLENC] aes192-cbc 2001/04/xmlenc#aes192-cbc [XMLENC] aes192-gcm 2009/xmlenc11#aes192-gcm [XMLENC] aes256-cbc 2001/04/xmlenc#aes256-cbc [XMLENC] aes256-gcm 2009/xmlenc11#aes256-gcm [XMLENC] arcfour 2001/04/xmldsig-more#arcfour 2.6.1 base64 2000/09/xmldsig#base64 [RFC3275] camellia128-cbc 2001/04/xmldsig-more#camellia128-cbc 2.6.2 camellia192-cbc 2001/04/xmldsig-more#camellia192-cbc 2.6.2 camellia256-cbc 2001/04/xmldsig-more#camellia256-cbc 2.6.2 ConcatKDF 2009/xmlenc11#ConctKDF [XMLENC] decrypt#XML 2002/07/decrypt#XML [DECRYPT] decrypt#Binary 2002/07/decrypt#Binary [DECRYPT] DEREncodedKeyValue 2009/xmldsig11#DEREncodedKeyValue [XMLDSIG] dh 2001/04/xmlenc#dh [XMLENC] dh-es 2009/xmlenc11#dh-es [XMLENC] dsa-sha1 2000/09/xmldsig#dsa-sha1 [RFC3275] D. Eastlake 3rd [Page 23] INTERNET-DRAFT Additional XML Security URIs dsa-sha256 2009/xmldsig11#dsa-sha256 [XMLDSIG] DSAKeyValue 2000/09/xmldsig#DSAKeyValue [XMLDSIG] ECDH-ES 2009/xmlenc11#ECDH-ES [XMLENC] ecdsa-ripemd160 2007/05/xmldsig-more#ecdsa-ripemd160 2.3.6 ecdsa-sha1 2001/04/xmldsig-more#ecdsa-sha1 2.3.6 ecdsa-sha224 2001/04/xmldsig-more#ecdsa-sha224 2.3.6 ecdsa-sha256 2001/04/xmldsig-more#ecdsa-sha256 2.3.6 ecdsa-sha384 2001/04/xmldsig-more#ecdsa-sha384 2.3.6 ecdsa-sha512 2001/04/xmldsig-more#ecdsa-sha512 2.3.6 ecdsa-whirlpool 2007/05/xmldsig-more#ecdsa-whirlpool 2.3.5 ecies-kem 2010/xmlsec-ghc#ecies-kem [GENERIC] ECKeyValue 2009/xmldsig11#ECKeyValue [XMLDSIG] enveloped-signature 2000/09/xmldsig#enveloped-signature [RFC3275] esign-sha1 2001/04/xmldsig-more#esign-sha1 2.3.7 esign-sha224 2001/04/xmldsig-more#esign-sha224 2.3.7 esign-sha256 2001/04/xmldsig-more#esign-sha256 2.3.7 esign-sha384 2001/04/xmldsig-more#esign-sha384 2.3.7 esign-sha512 2001/04/xmldsig-more#esign-sha512 2.3.7 generic-hybrid 2010/xmlsec-ghc#generic-hybrid [GENERIC] hmac-md5 2001/04/xmldsig-more#hmac-md5 2.2.1 hmac-ripemd160 2001/04/xmldsig-more#hmac-ripemd160 2.2.3 hmac-sha1 2000/09/xmldsig#hmac-sha1 [RFC3275] hmac-sha224 2001/04/xmldsig-more#hmac-sha224 2.2.2 hmac-sha256 2001/04/xmldsig-more#hmac-sha256 2.2.2 hmac-sha384 2001/04/xmldsig-more#hmac-sha384 2.2.2 hmac-sha512 2001/04/xmldsig-more#hmac-sha512 2.2.2 KeyName 2001/04/xmldsig-more#KeyName 3.2 KeyValue 2001/04/xmldsig-more#KeyValue 3.2 kw-aes128 2001/04/xmlenc#kw-aes128 [XMLENC] kw-aes128-pad 2007/05/xmldsig-more#kw-aes128-pad 2.6.7 kw-aes192 2001/04/xmlenc#kw-aes192 [XMLENC] kw-aes192-pad 2007/05/xmldsig-more#kw-aes192-pad 2.6.7 kw-aes256 2001/04/xmlenc#kw-aes256 [XMLENC] kw-aes256-pad 2007/05/xmldsig-more#kw-aes256-pad 2.6.7 kw-camellia128 2001/04/xmldsig-more#kw-camellia128 2.6.3 kw-camellia192 2001/04/xmldsig-more#kw-camellia192 2.6.3 kw-camellia256 2001/04/xmldsig-more#kw-camellia256 2.6.3 kw-seed128 2007/05/xmldsig-more#kw-seed128 2.6.6 md2-rsa-MGF1 2007/05/xmldsig-more#md2-rsa-MGF1 2.3.10 md5 2001/04/xmldsig-more#md5 2.1.1 md5-rsa-MGF1 2007/05/xmldsig-more#md5-rsa-MGF1 2.3.10 MGF1 2007/05/xmldsig-more#MGF1 2.3.9 mgf1sha1 2009/xmlenc11#mgf1sha1 [XMLENC] mgf1sha224 2009/xmlenc11#mgf1sha224 [XMLENC] mgf1sha256 2009/xmlenc11#mgf1sha256 [XMLENC] D. Eastlake 3rd [Page 24] INTERNET-DRAFT Additional XML Security URIs mgf1sha384 2009/xmlenc11#mgf1sha384 [XMLENC] mgf1sha512 2009/xmlenc11#mgf1sha512 [XMLENC] MgmtData 2000/09/xmldsig#MgmtData [XMLDSIG] minimal 2000/09/xmldsig#minimal 2.4 pbkdf2 2009/xmlenc11#pbkdf2 [XMLENC] PGPData 2000/09/xmldsig#PGPData [XMLDSIG] PKCS7signedData 2001/04/xmldsig-more#PKCS7signedData 3.1 PKCS7signedData 2001/04/xmldsig-more#PKCS7signedData 3.2 psec-kem 2001/04/xmldsig-more#psec-kem 2.6.4 rawPGPKeyPacket 2001/04/xmldsig-more#rawPGPKeyPacket 3.2 rawPKCS7signedData 2001/04/xmldsig-more#rawPKCS7signedData 3.2 rawSPKISexp 2001/04/xmldsig-more#rawSPKISexp 3.2 rawX509Certificate 2000/09/xmldsig#rawX509Certificate [RFC3275] rawX509CRL 2001/04/xmldsig-more#rawX509CRL 3.2 RetrievalMethod 2001/04/xmldsig-more#RetrievalMethod 3.2 ripemd128-rsa-MGF1 2007/05/xmldsig-more#ripemd128-rsa-MGF1 2.3.10 ripemd160 2001/04/xmlenc#ripemd160 [XMLENC] ripemd160-rsa-MGF1 2007/05/xmldsig-more#ripemd160-rsa-MGF1 2.3.10 rsa-1_5 2001/04/xmlenc#rsa-1_5 [XMLENC] rsa-md5 2001/04/xmldsig-more#rsa-md5 2.3.1 rsa-oaep 2009/xmlenc11#rsa-oaep [XMLENC] rsa-oaep-mgf1p 2001/04/xmlenc#rsa-oaep-mgf1p [XMLENC] rsa-pss 2007/05/xmldsig-more#rsa-pss 2.3.9 rsa-ripemd160 2001/04/xmldsig-more#rsa-ripemd160 2.3.5 rsa-sha1 2000/09/xmldsig#rsa-sha1 [RFC3275] rsa-sha224 2007/05/xmldsig-more#rsa-sha224 2.3.11 rsa-sha256 2001/04/xmldsig-more#rsa-sha256 2.3.2 rsa-sha384 2001/04/xmldsig-more#rsa-sha384 2.3.3 rsa-sha512 2001/04/xmldsig-more#rsa-sha512 2.3.4 rsa-whirlpool 2007/05/xmldsig-more#rsa-whirlpool 2.3.5 rsaes-kem 2010/xmlsec-ghc#rsaes-kem [GENERIC] RSAKeyValue 2000/09/xmldsig#RSAKeyValue [XMLDSIG] seed128-cbc 2007/05/xmldsig-more#seed128-cbc 2.6.5 sha1 2000/09/xmldsig#sha1 [RFC3275] sha1-rsa-MGF1 2007/05/xmldsig-more#sha1-rsa-MGF1 2.3.10 sha224 2001/04/xmldsig-more#sha224 2.1.2 sha224-rsa-MGF1 2007/05/xmldsig-more#sha224-rsa-MGF1 2.3.10 sha256 2001/04/xmlenc#sha256 [XMLENC] sha256-rsa-MGF1 2007/05/xmldsig-more#sha256-rsa-MGF1 2.3.10 sha3-224 2007/05/xmldsig-more#sha3-224 2.1.5 sha3-224-rsa-MGF1 2007/05/xmldsig-more#sha3-224-rsa-MGF1 2.3.10 sha3-256 2007/05/xmldsig-more#sha3-256 2.1.5 sha3-256-rsa-MGF1 2007/05/xmldsig-more#sha3-256-rsa-MGF1 2.3.10 sha3-384 2007/05/xmldsig-more#sha3-384 2.1.5 sha3-384-rsa-MGF1 2007/05/xmldsig-more#sha3-384-rsa-MGF1 2.3.10 D. Eastlake 3rd [Page 25] INTERNET-DRAFT Additional XML Security URIs sha3-512 2007/05/xmldsig-more#sha3-512 2.1.5 sha3-512-rsa-MGF1 2007/05/xmldsig-more#sha3-512-rsa-MGF1 2.3.10 sha384 2001/04/xmldsig-more#sha384 2.1.3 sha384-rsa-MGF1 2007/05/xmldsig-more#sha384-rsa-MGF1 2.3.10 sha512 2001/04/xmlenc#sha512 [XMLENC] sha512-rsa-MGF1 2007/05/xmldsig-more#sha512-rsa-MGF1 2.3.10 SPKIData 2000/09/xmldsig#SPKIData [XMLDSIG] tripledes-cbc 2001/04/xmlenc#tripledes-cbc [XMLENC] whirlpool 2007/05/xmldsig-more#whirlpool 2.1.4 whirlpool-rsa-MGF1 2007/05/xmldsig-more#whirlpool-rsa-MGF1 2.3.10 WithComments 2006/12/xmlc14n11#WithComments [CANON] WithComments TR/2001/06/xml-exc-c14n#WithComments [XCANON] WithComments TR/2001/REC-xml-c14n-20010315#WithComments [CANON] X509Data 2000/09/xmldsig#X509Data [XMLDSIG] xptr 2001/04/xmldsig-more#xptr 2.5.1 The initial "http://www.w3.org/" part of the URI is not included above. 4.2 URI Index The initial "http://www.w3.org/" part of the URI is not included below. URI Sec/Doc Type ---- -------- ----- 2000/09/xmldsig#base64 [RFC3275] Transform 2000/09/xmldsig#DSAKeyValue [RFC3275] Retrieval type 2000/09/xmldsig#dsa-sha1 [RFC3275] SignatureMethod 2000/09/xmldsig#enveloped-signature [RFC3275] Transform 2000/09/xmldsig#hmac-sha1 [RFC3275] SignatureMethod 2000/09/xmldsig#MgmtData [RFC3275] Retrieval type 2000/09/xmldsig#minimal 2.4 Canonicalization 2000/09/xmldsig#PGPData [RFC3275] Retrieval type 2000/09/xmldsig#rawX509Certificate [RFC3275] Retrieval type 2000/09/xmldsig#rsa-sha1 [RFC3275] SignatureMethod 2000/09/xmldsig#RSAKeyValue [RFC3275] Retrieval type 2000/09/xmldsig#sha1 [RFC3275] DigestAlgorithm 2000/09/xmldsig#SPKIData [RFC3275] Retrieval type 2000/09/xmldsig#X509Data [RFC3275] Retrieval type D. Eastlake 3rd [Page 26] INTERNET-DRAFT Additional XML Security URIs 2001/04/xmldsig-more#arcfour 2.6.1 EncryptionMethod 2001/04/xmldsig-more#camellia128-cbc 2.6.2 EncryptionMethod 2001/04/xmldsig-more#camellia192-cbc 2.6.2 EncryptionMethod 2001/04/xmldsig-more#camellia256-cbc 2.6.2 EncryptionMethod 2001/04/xmldsig-more#ecdsa-sha1 2.3.6 SignatureMethod 2001/04/xmldsig-more#ecdsa-sha224 2.3.6 SignatureMethod 2001/04/xmldsig-more#ecdsa-sha256 2.3.6 SignatureMethod 2001/04/xmldsig-more#ecdsa-sha384 2.3.6 SignatureMethod 2001/04/xmldsig-more#ecdsa-sha512 2.3.6 SignatureMethod 2001/04/xmldsig-more#esign-sha1 2.3.7 SignatureMethod 2001/04/xmldsig-more#esign-sha224 2.3.7 SignatureMethod 2001/04/xmldsig-more#esign-sha256 2.3.7 SignatureMethod 2001/04/xmldsig-more#esign-sha384 2.3.7 SignatureMethod 2001/04/xmldsig-more#esign-sha512 2.3.7 SignatureMethod 2001/04/xmldsig-more#hmac-md5 2.2.1 SignatureMethod 2001/04/xmldsig-more#hmac-ripemd160 2.2.3 SignatureMethod 2001/04/xmldsig-more#hmac-sha224 2.2.2 SignatureMethod 2001/04/xmldsig-more#hmac-sha256 2.2.2 SignatureMethod 2001/04/xmldsig-more#hmac-sha384 2.2.2 SignatureMethod 2001/04/xmldsig-more#hmac-sha512 2.2.2 SignatureMethod 2001/04/xmldsig-more#KeyName 3.2 Retrieval type 2001/04/xmldsig-more#KeyValue 3.2 Retrieval type 2001/04/xmldsig-more#kw-camellia128 2.6.3 EncryptionMethod 2001/04/xmldsig-more#kw-camellia192 2.6.3 EncryptionMethod 2001/04/xmldsig-more#kw-camellia256 2.6.3 EncryptionMethod 2001/04/xmldsig-more#md5 2.1.1 DigestAlgorithm 2001/04/xmldsig-more#PKCS7signedData 3.2 Retrieval type 2001/04/xmldsig-more#psec-kem 2.6.4 EncryptionMethod 2001/04/xmldsig-more#rawPGPKeyPacket 3.2 Retrieval type 2001/04/xmldsig-more#rawPKCS7signedData 3.2 Retrieval type 2001/04/xmldsig-more#rawSPKISexp 3.2 Retrieval type 2001/04/xmldsig-more#rawX509CRL 3.2 Retrieval type 2001/04/xmldsig-more#RetrievalMethod 3.2 Retrieval type 2001/04/xmldsig-more#rsa-md5 2.3.1 SignatureMethod 2001/04/xmldsig-more#rsa-sha256 2.3.2 SignatureMethod 2001/04/xmldsig-more#rsa-sha384 2.3.3 SignatureMethod 2001/04/xmldsig-more#rsa-sha512 2.3.4 SignatureMethod 2001/04/xmldsig-more#rsa-ripemd160 2.3.5 SignatureMethod 2001/04/xmldsig-more#sha224 2.1.2 DigestAlgorithm 2001/04/xmldsig-more#sha384 2.1.3 DigestAlgorithm 2001/04/xmldsig-more#xptr 2.5.1 Transform 2001/04/xmldsig-more#PKCS7signedData 3.1 KeyInfo child 2001/04/xmlenc#aes128-cbc [XMLENC] EncryptionMethod 2001/04/xmlenc#aes192-cbc [XMLENC] EncryptionMethod 2001/04/xmlenc#aes256-cbc [XMLENC] EncryptionMethod 2001/04/xmlenc#dh [XMLENC] AgreementMethod 2001/04/xmlenc#kw-aes128 [XMLENC] EncryptionMethod 2001/04/xmlenc#kw-aes192 [XMLENC] EncryptionMethod 2001/04/xmlenc#kw-aes256 [XMLENC] EncryptionMethod D. Eastlake 3rd [Page 27] INTERNET-DRAFT Additional XML Security URIs 2001/04/xmlenc#ripemd160 [XMLENC] DigestAlgorithm 2001/04/xmlenc#rsa-1_5 [XMLENC] EncryptionMethod 2001/04/xmlenc#rsa-oaep-mgf1p [XMLENC] EncryptionMethod 2001/04/xmlenc#sha256 [XMLENC] DigestAlgorithm 2001/04/xmlenc#sha512 [XMLENC] DigestAlgorithm 2001/04/xmlenc#tripledes-cbc [XMLENC] EncryptionMethod 2002/06/xmldsig-filter2 [XPATH] Transform 2002/07/decrypt#XML [DECRYPT] Transform 2002/07/decrypt#Binary [DECRYPT] Transform 2006/12/xmlc12n11# [CANON] Canonicalization 2006/12/xmlc14n11#WithComments [CANON] Canonicalization 2007/05/xmldsig-more#ecdsa-ripemd160 2.3.6 SignatureMethod 2007/05/xmldsig-more#ecdsa-whirlpool 2.3.5 SignatureMethod 2007/05/xmldsig-more#kw-seed128 2.6.6 EncryptionMethod 2007/05/xmldsig-more#md2-rsa-MGF1 2.3.10 SignatureMethod 2007/05/xmldsig-more#md5-rsa-MGF1 2.3.10 SignatureMethod 2007/05/xmldsig-more#MGF1 2.3.9 SignatureMethod 2007/05/xmldsig-more#ripemd128-rsa-MGF1 2.3.10 SignatureMethod 2007/05/xmldsig-more#ripemd160-rsa-MGF1 2.3.10 SignatureMethod 2007/05/xmldsig-more#rsa-pss 2.3.9 SignatureMethod 2007/05/xmldsig-more#rsa-sha224 2.3.11 SignatureMethod 2007/05/xmldsig-more#rsa-whirlpool 2.3.5 SignatureMethod 2007/05/xmldsig-more#seed128-cbc 2.6.5 EncryptionMethod 2007/05/xmldsig-more#sha1-rsa-MGF1 2.3.10 SignatureMethod 2007/05/xmldsig-more#sha224-rsa-MGF1 2.3.10 SignatureMethod 2007/05/xmldsig-more#sha256-rsa-MGF1 2.3.10 SignatureMethod 2007/05/xmldsig-more#sha3-224 2.1.5 DigestAlgorithm 2007/05/xmldsig-more#sha3-224-rsa-MGF1 2.3.10 SignatureMethod 2007/05/xmldsig-more#sha3-256 2.1.5 DigestAlgorithm 2007/05/xmldsig-more#sha3-256-rsa-MGF1 2.3.10 SignatureMethod 2007/05/xmldsig-more#sha3-384 2.1.5 DigestAlgorithm 2007/05/xmldsig-more#sha3-384-rsa-MGF1 2.3.10 SignatureMethod 2007/05/xmldsig-more#sha3-512 2.1.5 DigestAlgorithm 2007/05/xmldsig-more#sha3-512-rsa-MGF1 2.3.10 SignatureMethod 2007/05/xmldsig-more#sha384-rsa-MGF1 2.3.10 SignatureMethod 2007/05/xmldsig-more#sha512-rsa-MGF1 2.3.10 SignatureMethod 2007/05/xmldsig-more#whirlpool 2.1.4 DigestAlgorithm 2007/05/xmldsig-more#whirlpool-rsa-MGF1 2.3.10 SignatureMethod 2007/05/xmldsig-more#kw-aes128-pad 2.6.7 EncryptionMethod 2007/05/xmldsig-more#kw-aes192-pad 2.6.7 EncryptionMethod 2007/05/xmldsig-more#kw-aes256-pad 2.6.7 EncryptionMethod 2009/xmldsig11#dsa-sha256 [XMLDSIG] SignatureMethod 2009/xmldsig11#ECKeyValue [XMLDSIG] Retrieval type 2009/xmldsig11#DEREncodedKeyValue [XMLDSIG] Retrieval type D. Eastlake 3rd [Page 28] INTERNET-DRAFT Additional XML Security URIs 2009/xmlenc11#aes128-gcm [XMLENC] EncryptionMethod 2009/xmlenc11#aes192-gcm [XMLENC] EncryptionMethod 2009/xmlenc11#aes256-gcm [XMLENC] EncryptionMethod 2009/xmlenc11#ConcatKDF [XMLENC] EncryptionMethod 2009/xmlenc11#mgf1sha1 [XMLENC] SignatureMethod 2009/xmlenc11#mgf1sha224 [XMLENC] SignatureMethod 2009/xmlenc11#mgf1sha256 [XMLENC] SignatureMethod 2009/xmlenc11#mgf1sha384 [XMLENC] SignatureMethod 2009/xmlenc11#mgf1sha512 [XMLENC] SignatureMethod 2009/xmlenc11#pbkdf2 [XMLENC] EncryptionMethod 2009/xmlenc11#rsa-oaep [XMLENC] EncryptionMethod 2009/xmlenc11#ECDH-ES [XMLENC] EncryptionMethod 2009/xmlenc11#dh-es [XMLENC] EncryptionMethod 2010/xmlsec-ghc#generic-hybrid [GENERIC] Generic Hybrid 2010/xmlsec-ghc#rsaes-kem [GENERIC] Generic Hybrid 2010/xmlsec-ghc#ecies-kem [GENERIC] Generic Hybrid TR/1999/REC-xpath-19991116 [XPATH] Transform TR/1999/REC-xslt-19991116 [XSLT] Transform TR/2001/06/xml-exc-c14n# [XCANON] Canonicalization TR/2001/06/xml-exc-c14n#WithComments [XCANON] Canonicalization TR/2001/REC-xml-c14n-20010315 [CANON] Canonicalization TR/2001/REC-xml-c14n-20010315#WithComments [CANON] Canonicalization TR/2001/REC-xmlschema-1-20010502 [Schema] Transform The initial "http://www.w3.org/" part of the URI is not included above. D. Eastlake 3rd [Page 29] INTERNET-DRAFT Additional XML Security URIs 5. IANA Considerations This document requires no IANA actions. As it is easy for people to construct their own unique URIs [RFC3986] and, if appropriate, to obtain a URI from the W3C, it is not intended that any additional "http://www.w3.org/2007/05/xmldsig-more#" URIs be created beyond those enumerated in this RFC. (W3C Namespace stability rules prohibit the creation of new URIs under "http://www.w3.org/2000/09/xmldsig#" and URIs under "http://www.w3.org/2001/04/xmldsig-more#" were frozen with the publication of [RFC4051].) 6. Security Considerations This RFC is concerned with documenting the URIs that designate algorithms used in connection with XML security. The security considerations vary widely with the particular algorithms and the general security considerations for XML security are outside of the scope of this document but appear in [XMLDSIG], [XMLENC], [CANON], and [GENERIC]. Due to computer speed and cryptographic advances, the use of MD5 as a DigestMethod or in the RSA-MD5 SignatureMethod is NOT RECOMMENDED. The cryptographic advances concerned do not affect the security of HMAC-MD5; however, there is little reason not to go for one of the SHA series of algorithms. See [RFC6194] for SHA-1 Security Considerations and [RFC6151] for MD5 Security Considerations. Additional security considerations are given in connection with the description of some algorithms in the body of this document. D. Eastlake 3rd [Page 30] INTERNET-DRAFT Additional XML Security URIs Appendix A: Changes from RFC 4051 The following changes have been made in RFC 4051 to produce this document. 1. Update and add numerous RFC, W3C, and Internet-Draft references. 2. Add #ecdsa-ripemd160, #whirlpool, #ecdsa-whirlpool, #rsa- whirlpool, #seed128-cbc, and #kw-seed128. 3. Incorporate RFC 4051 errata [Errata191]. 4. Add URI and fragment index sections. 4. In reference to MD5 and SHA-1, add references to [RFC6151] and [RFC6194]. 5. Add SHA-3 / Keccak placeholder section including #sha3-224, #sha3-256, #sha3-384, and #sha3-512. 6. Add RSASSA-PSS sections including #sha3-224-MGF1, #sha3-256-MGF1, #sha3-384-MGF1, #sha3-512-MGF1, #md2-rsa-MGF1, #md5-rsa-MGF1, #sha1-rsa-MGF1, #sha224-rsa-MGF1, #sha256-rsa-MGF1, #sha384-rsa- MGF1, #sha512-rsa-MGF1, #ripemd128-rsa-MGF1, #ripemd160-rsa-MGF1, and #whirlpool-rsa-MGF1. 7. Add new URIs from Canonical XML 1.1 and XML Encryption 1.1 including: #aes128-gcm, #aes192-gcm, #aes256-gc, #ConctKDF, #pbkdf, #rsa-oaep, #ECDH-ES, and #dh-es. 8. Add padded AES key wrap from [RFC5649]. 9. Add a section on SHA-256 and SHA-512 whose URIs are specified in [XMLENC]. 10. Add acronym subsection. 11. Add numerous URIs that are specified in W3C XML Security document to the Indexes. These do not have sections in the body of this document. For example those for dsa-sha256, mgf1sha*, decrypt#XML, and xmldsig-filter2. 12. Editorial changes. D. Eastlake 3rd [Page 31] INTERNET-DRAFT Additional XML Security URIs Appendix Z: Change History RFC Editor Note: Plese delete this Appendix before publication. From -02 to -03 Fix typos and add Whirlpool designator. Add Ernst Giessmann to Acknowledgements. From -03 to -04 1. Add identifiers and space holders for SHA-3 / Keccak. 2. Add Sections 2.3.9 and 2.3.10 for RSASSA-PSS. 3. Update URI index according to items 1 and 2 above. 3. Add new URIs from Canonical XML 1.1 and XML Encryption 1.1. 4. Fix typos, fill in a few minor missing values. 5. Minor editorial changes. From -04 to -05 1. Add padded AES key wrap from [RFC5649]. 2. Add a section on SHA-256 and SHA-512. 3. Minor editorial change to Abstract and various typo fixes. From -05 to -06 1. Add fragment index. 2. Fix typo. From -06 to -07 1. Update for publication of XML Signature 1.1, XML Encryption 1.1, Proposed Recommendations. 2. Editorial changes. From -07 to -08 1. Delete Appendix B which had information on SEED irrelevant to this document. 2. Update XPointer Language reference. D. Eastlake 3rd [Page 32] INTERNET-DRAFT Additional XML Security URIs 3. Remove claim in 1.1 that this document is Informational. 4. At beginning of Section 2, clarify namespaces used. 5. Add numerous URIs that are specified in W3C XML Security document to the Indexes. These do not have sections in the body of this document. For example those for dsa-sha256, mgf1sha*, decrypt#XML, and xmldsig-filter2. 6. Editorial changes. D. Eastlake 3rd [Page 33] INTERNET-DRAFT Additional XML Security URIs Normative References [10118-3] - "Information technology -- Security techniques -- Hash- functions -- Part 3: Dedicated hash-functions", ISO/IEC 10118-3, 2004. [18033-3] - "Information technology -- Security techniques -- Encryption algorithms -- Part 3: Asymmetric ciphers", ISO/IEC 18033-3, 2010. [Camellia] - "Camellia: A 128-bit Block Cipher Suitable for Multiple Platforms - Design and Analysis -", K. Aoki, T. Ichikawa, M. Matsui, S. Moriai, J. Nakajima, T. Tokita, In Selected Areas in Cryptography, 7th Annual International Workshop, SAC 2000, August 2000, Proceedings, Lecture Notes in Computer Science 2012, pp. 39-56, Springer-Verlag, 2001. [Errata191] - RFC Errata, Errata ID 191, RFC 4051, http://www.rfc- editor.org [FIPS180-4] - "Secure Hash Standard (SHS)", United States of American, National Institute of Science and Technology, Federal Information Processing Standard (FIPS) 180-4, March 2012, http://csrc.nist.gov/publications/fips/fips180-4/fips-180-4.pdf [FIPS186-3] - "Digital Signature Standard (DSS)", United States of America, National Institute of Standards and Technology, Federal Information Processing Standard (FIPS) 186-3, June 2009, http://csrc.nist.gov/publications/fips/fips186-3/fips_186-3.pdf [IEEE P1363a] - "Standard Specifications for Public Key Cryptography: Additional Techniques", October 2002. [RC4] - Schneier, B., "Applied Cryptography: Protocols, Algorithms, and Source Code in C", Second Edition, John Wiley and Sons, New York, NY, 1996. [RFC1321] - Rivest, R., "The MD5 Message-Digest Algorithm", RFC 1321, April 1992. [RFC2045] - Freed, N. and N. Borenstein, "Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies", RFC 2045, November 1996. [RFC2104] - Krawczyk, H., Bellare, M., and R. Canetti, "HMAC: Keyed- Hashing for Message Authentication", RFC 2104, February 1997. [RFC2119] - Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, March 1997. D. Eastlake 3rd [Page 34] INTERNET-DRAFT Additional XML Security URIs [RFC2315] - Kaliski, B., "PKCS #7: Cryptographic Message Syntax Version 1.5", RFC 2315, March 1998. [RFC3275] - Eastlake 3rd, D., Reagle, J., and D. Solo, "(Extensible Markup Language) XML-Signature Syntax and Processing", RFC 3275, March 2002. [RFC3394] - Schaad, J. and R. Housley, "Advanced Encryption Standard (AES) Key Wrap Algorithm", RFC 3394, September 2002. [RFC3447] - Jonsson, J. and B. Kaliski, "Public-Key Cryptography Standards (PKCS) #1: RSA Cryptography Specifications Version 2.1", RFC 3447, February 2003. [RFC3713] - Matsui, M., Nakajima, J., and S. Moriai, "A Description of the Camellia Encryption Algorithm", RFC 3713, April 2004. [RFC3986] - Berners-Lee, T., Fielding, R., and L. Masinter, "Uniform Resource Identifier (URI): Generic Syntax", STD 66, RFC 3986, January 2005. [RFC4050] - Blake-Wilson, S., Karlinger, G., Kobayashi, T., and Y. Wang, "Using the Elliptic Curve Signature Algorithm (ECDSA) for XML Digital Signatures", RFC 4050, April 2005. [RFC4055] - Schaad, J., Kaliski, B., and R. Housley, "Additional Algorithms and Identifiers for RSA Cryptography for use in the Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile", RFC 4055, June 2005. [RFC4269] - Lee, H., Lee, S., Yoon, J., Cheon, D., and J. Lee, "The SEED Encryption Algorithm", RFC 4269, December 2005. [RFC5649] - Housley, R. and M. Dworkin, "Advanced Encryption Standard (AES) Key Wrap with Padding Algorithm", RFC 5649, September 2009. [RFC6234] - Eastlake 3rd, D. and T. Hansen, "US Secure Hash Algorithms (SHA and SHA-based HMAC and HKDF)", RFC 6234, May 2011. [RIPEMD-160] - ISO/IEC 10118-3:1998, "Information Technology - Security techniques - Hash-functions - Part3: Dedicated hash- functions", ISO, 1998. [X9.62] - X9.62-200X, "Public Key Cryptography for the Financial Services Industry: The Elliptic Curve Digital Signature Algorithm (ECDSA)", Accredited Standards Committee X9, American National Standards Institute. D. Eastlake 3rd [Page 35] INTERNET-DRAFT Additional XML Security URIs [XMLENC] - "XML Encryption Syntax and Processing", J. Reagle, D. Eastlake, W3C Recommendation 10 December 2002, http://www.w3.org/TR/2001/RED-xmlenc-core-20021210/ - "XML Encryption Syntax and Processing Version 1.1", D. Eastlake, J. Reagle, F. Hirsch, T. Roessler, Proposed Recommendation 24 January 2013, http://www.w3.org/TR/2013/PR- xmlenc-core1-20130124/ [XPointer] - "XML Pointer Language (XPointer) Version 1.0", W3C working draft, Steve DeRose, Eve Maler, Ron Daniel Jr., Paul Grosso, Jonathan Marsh, Norman Walsh, August 2002. http://www.w3.org/TR/2002/WD-xptr-20020816/ D. Eastlake 3rd [Page 36] INTERNET-DRAFT Additional XML Security URIs Informative References [CANON] - John Boyer. "Canonical XML Version 1.0", 15 March 2001, http://www.w3.org/TR/2001/REC-xml-c14n-20010315 - John Boyer, Glenn Marcy, "Canoncial XML Version 1.1", 2 May 2008, http://www.w3.org/TR/2008/REC-xml-c14n11-20080502/ [DECRYPT] - Merlin Hughes, Takeshi Imamura, Hiroshi Maruyama, "Decryption Transform for XML Signature", 10 Decmeber 2002. http://www.w3.org/TR/2002/REC-xmlenc-decrypt-20021210 [GENERIC] - Magnus Nystrom, Frederick Hirsch, "XML Security Generic Hybrid Ciphers", 24 January 2013, http://www.w3.org/TR/2013/NOTE-xmlsec-generic-hybrid-20130124/ [Keccak] http://csrc.nist.gov/groups/ST/hash/sha-3/winner_sha-3.html http://keccak.noekeon.org [RFC3075] - Eastlake 3rd, D., Reagle, J., and D. Solo, "XML-Signature Syntax and Processing", RFC 3075, March 2001. [RFC3076] - Boyer, J., "Canonical XML Version 1.0", RFC 3076, March 2001. [RFC3092] - Eastlake 3rd, D., Manros, C., and E. Raymond, "Etymology of "Foo"", RFC 3092, April 1 2001. [RFC3741] - Boyer, J., Eastlake 3rd, D., and J. Reagle, "Exclusive XML Canonicalization, Version 1.0", RFC 3741, March 2004. [RFC4010] - Park, J., Lee, S., Kim, J., and J. Lee, "Use of the SEED Encryption Algorithm in Cryptographic Message Syntax (CMS)", RFC 4010, February 2005. [RFC4051] - Eastlake 3rd, D., "Additional XML Security Uniform Resource Identifiers (URIs)", RFC 4051, April 2005. [RFC6090] - D. McGrew, K. Igoe, M. Salter, "Fundamental Elliptic Curve Cryptography Algorithms", RFC 6090, February 2011. - Note RFC Errata numbers 2773, 2774, 2775, 2776, and 2777. [RFC6151] - Turner, S. and L. Chen, "Updated Security Considerations for the MD5 Message-Digest and the HMAC-MD5 Algorithms", RFC 6151, March 2011. [RFC6194] - Polk, T., Chen, L., Turner, S., and P. Hoffman, "Security Considerations for the SHA-0 and SHA-1 Message-Digest D. Eastlake 3rd [Page 37] INTERNET-DRAFT Additional XML Security URIs Algorithms", RFC 6194, March 2011. [Schema] - "XML Schema Part 1: Structures Second Edition", H. Thompson, D. Beech, M. Maloney, N. Mendelsohn, W3C Recommendation 28 October 2004, http://www.w3.org/TR/2004/REC- xmlschema-1-20041028/ - "XML Schema Part 2: Datatypes Second Edition", P. Biron, A. Malhotra, W3C Recommendation 28 October 2004, http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/ [W3C] - World Wide Web Consortium, . [XCANON] - "Exclusive XML Canonicalization Version 1.0", D. Eastlake, J. Reagle, 18 July 2002. http://www.w3.org/TR/REC- xml-enc-c14n-20020718/ [XMLDSIG] - "XML Signature Syntax and Processing (Second Edition)", D. Eastlake, J. Reagle, D. Solo, F. Hirsch, T. Roessler, W3C Recommendation 10 June 2008, http://www.w3.org/TR/2008/REC- xmldsig-core-20080610/ - "XML Signature Syntax and Processing Version 1.1", D. Eastlake, J. Reagle, D. Solo, F. Hirsch, M. Nystrom, T. Roessler, K. Yiu, Proposed Recommendation 24 January 2013, http://www.w3.org/TR/2013/PR-xmldsig-core1-20130124/ [XPATH] - "XML-Signature XPath Filter 2.0", J. Boyer, M. Huges, J. Reagle, 8 November 2002. http://www.w3.org/TR/2002/REC- xmldsig-filter2-20021108/ - "XML Path Language (XPath) 2.0 (Second Edition)", A. Berglund, S. Boag, D. Chamberlin, M. Fernandez, M. Kay, J. Robie, J. Simeon, W3C Recommendation 14 December 2010, http://www.w3.org/TR/2010/REC-xpath20-20101214/ [XSLT] - "XSL Transformations (XSLT) Version 2.0", M. Saxonica, W3C Recommendation 23 January 2007, http://www.w3.org/TR/2007/REC- xslt20-20070123/ D. Eastlake 3rd [Page 38] INTERNET-DRAFT Additional XML Security URIs Author's Address Donald E. Eastlake 3rd Huawei Technologies 155 Beaver Street Milford, MA 01757 USA Telephone: +1-508-333-2270 EMail: d3e3e3@gmail.com D. Eastlake 3rd [Page 39] INTERNET-DRAFT Additional XML Security URIs Copyright, Disclaimer, and Additional IPR Provisions Copyright (c) 2013 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License. The definitive version of an IETF Document is that published by, or under the auspices of, the IETF. Versions of IETF Documents that are published by third parties, including those that are translated into other languages, should not be considered to be definitive versions of IETF Documents. The definitive version of these Legal Provisions is that published by, or under the auspices of, the IETF. Versions of these Legal Provisions that are published by third parties, including those that are translated into other languages, should not be considered to be definitive versions of these Legal Provisions. For the avoidance of doubt, each Contributor to the IETF Standards Process licenses each Contribution that he or she makes as part of the IETF Standards Process to the IETF Trust pursuant to the provisions of RFC 5378. No language to the contrary, or terms, conditions or rights that differ from or are inconsistent with the rights and licenses granted under RFC 5378, shall have any effect and shall be null and void, whether published or posted by such Contributor, or included with or in such Contribution. D. Eastlake 3rd [Page 40]