<?xml version="1.0"?>
<?rfc symrefs='no'?>
<?rfc sortrefs='no'?>
<?rfc toc='yes'?>
<?rfc strict='no'?>

<!DOCTYPE rfc SYSTEM 'rfcXXXX.dtd' [
<!ENTITY rfc2104 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.2104.xml'>
<!ENTITY rfc2119 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml'>
<!ENTITY rfc2146 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.2146.xml'>
<!ENTITY rfc2146 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.2146.xml'>
<!ENTITY rfc2246 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.2246.xml'>
<!ENTITY rfc4312 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.4312.xml'>
<!ENTITY rfc4132 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.4132.xml'>
<!ENTITY rfc3657 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.3657.xml'>
<!ENTITY rfc4301 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.4301.xml'>
<!ENTITY rfc4302 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.4302.xml'>
<!ENTITY rfc4306 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.4306.xml'>
<!ENTITY rfc2411 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.2411.xml'>
<!ENTITY rfc4051 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.4051.xml'>
<!ENTITY rfc4086 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.4086.xml'>
<!ENTITY rfc3713 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.3713.xml'>
<!ENTITY rfc4494 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.4494.xml'>
<!ENTITY rfc4615 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.4615.xml'>
<!ENTITY rfc4346 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.4346.xml'>
<!ENTITY rfc4303 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.4303.xml'>
<!ENTITY rfc2409 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.2409.xml'>
<!ENTITY rfc4434 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.4434.xml'>
<!ENTITY rfc3566 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.3566.xml'>
<!ENTITY rfc5288 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.5288.xml'>
<!ENTITY rfc5289 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.5289.xml'>
<!ENTITY rfc5246 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.5246.xml'>
<!ENTITY rfc5116 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.5116.xml'>
<!ENTITY rfc4279 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.4279.xml'>
<!ENTITY rfc5487 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.5487.xml'>
<!ENTITY rfc5489 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.5489.xml'>
<!ENTITY rfc5932 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.5932.xml'>
]>

<rfc ipr="trust200902" category="info" docName="draft-kanno-tls-camellia-03">


 <front>
   <title abbrev="Addition of Camellia cipher for TLS">
    Addition of the Camellia Cipher Suites to Transport Layer Security (TLS)
   </title>
   
    <author initials="S." surname="Kanno"
      fullname="Satoru Kanno">
      <organization>
	NTT Software Corporation
      </organization>
      <address>
	<phone>+81-45-212-9803</phone>
	<facsimile>+81-45-212-9800</facsimile>
	<email>kanno.satoru@po.ntts.co.jp</email>
      </address>
    </author>
    
    <author initials="M." surname="Kanda"
            fullname="Masayuki Kanda">
     <organization>
     NTT
     </organization>
    <address>
    <phone>+81-422-59-3456</phone>
    <facsimile>+81-422-59-4015 </facsimile>
    <email>kanda.masayuki@lab.ntt.co.jp</email>
    </address> 
   </author>

<!-- make formatting date -->
   <date/>

    <area>Security</area>
    <workgroup>Network Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <keyword>Request for Comments</keyword>
    <keyword>TLS</keyword>
    <keyword>GCM</keyword>
    <keyword>Eliptic Curve Encryption</keyword>
    <keyword>Block Cipher</keyword>
    <keyword>PSK</keyword>
<abstract>
<t>
   This document specifies forty-two cipher suites for the Transport
   Security Layer (TLS) protocol to additionally support the Camellia encryption
   algorithm as a block cipher.
</t>
</abstract>
</front>

<middle>

<section anchor="intro" title="Introduction">

<t>
   The Camellia cipher suites are already specified in RFC5932 <xref target="RFC5932" />
   with SHA-256 based HMAC using asymmetric key encryption. 
   This document proposes the addition of new cipher suites to the
   Transport Layer Security (TLS) <xref target="RFC5246" /> protocol to 
   support the Camellia <xref target="RFC3713" /> cipher algorithm
   as a block cipher algorithm. 
   The proposed cipher suites include variants using SHA-2 family of
   cryptographic hash functions <xref target="FIPS180-3" /> and Galois Counter Mode (GCM) <xref target="GCM" />. 
   Elliptic curve cipher suites and Pre-Shared Key (PSK) <xref target="RFC4279" /> cipher suites are also included.
