[要約] 要約:RFC 8269は、セキュアリアルタイムトランスポートプロトコル(SRTP)と共に使用するためのARIAアルゴリズムについて説明しています。 目的:このRFCの目的は、ARIAアルゴリズムをSRTPに統合するためのガイドラインとして機能し、セキュアなリアルタイム通信を実現することです。

Internet Engineering Task Force (IETF)                            W. Kim
Request for Comments: 8269                                        J. Lee
Category: Informational                                          J. Park
ISSN: 2070-1721                                                  D. Kwon
                                                                    NSRI
                                                                  D. Kim
                                                           Kookmin Univ.
                                                            October 2017
        

The ARIA Algorithm and Its Use with the Secure Real-Time Transport Protocol (SRTP)

ARIAアルゴリズムとSecure Real-Time Transport Protocol(SRTP)でのその使用

Abstract

概要

This document defines the use of the ARIA block cipher algorithm within the Secure Real-time Transport Protocol (SRTP). It details two modes of operation (CTR and GCM) and the SRTP key derivation functions for ARIA. Additionally, this document defines DTLS-SRTP protection profiles and Multimedia Internet KEYing (MIKEY) parameter sets for use with ARIA.

このドキュメントでは、Secure Real-time Transport Protocol(SRTP)内でのARIAブロック暗号アルゴリズムの使用を定義しています。 2つの操作モード(CTRおよびGCM)と、ARIAのSRTPキー導出関数について詳しく説明します。さらに、このドキュメントでは、ARIAで使用するDTLS-SRTP保護プロファイルとマルチメディアインターネットキーイング(MIKEY)パラメータセットを定義しています。

Status of This Memo

本文書の状態

This document is not an Internet Standards Track specification; it is published for informational purposes.

このドキュメントはInternet Standards Trackの仕様ではありません。情報提供を目的として公開されています。

This document is a product of the Internet Engineering Task Force (IETF). It represents the consensus of the IETF community. It has received public review and has been approved for publication by the Internet Engineering Steering Group (IESG). Not all documents approved by the IESG are a candidate for any level of Internet Standard; see Section 2 of RFC 7841.

このドキュメントは、IETF(Internet Engineering Task Force)の製品です。これは、IETFコミュニティのコンセンサスを表しています。公開レビューを受け、インターネットエンジニアリングステアリンググループ(IESG)による公開が承認されました。 IESGによって承認されたすべてのドキュメントが、あらゆるレベルのインターネット標準の候補になるわけではありません。 RFC 7841のセクション2をご覧ください。

Information about the current status of this document, any errata, and how to provide feedback on it may be obtained at https://www.rfc-editor.org/info/rfc8269.

このドキュメントの現在のステータス、エラータ、およびフィードバックの提供方法に関する情報は、https://www.rfc-editor.org/info/rfc8269で入手できます。

Copyright Notice

著作権表示

Copyright (c) 2017 IETF Trust and the persons identified as the document authors. All rights reserved.

Copyright(c)2017 IETF Trustおよびドキュメントの作成者として識別された人物。全著作権所有。

This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://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.