</t>

<section title="Terminology">
<t>
   The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
   "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this 
   document are to be interpreted as described in RFC2119 <xref target="RFC2119" />.
</t>
</section>
</section>

<section title="Proposed Cipher Suites">

<section title="HMAC based Cipher Suites">
<t>
   The eight cipher suites use Camellia <xref target="RFC3713" /> in Cipher Block
   Chaining (CBC) <xref target="RFC3713" /> mode with a SHA-2 family HMAC 
   using elliptic curves cryptosystem:
</t>
<figure>
<artwork align="left"><![CDATA[
  CipherSuite TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 = {TBD,TBD};
  CipherSuite TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 = {TBD,TBD};
  CipherSuite TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256  = {TBD,TBD};
  CipherSuite TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384  = {TBD,TBD};
  CipherSuite TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256   = {TBD,TBD};
  CipherSuite TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384   = {TBD,TBD};
  CipherSuite TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256    = {TBD,TBD};
  CipherSuite TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384    = {TBD,TBD};
 ]]></artwork>
</figure>
</section>


<section title="GCM based Cipher Suites">

<t>
   The twenty cipher suites use the same asymmetric key algorithms as
   those in the previous section but use the authenticated encryption
   modes defined in TLS 1.2 <xref target="RFC5246" /> with the Camellia 
   in GCM <xref target="GCM" />.
</t>

<figure>
<artwork align="left"><![CDATA[
  CipherSuite TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256          = {TBD,TBD};
  CipherSuite TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384          = {TBD,TBD};
  CipherSuite TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA256      = {TBD,TBD};
  CipherSuite TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA384      = {TBD,TBD};
  CipherSuite TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256       = {TBD,TBD};
  CipherSuite TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA384       = {TBD,TBD};
  CipherSuite TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA256      = {TBD,TBD};
  CipherSuite TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA384      = {TBD,TBD};
  CipherSuite TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256       = {TBD,TBD};
  CipherSuite TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384       = {TBD,TBD};
  CipherSuite TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA256      = {TBD,TBD};
  CipherSuite TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA384      = {TBD,TBD};
  CipherSuite TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SHA256  = {TBD,TBD};
  CipherSuite TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SHA384  = {TBD,TBD};
  CipherSuite TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256   = {TBD,TBD};
  CipherSuite TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384   = {TBD,TBD};
  CipherSuite TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA256    = {TBD,TBD};
  CipherSuite TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA384    = {TBD,TBD};
  CipherSuite TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256     = {TBD,TBD};
  CipherSuite TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384     = {TBD,TBD};
 ]]></artwork>
</figure>
</section>


<section title="PSK based Cipher Suites">

<t>
   The fourteen cipher suites describe PSK cipher suites.
   The first six cipher suites use Camellia with GCM and the next eight
   cipher suites use the Camellia with SHA-2 family HMAC using 
   asymmetric key encryption or elliptic curves cryptosystem.
</t>

<figure>
<artwork align="left"><![CDATA[
  CipherSuite TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256        = {TBD,TBD};
  CipherSuite TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384        = {TBD,TBD};
  CipherSuite TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA256    = {TBD,TBD};
  CipherSuite TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA384    = {TBD,TBD};
  CipherSuite TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA256    = {TBD,TBD};
  CipherSuite TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA384    = {TBD,TBD};
  CipherSuite TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256        = {TBD,TBD};
  CipherSuite TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384        = {TBD,TBD};
  CipherSuite TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256    = {TBD,TBD};
  CipherSuite TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384    = {TBD,TBD};
  CipherSuite TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256    = {TBD,TBD};
  CipherSuite TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384    = {TBD,TBD};
  CipherSuite TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256  = {TBD,TBD};
  CipherSuite TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384  = {TBD,TBD};
 ]]></artwork>
</figure>
</section>
</section>

<section title="Cipher Suite Definitions">

<section title="Key Exchange">
<t>
   The RSA, DHE_RSA, DH_RSA, DHE_DSS, DH_DSS, ECDH, DH_anon, and ECDHE
   key exchanges are performed as defined in RFC5246 <xref target="RFC5246" />.
</t>
</section>

<section title="Cipher">
<t>
   This document describes cipher suites based on Camellia cipher using CBC mode and GCM.
   The details are follows;
</t>
<t>
   The CAMELLIA_128_CBC cipher suites use Camellia <xref target="RFC3713" /> in CBC mode with a
   128-bit key and 128-bit Initialization Vector (IV); the CAMELLIA_256_CBC cipher suites use a
   256-bit key and 128-bit IV.
</t>

<t>
   Advanced Encryption Standard (AES) <xref target="FIPS197" /> authenticated encryption with additional data algorithms,
   AEAD_AES_128_GCM and AEAD_AES_256_GCM are described in RFC5116 <xref target="RFC5116" />.
   And AES GCM cipher suites for TLS are described in RFC5288 <xref target="RFC5288" />. 
   AES and Camellia share common characteristics including key sizes and block
   length. CAMELLIA_128_GCM and CAMELLIA_256_GCM are defined according as those of AES.
</t>
</section>


<section title="PRFs">
<t>
 The hash algorithms and PseudoRandom Function (PRF) algorithms for TLS 1.2 <xref target="RFC5246" /> SHALL be as follows:
</t>
<vspace blankLines="0" />
 <t>
   a) The cipher suites ending with _SHA256 use HMAC-SHA-256 <xref target="RFC2104" /> as the MAC
      algorithm, The PRF is the TLS PRF <xref target="RFC5246" /> with SHA-256 <xref target="FIPS180-3" /> as the hash
      function,
  <vspace blankLines="0" />
   b) The cipher suites ending with _SHA384 use HMAC-SHA-384 <xref target="RFC2104" /> as the MAC
      algorithm, The PRF is the TLS PRF <xref target="RFC5246" /> with SHA-384 <xref target="FIPS180-3" /> as the hash
      function.
 </t>
 
<t>
   When used with TLS versions prior to 1.2 (TLS 1.0 <xref target="RFC2246" /> and 
   TLS 1.1 <xref target="RFC4346" />),
   the PRF is calculated as specified in the appropriate version of the TLS specification.
</t>

</section>


<section title="PSK cipher suites">

<t>
   PSK cipher suites for TLS are described in RFC5487 <xref target="RFC5487" /> as to SHA-256/384
   and RFC5489 <xref target="RFC5489" /> as to ECDHE_PSK.
</t>
</section>

</section>

<section title="Security Considerations">

<t>
    At the time of writing this document there are no known weak keys
    for Camellia. And no security problem has been found on 
    Camellia (see NESSIE <xref target ="NESSIE"/>, CRYPTREC <xref target="CRYPTREC"/>, 
    and LNCS 5867<xref target="Research"/>).
</t>

<t>
   The security considerations in previous RFCs (RFC5116 <xref target="RFC5116" />, 
   RFC5289 <xref target="RFC5289" />, and RFC5487 <xref target="RFC5487" />) apply to this document as well.
</t>

</section>

<section title="IANA Considerations">
<t>
   IANA is requested to allocate the following numbers
   in the TLS Cipher Suite Registry:
</t>

<figure>
<artwork align="left"><![CDATA[
  CipherSuite TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256  = {TBD,TBD};
  CipherSuite TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384  = {TBD,TBD};
  CipherSuite TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256   = {TBD,TBD};
  CipherSuite TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384   = {TBD,TBD};
  CipherSuite TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256    = {TBD,TBD};
  CipherSuite TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384    = {TBD,TBD};
  CipherSuite TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256     = {TBD,TBD};
  CipherSuite TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384     = {TBD,TBD};
  CipherSuite TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256          = {TBD,TBD};
  CipherSuite TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384          = {TBD,TBD};
  CipherSuite TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA256      = {TBD,TBD};
  CipherSuite TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA384      = {TBD,TBD};
  CipherSuite TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256       = {TBD,TBD};
  CipherSuite TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA384       = {TBD,TBD};
  CipherSuite TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA256      = {TBD,TBD};
  CipherSuite TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA384      = {TBD,TBD};
  CipherSuite TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256       = {TBD,TBD};
  CipherSuite TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384       = {TBD,TBD};
  CipherSuite TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA256      = {TBD,TBD};
  CipherSuite TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA384      = {TBD,TBD};
  CipherSuite TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SHA256  = {TBD,TBD};
  CipherSuite TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SHA384  = {TBD,TBD};
  CipherSuite TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256   = {TBD,TBD};
  CipherSuite TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384   = {TBD,TBD};
  CipherSuite TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA256    = {TBD,TBD};
  CipherSuite TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA384    = {TBD,TBD};
  CipherSuite TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256     = {TBD,TBD};
  CipherSuite TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384     = {TBD,TBD};
  CipherSuite TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256          = {TBD,TBD};
  CipherSuite TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384          = {TBD,TBD};
  CipherSuite TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA256      = {TBD,TBD};
  CipherSuite TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA384      = {TBD,TBD};
  CipherSuite TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA256      = {TBD,TBD};
  CipherSuite TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA384      = {TBD,TBD};
  CipherSuite TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256          = {TBD,TBD};
  CipherSuite TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384          = {TBD,TBD};
  CipherSuite TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256      = {TBD,TBD};
  CipherSuite TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384      = {TBD,TBD};
  CipherSuite TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256      = {TBD,TBD};
  CipherSuite TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384      = {TBD,TBD};
  CipherSuite TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256    = {TBD,TBD};
  CipherSuite TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384    = {TBD,TBD};
 ]]></artwork>