この文書は、BCP 78およびIETF文書に関するIETFトラストの法的規定(https://trustee.ietf.org/license-info)の対象であり、この文書の発行日に有効です。これらのドキュメントは、このドキュメントに関するあなたの権利と制限について説明しているため、注意深く確認してください。このドキュメントから抽出されたコードコンポーネントには、Trust Legal Provisionsのセクション4.eに記載されているSimplified BSD Licenseのテキストが含まれている必要があり、Simplified BSD Licenseに記載されているように保証なしで提供されます。

Table of Contents

目次

   1.  Introduction  . . . . . . . . . . . . . . . . . . . . . . . .   3
     1.1.  ARIA  . . . . . . . . . . . . . . . . . . . . . . . . . .   3
     1.2.  Terminology . . . . . . . . . . . . . . . . . . . . . . .   3
   2.  Cryptographic Transforms  . . . . . . . . . . . . . . . . . .   3
     2.1.  ARIA-CTR  . . . . . . . . . . . . . . . . . . . . . . . .   3
     2.2.  ARIA-GCM  . . . . . . . . . . . . . . . . . . . . . . . .   4
   3.  Key Derivation Functions  . . . . . . . . . . . . . . . . . .   4
   4.  Protection Profiles . . . . . . . . . . . . . . . . . . . . .   4
   5.  Security Considerations . . . . . . . . . . . . . . . . . . .   7
   6.  IANA Considerations . . . . . . . . . . . . . . . . . . . . .   8
     6.1.  DTLS-SRTP . . . . . . . . . . . . . . . . . . . . . . . .   8
     6.2.  MIKEY . . . . . . . . . . . . . . . . . . . . . . . . . .   8
   7.  References  . . . . . . . . . . . . . . . . . . . . . . . . .   9
     7.1.  Normative References  . . . . . . . . . . . . . . . . . .   9
     7.2.  Informative References  . . . . . . . . . . . . . . . . .  11
   Appendix A.  Test Vectors . . . . . . . . . . . . . . . . . . . .  12
     A.1.  ARIA-CTR Test Vectors . . . . . . . . . . . . . . . . . .  12
       A.1.1.  SRTP_ARIA_128_CTR_HMAC_SHA1_80  . . . . . . . . . . .  12
       A.1.2.  SRTP_ARIA_256_CTR_HMAC_SHA1_80  . . . . . . . . . . .  13
     A.2.  ARIA-GCM Test Vectors . . . . . . . . . . . . . . . . . .  14
       A.2.1.  SRTP_AEAD_ARIA_128_GCM  . . . . . . . . . . . . . . .  14
       A.2.2.  SRTP_AEAD_ARIA_256_GCM  . . . . . . . . . . . . . . .  15
     A.3.  Key Derivation Test Vectors . . . . . . . . . . . . . . .  15
       A.3.1.  ARIA_128_CTR_PRF  . . . . . . . . . . . . . . . . . .  15
       A.3.2.  ARIA_256_CTR_PRF  . . . . . . . . . . . . . . . . . .  17
   Authors' Addresses  . . . . . . . . . . . . . . . . . . . . . . .  19
        
1. Introduction
1. はじめに

This document defines the use of the ARIA block cipher algorithm [RFC5794] in the Secure Real-time Transport Protocol (SRTP) [RFC3711] for providing confidentiality for Real-time Transport Protocol (RTP) [RFC3550] traffic and for RTP Control Protocol (RTCP) [RFC3550] traffic.

このドキュメントでは、セキュアリアルタイムトランスポートプロトコル(SRTP)[RFC3711]でのARIAブロック暗号アルゴリズム[RFC5794]の使用を定義し、リアルタイムトランスポートプロトコル(RTP)[RFC3550]トラフィックとRTP制御プロトコル( RTCP)[RFC3550]トラフィック。

1.1. ARIA
1.1. 空気

ARIA is a general-purpose block cipher algorithm developed by Korean cryptographers in 2003. It is an iterated block cipher with 128-, 192-, and 256-bit keys and encrypts 128-bit blocks in 12, 14, and 16 rounds, depending on the key size. It is secure and suitable for most software and hardware implementations on 32-bit and 8-bit processors. It was established as a Korean standard block cipher algorithm in 2004 [ARIAKS] and has been widely used in Korea, especially for government-to-public services. It was included in Public-Key Cryptography Standards (PKCS) #11 in 2007 [ARIAPKCS]. The algorithm specification and object identifiers are described in [RFC5794].

ARIAは、2003年に韓国の暗号技術者によって開発された汎用ブロック暗号アルゴリズムです。128、192、および256ビットの鍵を使用する反復ブロック暗号であり、128ビットブロックを12、14、および16ラウンドで暗号化します。キーサイズに。安全で、32ビットおよび8ビットプロセッサでのほとんどのソフトウェアおよびハードウェアの実装に適しています。これは、2004年に韓国の標準ブロック暗号アルゴリズムとして確立され[ARIAKS]、韓国、特に官公庁サービスで広く使用されています。これは、2007年に公開キー暗号化標準(PKCS)#11 [ARIAPKCS]に含まれていました。アルゴリズムの仕様とオブジェクト識別子は、[RFC5794]で説明されています。

1.2. Terminology
1.2. 用語

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 BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.

キーワード「MUST」、「MUST NOT」、「REQUIRED」、「SHALL」、「SHALL NOT」、「SHOULD」、「SHOULD NOT」、「RECOMMENDED」、「NOT RECOMMENDED」、「MAY」、「OPTIONALこのドキュメントの「」は、BCP 14 [RFC2119] [RFC8174]で説明されているように解釈されます。

2. Cryptographic Transforms
2. 暗号化変換

Block ciphers ARIA and AES share common characteristics including mode, key size, and block size. ARIA does not have any restrictions for modes of operation that are used with this block cipher. We define two modes of running ARIA within SRTP: (1) ARIA in Counter Mode (ARIA-CTR) and (2) ARIA in Galois/Counter Mode (ARIA-GCM).

ブロック暗号ARIAおよびAESは、モード、キーサイズ、ブロックサイズなどの共通の特性を共有します。 ARIAには、このブロック暗号で使用される動作モードに関する制限はありません。 SRTP内でARIAを実行する2つのモードを定義します。(1)カウンターモードでのARIA(ARIA-CTR)および(2)ガロア/カウンターモードでのARIA(ARIA-GCM)。

2.1. ARIA-CTR
2.1. ARIA-CTR

Section 4.1.1 of [RFC3711] defines AES-128 counter mode encryption, which it refers to as "AES_CM". Section 2 of [RFC6188] defines "AES_256_CM" in SRTP. ARIA counter modes are defined in the same manner except that each invocation of AES is replaced by that of ARIA [RFC5794] and are denoted by ARIA_128_CTR and ARIA_256_CTR, respectively, according to the key lengths. The plaintext inputs to the block cipher are formed as in AES-CTR (AES_CM, AES_256_CM) and the block cipher outputs are processed as in AES-CTR. Note that, ARIA-CTR MUST be used only in conjunction with an authentication transform.

[RFC3711]のセクション4.1.1は、AES-128カウンターモード暗号化を定義しており、「AES_CM」と呼ばれます。 [RFC6188]のセクション2は、SRTPで「AES_256_CM」を定義しています。 ARESカウンターモードは、AESの各呼び出しがARIA [RFC5794]の呼び出しによって置き換えられ、キーの長さに応じてそれぞれARIA_128_CTRおよびARIA_256_CTRで表されることを除いて、同じ方法で定義されます。ブロック暗号への平文入力はAES-CTR(AES_CM、AES_256_CM)のように形成され、ブロック暗号出力はAES-CTRのように処理されます。 ARIA-CTRは、認証トランスフォームと組み合わせてのみ使用する必要があることに注意してください。

Section 3.2 of [RFC6904] defines AES-CTR for SRTP header extension keystream generation. When ARIA-CTR is used, the header extension keystream SHALL be generated in the same manner except that each invocation of AES is replaced by that of ARIA [RFC5794].

[RFC6904]のセクション3.2は、SRTPヘッダー拡張キーストリーム生成用のAES-CTRを定義しています。 ARIA-CTRを使用する場合、AESの各呼び出しがARIA [RFC5794]の呼び出しで置き換えられることを除いて、ヘッダー拡張キーストリームは同じ方法で生成される必要があります。

2.2. ARIA-GCM
2.2. ARIA-GCM

Galois/Counter Mode [GCM] [RFC5116] is an Authenticated Encryption with Associated Data (AEAD) block cipher mode. A detailed description of ARIA-GCM is defined similarly as AES-GCM found in [RFC5116] and [RFC5282].

Galois / Counter Mode [GCM] [RFC5116]は、関連データを使用した認証済み暗号化(AEAD)ブロック暗号モードです。 ARIA-GCMの詳細な説明は、[RFC5116]と[RFC5282]にあるAES-GCMと同様に定義されています。

[RFC7714] describes the use of AES-GCM with SRTP. The use of ARIA-GCM with SRTP is defined the same as AES-GCM except that each invocation of AES is replaced by ARIA [RFC5794]. When encryption of header extensions [RFC6904] is in use, a separate keystream to encrypt selected RTP header extension elements MUST be generated in the same manner defined in [RFC7714] except that AES-CTR is replaced by ARIA-CTR.

[RFC7714]は、SRTPでのAES-GCMの使用について説明しています。 SRTPでのARIA-GCMの使用は、AESの各呼び出しがARIA [RFC5794]で置き換えられることを除いて、AES-GCMと同じように定義されます。ヘッダー拡張[RFC6904]の暗号化が使用されている場合、選択されたRTPヘッダー拡張要素を暗号化するための個別のキーストリームは、AES-CTRがARIA-CTRに置き換えられることを除いて、[RFC7714]で定義されたのと同じ方法で生成される必要があります。

3. Key Derivation Functions
3. 主要な派生関数

Section 4.3.3 of [RFC3711] defines the AES-128 counter mode key derivation function, which it refers to as "AES-CM PRF". Section 3 of [RFC6188] defines the AES-256 counter mode key derivation function, which it refers to as "AES_256_CM_PRF". The ARIA-CTR Pseudorandom Function (PRF) is defined in a same manner except that each invocation of AES is replaced by that of ARIA. According to the key lengths of the underlying encryption algorithm, ARIA-CTR PRFs are denoted by "ARIA_128_CTR_PRF" and "ARIA_256_CTR_PRF". The usage requirements of [RFC6188] and [RFC7714] regarding the AES-CM PRF apply to the ARIA-CTR PRF as well.

[RFC3711]のセクション4.3.3は、AES-128カウンターモードの鍵導出関数を定義しており、「AES-CM PRF」と呼ばれています。 [RFC6188]のセクション3は、AES-256カウンターモードの鍵導出関数を定義しており、「AES_256_CM_PRF」と呼ばれます。 ARIA-CTR疑似ランダム関数(PRF)は、AESの各呼び出しがARIAの呼び出しによって置き換えられることを除いて、同じ方法で定義されます。基礎となる暗号化アルゴリズムのキーの長さに従って、ARIA-CTR PRFは「ARIA_128_CTR_PRF」および「ARIA_256_CTR_PRF」で示されます。 AES-CM PRFに関する[RFC6188]および[RFC7714]の使用要件は、ARIA-CTR PRFにも適用されます。

4. Protection Profiles
4. 保護プロファイル

This section defines SRTP protection profiles that use the ARIA transforms and key derivation functions defined in this document. The following list indicates the SRTP transform parameters for each protection profile. Those are described for use with DTLS-SRTP [RFC5764].

このセクションでは、このドキュメントで定義されているARIAトランスフォームと主要な派生関数を使用するSRTP保護プロファイルを定義します。次のリストは、各保護プロファイルのSRTP変換パラメーターを示しています。それらは、DTLS-SRTP [RFC5764]での使用について説明されています。

The parameters cipher_key_length, cipher_salt_length, auth_key_length, and auth_tag_length express the number of bits in the values to which they refer. The maximum_lifetime parameter indicates the maximum number of packets that can be protected with each single set of keys when the parameter profile is in use. All of these parameters apply to both RTP and RTCP, unless the RTCP parameters are separately specified.

パラメータcipher_key_length、cipher_salt_length、auth_key_length、およびauth_tag_lengthは、それらが参照する値のビット数を表します。 maximum_lifetimeパラメータは、パラメータプロファイルが使用されているときに、各キーセットで保護できるパケットの最大数を示します。 RTCPパラメータが個別に指定されていない限り、これらのパラメータはすべてRTPとRTCPの両方に適用されます。

SRTP_ARIA_128_CTR_HMAC_SHA1_80 cipher: ARIA_128_CTR cipher_key_length: 128 bits cipher_salt_length: 112 bits key derivation function: ARIA_128_CTR_PRF auth_function: HMAC-SHA1 auth_key_length: 160 bits auth_tag_length: 80 bits maximum_lifetime: at most 2^31 SRTCP packets and at most 2^48 SRTP packets

SRTP_ARIA_128_CTR_HMAC_SHA1_80暗号:ARIA_128_CTR cipher_key_length:128ビットcipher_salt_length:112ビット鍵導出関数:ARIA_128_CTR_PRF auth_function:HMAC-SHA1 auth_key_length:160ビットauth_tag_length:80ビットmaximum_time SRパケット:最大256ビット

SRTP_ARIA_128_CTR_HMAC_SHA1_32 cipher: ARIA_128_CTR cipher_key_length: 128 bits cipher_salt_length: 112 bits key derivation function: ARIA_128_CTR_PRF auth_function: HMAC-SHA1 auth_key_length: 160 bits SRTP auth_tag_length: 32 bits SRTCP auth_tag_length: 80 bits maximum_lifetime: at most 2^31 SRTCP packets and at most 2^48 SRTP packets

SRTP_ARIA_128_CTR_HMAC_SHA1_32暗号:ARIA_128_CTR cipher_key_length:128ビットcipher_salt_length:112ビット鍵導出関数:ARIA_128_CTR_PRF auth_function:HMAC-SHA1 auth_key_length:160ビットSRTP auth_tag_length:最大32ビットSR_最大_time_tag最大2ビットSR_TCP最大_time_tag最大_ビット_最大_パケット_最大_パケット_最大_ビット_最大_ビット_最大_パケット_最大_ビット_最大32ビット48 SRTPパケット

SRTP_ARIA_256_CTR_HMAC_SHA1_80 cipher: ARIA_256_CTR cipher_key_length: 256 bits cipher_salt_length: 112 bits key derivation function: ARIA_256_CTR_PRF auth_function: HMAC-SHA1 auth_key_length: 160 bits auth_tag_length: 80 bits maximum_lifetime: at most 2^31 SRTCP packets and at most 2^48 SRTP packets

SRTP_ARIA_256_CTR_HMAC_SHA1_80暗号:ARIA_256_CTR cipher_key_length:256ビットcipher_salt_length:112ビット鍵導出関数:ARIA_256_CTR_PRF auth_function:HMAC-SHA1 auth_key_length:160ビットauth_tag_length:80ビットmaximum_time SRパケット:最大256ビット

SRTP_ARIA_256_CTR_HMAC_SHA1_32 cipher: ARIA_256_CTR cipher_key_length: 256 bits cipher_salt_length: 112 bits key derivation function: ARIA_256_CTR_PRF auth_function: HMAC-SHA1 auth_key_length: 160 bits SRTP auth_tag_length: 32 bits SRTCP auth_tag_length: 80 bits maximum_lifetime: at most 2^31 SRTCP packets and at most 2^48 SRTP packets

SRTP_ARIA_256_CTR_HMAC_SHA1_32暗号:ARIA_256_CTR cipher_key_length:256ビットcipher_salt_length:112ビット鍵導出関数:ARIA_256_CTR_PRF auth_function:HMAC-SHA1 auth_key_length:160ビットSRTP auth_tag_length:最大32ビットSR_最大_time_tag最大2ビットSR_最大_time_タグ最大_ビット_最大_パケット_最大_ビット_最大_ビット_最大_パケット_最大_ビット_最大_ビット_最大_ 32ビット48 SRTPパケット

   SRTP_AEAD_ARIA_128_GCM
           cipher:                   ARIA_128_GCM
           cipher_key_length:        128 bits
           cipher_salt_length:       96 bits
           aead_auth_tag_length:     128 bits
           auth_function:            NULL
           auth_key_length:          N/A
           auth_tag_length:          N/A
           key derivation function:  ARIA_128_CTR_PRF
           maximum_lifetime:         at most 2^31 SRTCP packets and
                                     at most 2^48 SRTP packets
        
   SRTP_AEAD_ARIA_256_GCM
           cipher:                   ARIA_256_GCM
           cipher_key_length:        256 bits
           cipher_salt_length:       96 bits
           aead_auth_tag_length:     128 bits
           auth_function:            NULL
           auth_key_length:          N/A
           auth_tag_length:          N/A
           key derivation function:  ARIA_256_CTR_PRF
           maximum_lifetime:         at most 2^31 SRTCP packets and
                                     at most 2^48 SRTP packets
        

The ARIA-CTR protection profiles use the same authentication transform that is mandatory to implement in SRTP: HMAC-SHA1 with a 160-bit key.

ARIA-CTR保護プロファイルは、SRTPに実装するために必須の同じ認証トランスフォームを使用します。160ビットキーのHMAC-SHA1です。

Note that SRTP protection profiles that use AEAD algorithms do not specify an auth_function, auth_key_length, or auth_tag_length, since they do not use a separate auth_function, auth_key, or auth_tag. The term aead_auth_tag_length is used to emphasize that this refers to the authentication tag provided by the AEAD algorithm and that this tag is not located in the authentication tag field provided by SRTP/ SRTCP.

AEADアルゴリズムを使用するSRTP保護プロファイルは、個別のauth_function、auth_key、またはauth_tagを使用しないため、auth_function、auth_key_length、またはauth_tag_lengthを指定しないことに注意してください。 aead_auth_tag_lengthという用語は、これがAEADアルゴリズムによって提供される認証タグを指し、このタグがSRTP / SRTCPによって提供される認証タグフィールドにないことを強調するために使用されます。

The PRFs for ARIA protection profiles are defined by ARIA-CTR PRF of the equal key length with the encryption algorithm (see Section 2). SRTP_ARIA_128_CTR_HMAC and SRTP_AEAD_ARIA_128_GCM MUST use the ARIA_128_CTR_PRF key derivation function. And SRTP_ARIA_256_CTR_HMAC and SRTP_AEAD_ARIA_256_GCM MUST use the ARIA_256_CTR_PRF key derivation function.

ARIA保護プロファイルのPRFは、暗号化アルゴリズムと同じ鍵長のARIA-CTR PRFによって定義されます(セクション2を参照)。 SRTP_ARIA_128_CTR_HMACおよびSRTP_AEAD_ARIA_128_GCMは、ARIA_128_CTR_PRF鍵導出関数を使用する必要があります。また、SRTP_ARIA_256_CTR_HMACおよびSRTP_AEAD_ARIA_256_GCMは、ARIA_256_CTR_PRF鍵導出関数を使用する必要があります。

MIKEY specifies the SRTP protection profile definition separately from the key length (which is specified by the session encryption key length) and the authentication tag length. The DTLS-SRTP [RFC5764] protection profiles are mapped to MIKEY parameter sets as shown below.

MIKEYは、キーの長さ(セッション暗号化キーの長さによって指定される)および認証タグの長さとは別に、SRTP保護プロファイル定義を指定します。 DTLS-SRTP [RFC5764]保護プロファイルは、以下に示すようにMIKEYパラメータセットにマップされます。

                              +--------------------------------------+
                              | Encryption | Encryption | Auth.      |
                              | Algorithm  | Key Length | Tag Length |
                              +======================================+
    SRTP_ARIA_128_CTR_HMAC_80 |  ARIA-CTR  | 16 octets  | 10 octets  |
    SRTP_ARIA_128_CTR_HMAC_32 |  ARIA-CTR  | 16 octets  |  4 octets  |
    SRTP_ARIA_256_CTR_HMAC_80 |  ARIA-CTR  | 32 octets  | 10 octets  |
    SRTP_ARIA_256_CTR_HMAC_32 |  ARIA-CTR  | 32 octets  |  4 octets  |
                              +======================================+
        

Figure 1: Mapping MIKEY Parameters to ARIA-CTR with the HMAC Algorithm

図1:HMACアルゴリズムを使用したMIKEYパラメーターのARIA-CTRへのマッピング

                              +--------------------------------------+
                              | Encryption | Encryption | AEAD Auth. |
                              | Algorithm  | Key Length | Tag Length |
                              +======================================+
       SRTP_AEAD_ARIA_128_GCM |  ARIA-GCM  | 16 octets  | 16 octets  |
       SRTP_AEAD_ARIA_256_GCM |  ARIA-GCM  | 32 octets  | 16 octets  |
                              +======================================+
        

Figure 2: Mapping MIKEY Parameters to the ARIA-GCM Algorithm

図2:MIKEYパラメーターのARIA-GCMアルゴリズムへのマッピング

5. Security Considerations
5. セキュリティに関する考慮事項

At the time of publication of this document, no security problem has been found on ARIA. Previous security analysis results are summarized in [ATY].

このドキュメントの発行時点では、ARIAでセキュリティ上の問題は発見されていません。以前のセキュリティ分析結果は[ATY]にまとめられています。

The security considerations in [GCM], [RFC3711], [RFC5116], [RFC6188], [RFC6904], and [RFC7714] apply to this document as well. This document includes crypto suites with authentication tags of a length less than 80 bits. These suites MAY be used for certain application contexts where longer authentication tags may be undesirable, for example, those mentioned in [RFC3711], Section 7.5.

[GCM]、[RFC3711]、[RFC5116]、[RFC6188]、[RFC6904]、および[RFC7714]のセキュリティに関する考慮事項は、このドキュメントにも適用されます。このドキュメントには、80ビット未満の長さの認証タグを持つ暗号スイートが含まれています。これらのスイートは、[RFC3711]のセクション7.5で言及されているものなど、長い認証タグが望ましくない可能性がある特定のアプリケーションコンテキストで使用される場合があります。

Otherwise, short authentication tags SHOULD NOT be used, since they may reduce authentication strength. See [RFC3711], Section 9.5 for a discussion of risks related to weak authentication in SRTP.

それ以外の場合、短い認証タグは認証強度を低下させる可能性があるため、使用しないでください。 SRTPでの弱い認証に関連するリスクについては、[RFC3711]のセクション9.5をご覧ください。

At the time of publication of this document, SRTP recommends HMAC-SHA1 as the default and mandatory-to-implement MAC algorithm. All currently registered SRTP crypto suites except the GCM-based ones use HMAC-SHA1 as their HMAC algorithm to provide message authentication. Due to security concerns with SHA-1 [RFC6194], the IETF is gradually moving away from SHA-1 and towards stronger hash algorithms such as SHA-2 or SHA-3 families. For SRTP, however, SHA-1 is only used in the calculation of an HMAC, and no security issue is known for this usage at the time of this publication.

このドキュメントの公開時点で、SRTPはHMAC-SHA1をデフォルトの実装必須MACアルゴリズムとして推奨しています。 GCMベースのものを除く、現在登録されているすべてのSRTP暗号スイートは、メッセージ認証を提供するためのHMACアルゴリズムとしてHMAC-SHA1を使用します。 SHA-1 [RFC6194]のセキュリティ上の懸念により、IETFはSHA-1から徐々に離れ、SHA-2やSHA-3ファミリーなどのより強力なハッシュアルゴリズムに向かっています。ただし、SRTPの場合、SHA-1はHMACの計算でのみ使用され、この公開の時点では、この使用法に関するセキュリティの問題は判明していません。

6. IANA Considerations
6. IANAに関する考慮事項
6.1. DTLS-SRTP
6.1. DTLS-SRTP

DTLS-SRTP [RFC5764] defines a DTLS-SRTP "SRTP protection profile". In order to allow the use of the algorithms defined in this document in DTLS-SRTP, IANA has added the following protection profiles below to the "DTLS-SRTP Protection Profiles" registry (see <http://www.iana.org/assignments/srtp-protection/>) created by [RFC5764]:

DTLS-SRTP [RFC5764]は、DTLS-SRTP「SRTP保護プロファイル」を定義します。このドキュメントで定義されているアルゴリズムをDTLS-SRTPで使用できるようにするために、IANAは以下の保護プロファイルを「DTLS-SRTP保護プロファイル」レジストリに追加しました(<http://www.iana.org/assignmentsを参照) / srtp-protection />)[RFC5764]により作成:

      SRTP_ARIA_128_CTR_HMAC_SHA1_80 = {0x00, 0x0B}
      SRTP_ARIA_128_CTR_HMAC_SHA1_32 = {0x00, 0x0C}
      SRTP_ARIA_256_CTR_HMAC_SHA1_80 = {0x00, 0x0D}
      SRTP_ARIA_256_CTR_HMAC_SHA1_32 = {0x00, 0x0E}
      SRTP_AEAD_ARIA_128_GCM = {0x00, 0x0F}
      SRTP_AEAD_ARIA_256_GCM = {0x00, 0x10}
        
6.2. MIKEY
6.2. MIKEY

[RFC3830] and [RFC5748] define encryption algorithms and PRFs for the SRTP policy in MIKEY. In order to allow the use of the algorithms defined in this document in MIKEY, IANA has updated the "Multimedia Internet KEYing (MIKEY) Payload Name Spaces" registry (see <http://www.iana.org/assignments/mikey-payloads/>.)

[RFC3830]と[RFC5748]は、MIKEYのSRTPポリシーの暗号化アルゴリズムとPRFを定義しています。このドキュメントで定義されているアルゴリズムをMIKEYで使用できるようにするため、IANAは「Multimedia Internet KEYing(MIKEY)Payload Name Spaces」レジストリを更新しました(<http://www.iana.org/assignments/mikey-payloadsを参照) />。)

IANA has registered the following two encryption algorithms in the "Encryption algorithm (Value 0)" subregistry within the "MIKEY Security Protocol Parameters" registry:

IANAは、「MIKEY Security Protocol Parameters」レジストリ内の「Encryption algorithm(Value 0)」サブレジストリに次の2つの暗号化アルゴリズムを登録しています。

                         +---------------+-------+
                         | SRTP encr alg | Value |
                         +---------------+-------+
                         |    ARIA-CTR   |   7   |
                         |    ARIA-GCM   |   8   |
                         +---------------+-------+
        

The default session encryption key length is 16 octets.

デフォルトのセッション暗号化キーの長さは16オクテットです。

IANA has registered the following PRF in the "SRTP Pseudo Random Function (Value 5)" subregistry within the "MIKEY Security Protocol Parameters" registry:

IANAは、「MIKEY Security Protocol Parameters」レジストリ内の「SRTP Pseudo Random Function(Value 5)」サブレジストリに次のPRFを登録しました。

                           +----------+-------+
                           | SRTP PRF | Value |
                           +----------+-------+
                           | ARIA-CTR |   2   |
                           +----------+-------+
        
7. References
7. 参考文献
7.1. Normative References
7.1. 引用文献

[GCM] Dworkin, M., "Recommendation for Block Cipher Modes of Operation: Galois/Counter Mode (GCM) and GMAC", NIST Special publication 800-38D, DOI 10.6028/NIST.SP.800-38D, November 2007.

[GCM] Dworkin、M。、「Block Cipher Modes of Operation:Galois / Counter Mode(GCM)and GMAC」、NIST Special Publication 800-38D、DOI 10.6028 / NIST.SP.800-38D、2007年11月。

[RFC2119] Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10.17487/RFC2119, March 1997, <https://www.rfc-editor.org/info/rfc2119>.

[RFC2119] Bradner、S。、「要件レベルを示すためにRFCで使用するキーワード」、BCP 14、RFC 2119、DOI 10.17487 / RFC2119、1997年3月、<https://www.rfc-editor.org/info/ rfc2119>。

[RFC3550] Schulzrinne, H., Casner, S., Frederick, R., and V. Jacobson, "RTP: A Transport Protocol for Real-Time Applications", STD 64, RFC 3550, DOI 10.17487/RFC3550, July 2003, <https://www.rfc-editor.org/info/rfc3550>.

[RFC3550] Schulzrinne、H.、Casner、S.、Frederick、R。、およびV. Jacobson、「RTP:A Transport Protocol for Real-Time Applications」、STD 64、RFC 3550、DOI 10.17487 / RFC3550、2003年7月、 <https://www.rfc-editor.org/info/rfc3550>。

[RFC3711] Baugher, M., McGrew, D., Naslund, M., Carrara, E., and K. Norrman, "The Secure Real-time Transport Protocol (SRTP)", RFC 3711, DOI 10.17487/RFC3711, March 2004, <https://www.rfc-editor.org/info/rfc3711>.

[RFC3711]バウアー、M。、マクルー、D。、ナスルンド、M。、カララ、E。、およびK.ノーマン、「Secure Real-time Transport Protocol(SRTP)」、RFC 3711、DOI 10.17487 / RFC3711、3月2004、<https://www.rfc-editor.org/info/rfc3711>。

[RFC3830] Arkko, J., Carrara, E., Lindholm, F., Naslund, M., and K. Norrman, "MIKEY: Multimedia Internet KEYing", RFC 3830, DOI 10.17487/RFC3830, August 2004, <https://www.rfc-editor.org/info/rfc3830>.

[RFC3830] Arkko、J.、Carrara、E.、Lindholm、F.、Naslund、M。、およびK. Norrman、「MIKEY:マルチメディアインターネットキーイング」、RFC 3830、DOI 10.17487 / RFC3830、2004年8月、<https: //www.rfc-editor.org/info/rfc3830>。

[RFC5116] McGrew, D., "An Interface and Algorithms for Authenticated Encryption", RFC 5116, DOI 10.17487/RFC5116, January 2008, <https://www.rfc-editor.org/info/rfc5116>.

[RFC5116] McGrew、D。、「認証された暗号化のためのインターフェースとアルゴリズム」、RFC 5116、DOI 10.17487 / RFC5116、2008年1月、<https://www.rfc-editor.org/info/rfc5116>。

[RFC5282] Black, D. and D. McGrew, "Using Authenticated Encryption Algorithms with the Encrypted Payload of the Internet Key Exchange version 2 (IKEv2) Protocol", RFC 5282, DOI 10.17487/RFC5282, August 2008, <https://www.rfc-editor.org/info/rfc5282>.

[RFC5282] Black、D。、およびD. McGrew、「インターネットキーエクスチェンジバージョン2(IKEv2)プロトコルの暗号化ペイロードでの認証済み暗号化アルゴリズムの使用」、RFC 5282、DOI 10.17487 / RFC5282、2008年8月、<https:// www.rfc-editor.org/info/rfc5282>。

[RFC5764] McGrew, D. and E. Rescorla, "Datagram Transport Layer Security (DTLS) Extension to Establish Keys for the Secure Real-time Transport Protocol (SRTP)", RFC 5764, DOI 10.17487/RFC5764, May 2010, <https://www.rfc-editor.org/info/rfc5764>.

[RFC5764] McGrew、D。およびE. Rescorla、「Secure Real-time Transport Protocol(SRTP)のキーを確立するためのデータグラムトランスポート層セキュリティ(DTLS)拡張」、RFC 5764、DOI 10.17487 / RFC5764、2010年5月、<https ://www.rfc-editor.org/info/rfc5764>。

[RFC5794] Lee, J., Lee, J., Kim, J., Kwon, D., and C. Kim, "A Description of the ARIA Encryption Algorithm", RFC 5794, DOI 10.17487/RFC5794, March 2010, <https://www.rfc-editor.org/info/rfc5794>.

[RFC5794] Lee、J.、Lee、J.、Kim、J.、Kwon、D。、およびC. Kim、「ARIA暗号化アルゴリズムの説明」、RFC 5794、DOI 10.17487 / RFC5794、2010年3月、< https://www.rfc-editor.org/info/rfc5794>。

[RFC6188] McGrew, D., "The Use of AES-192 and AES-256 in Secure RTP", RFC 6188, DOI 10.17487/RFC6188, March 2011, <https://www.rfc-editor.org/info/rfc6188>.

[RFC6188] McGrew、D。、「Secure RTPでのAES-192およびAES-256の使用」、RFC 6188、DOI 10.17487 / RFC6188、2011年3月、<https://www.rfc-editor.org/info/ rfc6188>。

[RFC6904] Lennox, J., "Encryption of Header Extensions in the Secure Real-time Transport Protocol (SRTP)", RFC 6904, DOI 10.17487/RFC6904, April 2013, <https://www.rfc-editor.org/info/rfc6904>.

[RFC6904] Lennox、J。、「Secure Real-time Transport Protocol(SRTP)のヘッダー拡張の暗号化」、RFC 6904、DOI 10.17487 / RFC6904、2013年4月、<https://www.rfc-editor.org/ info / rfc6904>。

[RFC7714] McGrew, D. and K. Igoe, "AES-GCM Authenticated Encryption in the Secure Real-time Transport Protocol (SRTP)", RFC 7714, DOI 10.17487/RFC7714, December 2015, <https://www.rfc-editor.org/info/rfc7714>.

[RFC7714] McGrew、D。およびK. Igoe、「AES-GCM Authenticated Encryption in the Secure Real-time Transport Protocol(SRTP)」、RFC 7714、DOI 10.17487 / RFC7714、2015年12月、<https://www.rfc -editor.org/info/rfc7714>。

[RFC8174] Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174, May 2017, <https://www.rfc-editor.org/info/rfc8174>.

[RFC8174] Leiba、B。、「RFC 2119キーワードの大文字と小文字のあいまいさ」、BCP 14、RFC 8174、DOI 10.17487 / RFC8174、2017年5月、<https://www.rfc-editor.org/info/ rfc8174>。

7.2. Informative References
7.2. 参考引用

[ARIAKS] Korean Agency for Technology and Standards, "128 bit block encryption algorithm ARIA - Part 1: General (in Korean)", KS X 1213-1:2014, December 2014.

[ARIAKS]韓国技術標準庁、「128ビットブロック暗号化アルゴリズムARIA-パート1:一般(韓国語)」、KS X 1213-1:2014、2014年12月。

[ARIAPKCS] RSA Laboratories, "Additional PKCS #11 Mechanisms", PKCS #11 v2.20, Amendment 3, Revision 1, January 2007.

[ARIAPKCS] RSA Laboratories、「Additional PKCS#11 Mechanisms」、PKCS#11 v2.20、Amendment 3、Revision 1、2007年1月。

[ATY] Abdelkhalek, A., Tolba, M., and A. Youssef, "Improved Linear Cryptanalysis of Round-Reduced ARIA", Information Security - ISC 2016, Lecture Notes in Computer Science (LNCS), Vol. 9866, pp. 18-34, DOI 10.1007/978-3-319-45871-7_2, September 2016.

[ATY] Abdelkhalek、A.、Tolba、M。、およびA. Youssef、「ラウンド削減ARIAの改善された線形暗号解析」、情報セキュリティ-ISC 2016、Lecture Notes in Computer Science(LNCS)、Vol。 9866、18-34ページ、DOI 10.1007 / 978-3-319-45871-7_2、2016年9月。

[RFC5748] Yoon, S., Jeong, J., Kim, H., Jeong, H., and Y. Won, "IANA Registry Update for Support of the SEED Cipher Algorithm in Multimedia Internet KEYing (MIKEY)", RFC 5748, DOI 10.17487/RFC5748, August 2010, <https://www.rfc-editor.org/info/rfc5748>.

[RFC5748] Yoon、S.、Jeong、J.、Kim、H.、Jeong、H.、Y。Won、「IANA Registry Update for Support for the SEED Cipher Algorithm in Multimedia Internet KEYing(MIKEY)」、RFC 5748 、DOI 10.17487 / RFC5748、2010年8月、<https://www.rfc-editor.org/info/rfc5748>。

[RFC6194] Polk, T., Chen, L., Turner, S., and P. Hoffman, "Security Considerations for the SHA-0 and SHA-1 Message-Digest Algorithms", RFC 6194, DOI 10.17487/RFC6194, March 2011, <https://www.rfc-editor.org/info/rfc6194>.

[RFC6194] Polk、T.、Chen、L.、Turner、S。、およびP. Hoffman、「SHA-0およびSHA-1メッセージダイジェストアルゴリズムのセキュリティに関する考慮事項」、RFC 6194、DOI 10.17487 / RFC6194、3月2011、<https://www.rfc-editor.org/info/rfc6194>。

Appendix A. Test Vectors
付録A.テストベクトル

All values are in hexadecimal and represented by the network order (called big endian).

すべての値は16進数であり、ネットワークオーダー(ビッグエンディアンと呼ばれる)で表されます。

A.1. ARIA-CTR Test Vectors
A.1. ARIA-CTRテストベクトル

Common values are organized as follows:

一般的な値は次のように構成されています。

      Rollover Counter:          00000000
      Sequence Number:           315e
      SSRC:                      20e8f5eb
      Authentication Key:        f93563311b354748c978913795530631
                                 16452309
      Session Salt:              cd3a7c42c671e0067a2a2639b43a
      Initialization Vector:     cd3a7c42e69915ed7a2a263985640000
      RTP Header:                8008315ebf2e6fe020e8f5eb
      RTP Payload:               f57af5fd4ae19562976ec57a5a7ad55a
                                 5af5c5e5c5fdf5c55ad57a4a7272d572
                                 62e9729566ed66e97ac54a4a5a7ad5e1
                                 5ae5fdd5fd5ac5d56ae56ad5c572d54a
                                 e54ac55a956afd6aed5a4ac562957a95
                                 16991691d572fd14e97ae962ed7a9f4a
                                 955af572e162f57a956666e17ae1f54a
                                 95f566d54a66e16e4afd6a9f7ae1c5c5
                                 5ae5d56afde916c5e94a6ec56695e14a
                                 fde1148416e94ad57ac5146ed59d1cc5
        

Note: SSRC = Synchronization Source

注:SSRC =同期ソース

A.1.1. SRTP_ARIA_128_CTR_HMAC_SHA1_80
A.1.1. SRTP_ARIA_128_CTR_HMAC_SHA1_80
      Session Key:               0c5ffd37a11edc42c325287fc0604f2e
        
      Encrypted RTP Payload:     1bf753f412e6f35058cc398dc851aae3
                                 a6ccdcb463fbed9cfb3de2fb76fdffa9
                                 e481f5efb64c92487f59dabbc7cc72da
                                 092485f3fbad87888820b86037311fa4
                                 4330e18a59a1e1338ba2c21458493a57
                                 463475c54691f91cec785429119e0dfc
                                 d9048f90e07fecd50b528e8c62ee6e71
                                 445de5d7f659405135aff3604c2ca4ff
                                 4aaca40809cb9eee42cc4ad232307570
                                 81ca289f2851d3315e9568b501fdce6d
        
      Authenticated Portion || Rollover Counter:
                                 8008315ebf2e6fe020e8f5eb1bf753f4
                                 12e6f35058cc398dc851aae3a6ccdcb4
                                 63fbed9cfb3de2fb76fdffa9e481f5ef
                                 b64c92487f59dabbc7cc72da092485f3
                                 fbad87888820b86037311fa44330e18a
                                 59a1e1338ba2c21458493a57463475c5
                                 4691f91cec785429119e0dfcd9048f90
                                 e07fecd50b528e8c62ee6e71445de5d7
                                 f659405135aff3604c2ca4ff4aaca408
                                 09cb9eee42cc4ad23230757081ca289f
                                 2851d3315e9568b501fdce6d00000000
        

Authentication Tag: f9de4e729054672b0e35

認証タグ:f9de4e729054672b0e35

A.1.2. SRTP_ARIA_256_CTR_HMAC_SHA1_80
A.1.2. SRTP_ARIA_256_CTR_HMAC_SHA1_80
      Session Key:               0c5ffd37a11edc42c325287fc0604f2e
                                 3e8cd5671a00fe3216aa5eb105783b54
        
      Encrypted RTP Payload:     c424c59fd5696305e5b13d8e8ca76566
                                 17ccd7471088af9debf07b55c750f804
                                 a5ac2b737be48140958a9b420524112a
                                 e72e4da5bca59d2b1019ddd7dbdc30b4
                                 3d5f046152ced40947d62d2c93e7b8e5
                                 0f02db2b6b61b010e4c1566884de1fa9
                                 702cdf8157e8aedfe3dd77c76bb50c25
                                 ae4d624615c15acfdeeb5f79482aaa01
                                 d3e4c05eb601eca2bd10518e9d46b021
                                 16359232e9eac0fabd05235dd09e6dea
        
      Authenticated Portion || Rollover Counter:
                                 8008315ebf2e6fe020e8f5ebc424c59f
                                 d5696305e5b13d8e8ca7656617ccd747
                                 1088af9debf07b55c750f804a5ac2b73
                                 7be48140958a9b420524112ae72e4da5
                                 bca59d2b1019ddd7dbdc30b43d5f0461
                                 52ced40947d62d2c93e7b8e50f02db2b
                                 6b61b010e4c1566884de1fa9702cdf81
                                 57e8aedfe3dd77c76bb50c25ae4d6246
                                 15c15acfdeeb5f79482aaa01d3e4c05e
                                 b601eca2bd10518e9d46b02116359232
                                 e9eac0fabd05235dd09e6dea00000000
        

Authentication Tag: 192f515fab04bbb4e62c

認証タグ:192f515fab04bbb4e62c

A.2. ARIA-GCM Test Vectors
A.2. ARIA-GCMテストベクトル

Common values are organized as follows:

一般的な値は次のように構成されています。

Rollover Counter: 00000000 Sequence Number: 315e SSRC: 20e8f5eb Encryption Salt: 000000000000000000000000

ロールオーバーカウンター:00000000シーケンス番号:315e SSRC:20e8f5eb暗号化ソルト:000000000000000000000000

Initialization Vector: 000020e8f5eb00000000315e RTP Payload: f57af5fd4ae19562976ec57a5a7ad55a 5af5c5e5c5fdf5c55ad57a4a7272d572 62e9729566ed66e97ac54a4a5a7ad5e1 5ae5fdd5fd5ac5d56ae56ad5c572d54a e54ac55a956afd6aed5a4ac562957a95 16991691d572fd14e97ae962ed7a9f4a 955af572e162f57a956666e17ae1f54a 95f566d54a66e16e4afd6a9f7ae1c5c5 5ae5d56afde916c5e94a6ec56695e14a fde1148416e94ad57ac5146ed59d1cc5 Associated Data: 8008315ebf2e6fe020e8f5eb

初期ベクトル:000020e8f5eb00000000315e RTPペイロード:f57af5fd4ae19562976ec57a5a7ad55a 5af5c5e5c5fdf5c55ad57a4a7272d572 62e9729566ed66e97ac54a4a5a7ad5e1 5ae5fdd5fd5ac5d56ae56ad5c572d54a e54ac55a956afd6aed5a4ac562957a95 16991691d572fd14e97ae962ed7a9f4a 955af572e162f57a956666e17ae1f54a 95f566d54a66e16e4afd6a9f7ae1c5c5 5ae5d56afde916c5e94a6ec56695e14a fde1148416e94ad57ac5146ed59d1cc5関連するデータ:8008315ebf2e6fe020e8f5eb

The encrypted RTP payload is longer than the RTP payload by exactly the GCM authentication tag length (16 octets).

暗号化されたRTPペイロードは、RTPペイロードよりもGCM認証タグ長(16オクテット)だけ長くなります。

A.2.1. SRTP_AEAD_ARIA_128_GCM
A.2.1. SRTP_AEAD_ARIA_128_GCM
      Key:                       e91e5e75da65554a48181f3846349562
        
      Encrypted RTP Payload:     4d8a9a0675550c704b17d8c9ddc81a5c
                                 d6f7da34f2fe1b3db7cb3dfb9697102e
                                 a0f3c1fc2dbc873d44bceeae8e444297
                                 4ba21ff6789d3272613fb9631a7cf3f1
                                 4bacbeb421633a90ffbe58c2fa6bdca5
                                 34f10d0de0502ce1d531b6336e588782
                                 78531e5c22bc6c85bbd784d78d9e680a
                                 a19031aaf89101d669d7a3965c1f7e16
                                 229d7463e0535f4e253f5d18187d40b8
                                 ae0f564bd970b5e7e2adfb211e89a953
                                 5abace3f37f5a736f4be984bbffbedc1
        
A.2.2. SRTP_AEAD_ARIA_256_GCM
A.2.2. SRTP_AEAD_ARIA_256_GCM
      Key:                       0c5ffd37a11edc42c325287fc0604f2e
                                 3e8cd5671a00fe3216aa5eb105783b54
        
      Encrypted RTP Payload:     6f9e4bcbc8c85fc0128fb1e4a0a20cb9
                                 932ff74581f54fc013dd054b19f99371
                                 425b352d97d3f337b90b63d1b082adee
                                 ea9d2d7391897d591b985e55fb50cb53
                                 50cf7d38dc27dda127c078a149c8eb98
                                 083d66363a46e3726af217d3a00275ad
                                 5bf772c7610ea4c23006878f0ee69a83
                                 97703169a419303f40b72e4573714d19
                                 e2697df61e7c7252e5abc6bade876ac4
                                 961bfac4d5e867afca351a48aed52822
                                 e210d6ced2cf430ff841472915e7ef48
        
A.3. Key Derivation Test Vectors
A.3. 鍵導出テストベクトル

This section provides test vectors for the default key derivation function that uses ARIA in Counter Mode. In the following, we walk through the initial key derivation for the ARIA Counter Mode cipher that requires a session encryption key of 16/24/32 octets according to the session encryption key length, a 14-octet session salt, and an authentication function that requires a 94-octet session authentication key. These values are called the cipher key, the cipher salt, and the auth key in the following. The test vectors are generated in the same way with the test vectors of key derivation functions in [RFC3711] and [RFC6188] but with each invocation of AES replaced with an invocation of ARIA.

このセクションでは、カウンターモードでARIAを使用するデフォルトの鍵導出関数のテストベクトルを提供します。以下では、セッション暗号化キーの長さに応じて16/24/32オクテットのセッション暗号化キー、14オクテットのセッションソルト、および次の認証機能を必要とするARIAカウンターモード暗号の最初のキー導出について説明します。 94オクテットのセッション認証キーが必要です。これらの値は、以下では暗号鍵、暗号ソルト、および認証鍵と呼ばれます。テストベクトルは、[RFC3711]および[RFC6188]の主要な導出関数のテストベクトルと同じ方法で生成されますが、AESの呼び出しごとにARIAの呼び出しに置き換えられます。

A.3.1. ARIA_128_CTR_PRF
A.3.1. ARIA_128_CTR_PRF

The inputs to the key derivation function are the 16-octet master key and the 14-octet master salt:

キー導出関数への入力は、16オクテットのマスターキーと14オクテットのマスターソルトです。

master key: e1f97a0d3e018be0d64fa32c06de4139 master salt: 0ec675ad498afeebb6960b3aabe6

マスターキー:e1f97a0d3e018be0d64fa32c06de4139マスターソルト:0ec675ad498afeebb6960b3aabe6

     index DIV kdr:                 000000000000
     label:                       00
     master salt:   0ec675ad498afeebb6960b3aabe6
     -----------------------------------------------
     xor:           0ec675ad498afeebb6960b3aabe6     (x, PRF input)
        
     x*2^16:        0ec675ad498afeebb6960b3aabe60000 (ARIA-CTR input)
        

cipher key: dbd85a3c4d9219b3e81f7d942e299de4 (ARIA-CTR output)

暗号キー:dbd85a3c4d9219b3e81f7d942e299de4(ARIA-CTR出力)

ARIA-CTR protection profile requires a 14-octet cipher salt while ARIA-GCM protection profile requires a 12-octet cipher salt.

ARIA-CTR保護プロファイルには14オクテットの暗号ソルトが必要ですが、ARIA-GCM保護プロファイルには12オクテットの暗号ソルトが必要です。

     index DIV kdr:                 000000000000
     label:                       02
     master salt:   0ec675ad498afeebb6960b3aabe6
     ----------------------------------------------
     xor:           0ec675ad498afee9b6960b3aabe6     (x, PRF input)
        
     x*2^16:        0ec675ad498afee9b6960b3aabe60000 (ARIA-CTR input)
        

9700657f5f34161830d7d85f5dc8be7f (ARIA-CTR output)

9700657f5f34161830d7d85f5dc8be7f(ARIA-CTR出力)

     cipher salt:   9700657f5f34161830d7d85f5dc8     (ARIA-CTR profile)
                    9700657f5f34161830d7d85f         (ARIA-GCM profile)
     index DIV kdr:                 000000000000
     label:                       01
     master salt:   0ec675ad498afeebb6960b3aabe6
     -----------------------------------------------
     xor:           0ec675ad498afeeab6960b3aabe6     (x, PRF input)
        
     x*2^16:        0ec675ad498afeeab6960b3aabe60000 (ARIA-CTR input)
        

Below, the auth key is shown on the left, while the corresponding ARIA input blocks are shown on the right.

以下では、認証キーが左側に表示され、対応するARIA入力ブロックが右側に表示されます。

auth key ARIA input blocks

認証キーARIA入力ブロック

     d021877bd3eaf92d581ed70ddc050e03  0ec675ad498afeeab6960b3aabe60000
     f11257032676f2a29f57b21abd3a1423  0ec675ad498afeeab6960b3aabe60001
     769749bdc5dd9ca5b43ca6b6c1f3a7de  0ec675ad498afeeab6960b3aabe60002
     4047904bcf811f601cc03eaa5d7af6db  0ec675ad498afeeab6960b3aabe60003
     9f88efa2e51ca832fc2a15b126fa7be2  0ec675ad498afeeab6960b3aabe60004
     469af896acb1852c31d822c45799      0ec675ad498afeeab6960b3aabe60005
        
A.3.2. ARIA_256_CTR_PRF
A.3.2. ARIA_256_CTR_PRF

The inputs to the key derivation function are the 32-octet master key and the 14-octet master salt:

キー導出関数への入力は、32オクテットのマスターキーと14オクテットのマスターソルトです。

master key: 0c5ffd37a11edc42c325287fc0604f2e 3e8cd5671a00fe3216aa5eb105783b54 master salt: 0ec675ad498afeebb6960b3aabe6

マスターキー:0c5ffd37a11edc42c325287fc0604f2e 3e8cd5671a00fe3216aa5eb105783b54マスターキー:0ec675ad498afeebb6960b3aabe6

     index DIV kdr:               000000000000
     label:                     00
     master salt: 0ec675ad498afeebb6960b3aabe6
     -----------------------------------------------
     xor:         0ec675ad498afeebb6960b3aabe6     (x, PRF input)
        
     x*2^16:      0ec675ad498afeebb6960b3aabe60000 (ARIA-CTR input)
        

cipher key: 0649a09d93755fe9c2b2efba1cce930a (ARIA-CTR 1st output) f2e76ce8b77e4b175950321aa94b0cf4 (ARIA-CTR 2nd output)

暗号鍵:0649a09d93755fe9c2b2efba1cce930a(ARIA-CTRの1番目の出力)f2e76ce8b77e4b175950321aa94b0cf4(ARIA-CTRの2番目の出力)

ARIA-CTR protection profile requires a 14-octet cipher salt while ARIA-GCM protection profile requires a 12-octet cipher salt.

ARIA-CTR保護プロファイルには14オクテットの暗号ソルトが必要ですが、ARIA-GCM保護プロファイルには12オクテットの暗号ソルトが必要です。

     index DIV kdr:                000000000000
     label:                      02
     master salt:  0ec675ad498afeebb6960b3aabe6
     ----------------------------------------------
     xor:          0ec675ad498afee9b6960b3aabe6     (x, PRF input)
        
     x*2^16:       0ec675ad498afee9b6960b3aabe60000 (ARIA-CTR input)
        

194abaa8553a8eba8a413a340fc80a3d (ARIA-CTR output)

194abaa8553a8eba8a413a340fc80a3d(ARIA-CTR出力)

cipher salt: 194abaa8553a8eba8a413a340fc8 (ARIA-CTR profile) 194abaa8553a8eba8a413a34 (ARIA-GCM profile)

暗号ソルト:194abaa8553a8eba8a413a340fc8(ARIA-CTRプロファイル)194abaa8553a8eba8a413a34(ARIA-GCMプロファイル)

     index DIV kdr:                000000000000
     label:                      01
     master salt:  0ec675ad498afeebb6960b3aabe6
     -----------------------------------------------
     xor:          0ec675ad498afeeab6960b3aabe6     (x, PRF input)
        
     x*2^16:       0ec675ad498afeeab6960b3aabe60000 (ARIA-CTR input)
        

Below, the auth key is shown on the left, while the corresponding ARIA input blocks are shown on the right.

以下では、認証キーが左側に表示され、対応するARIA入力ブロックが右側に表示されます。

auth key ARIA input blocks

認証キーARIA入力ブロック

     e58d42915873b71899234807334658f2   0ec675ad498afeeab6960b3aabe60000
     0bc460181d06e02b7a9e60f02ff10bfc   0ec675ad498afeeab6960b3aabe60001
     9ade3795cf78f3e0f2556d9d913470c4   0ec675ad498afeeab6960b3aabe60002
     e82e45d254bfb8e2933851a3930ffe7d   0ec675ad498afeeab6960b3aabe60003
     fca751c03ec1e77e35e28dac4f17d1a5   0ec675ad498afeeab6960b3aabe60004
     80bdac028766d3b1e8f5a41faa3c       0ec675ad498afeeab6960b3aabe60005
        

Authors' Addresses

著者のアドレス

Woo-Hwan Kim National Security Research Institute P.O. Box 1, Yuseong Daejeon 34188 Korea

ウファンキム国家安全保障研究所P.O. Box 1、ユソン大田34188韓国

   Email: whkim5@nsr.re.kr
        

Jungkeun Lee National Security Research Institute P.O. Box 1, Yuseong Daejeon 34188 Korea

Lee National Security Research Institute P.O.を提出するBox 1、ユソン大田34188韓国

   Email: jklee@nsr.re.kr
        

Je-Hong Park National Security Research Institute P.O. Box 1, Yuseong Daejeon 34188 Korea

ジェホンパーク国家安全保障研究所P.O. Box 1、ユソン大田34188韓国

   Email: jhpark@nsr.re.kr
        

Daesung Kwon National Security Research Institute P.O. Box 1, Yuseong Daejeon 34188 Korea

大成クォン国家安全保障研究所P.O. Box 1、ユソン大田34188韓国

   Email: ds_kwon@nsr.re.kr
        

Dong-Chan Kim Kookmin University 77 Jeongneung-ro, Seongbuk-gu Seoul 02707 Korea

ドンチャンキムククミンユニバーシティソウルソウル北区城北区貞陵路77韓国

   Email: dckim@kookmin.ac.kr