</figure>

</section>

</middle>

<back>
<references title="Normative References">
&rfc2104;
&rfc2246;
&rfc2119;
&rfc3713;
&rfc4279;
&rfc4346;
&rfc5116;
&rfc5246;
&rfc5288;
&rfc5289;
&rfc5487;
&rfc5489;

<reference anchor="FIPS180-3" target="http://csrc.nist.gov/publications/fips/fips180-3/fips180-3_final.pdf">
 <front>
   <title>Secure Hash Standard (SHS)</title>
   <author>
     <organization>National Institute of Standards and Technology</organization>
   </author>
   <date month="October" year="2008" />
 </front>
 <seriesInfo name="FIPS" value="PUB 180" />
</reference>

<reference anchor="GCM" target="http://csrc.nist.gov/publications/nistpubs/800-38D/SP-800-38D.pdf">
 <front>
  <title>Recommendation for Block Cipher Modes of Operation: Galois/Counter Mode (GCM) for Confidentiality and Authentication</title> 
 <author initials="M." surname="Dworkin" fullname="Morris Dworkin">
  <organization>National Institute of Standards and Technology</organization> 
  </author>
  <date month="April" year="2006" />
  <seriesInfo name="Special Publication" value="800-38D" /> 
  </front>
  </reference>
</references>

<references title="Informative References">
&rfc5932;

<reference anchor="NESSIE" target="http://www.cosic.esat.kuleuven.ac.be/nessie/">
  <front>
  <title abbrev="NESSIE">The NESSIE project (New European Schemes for Signatures, Integrity and Encryption) </title> 
  <author>
  <organization /> 
  </author>
  </front>
</reference>

 <reference anchor="CRYPTREC" target="http://www.cryptrec.go.jp/english/index.html" >
  <front>
   <title>CRYPTREC (Cryptography Research and Evaluation Committees)</title> 
   <country>Japan</country> 
  </front>
  <format type="HTML" target="http://www.cryptrec.go.jp/english/index.html" /> 
 </reference>

 <reference anchor="Research" target="http://www.springerlink.com/content/e55783u422436g77/">
 <front>
  <title>New Results on Impossible Differential Cryptanalysis of Reduced Round Camellia-128</title> 
  <author initials="H." surname="Mala" fullname="Hamid Mala">
    </author>
  <author initials="M." surname="Shakiba" fullname="Mohsen Shakiba">
    </author>
    <author initials="M." surname="Dakhil-alian" fullname="Mohammad Dakhil-alian">
   <organization>Springer</organization> 
  </author>
  <date month="November" year="2009" />
  <seriesInfo name="LNCS" value="5867" /> 
 </front>
</reference>

<reference anchor="FIPS197" target="http://csrc.nist.gov/publications/fips/fips197/fips-197.pdf">
 <front>
   <title>Advanced Encryption Standard (AES)</title>
   <author>
     <organization>National Institute of Standards and Technology</organization>
   </author>
   <date month="November" year="2001" />
 </front>
 <seriesInfo name="FIPS" value="PUB 197" />
</reference>
</references>





</back>
</rfc>
 