GOST Cipher Suites for Transport Layer Security (TLS) Protocol Version 1.3
draft-smyshlyaev-tls13-gost-suites-03
Network Working Group S. Smyshlyaev, Ed.
Internet-Draft E. Alekseev
Intended status: Informational E. Griboedova
Expires: June 17, 2021 A. Babueva
CryptoPro
December 14, 2020
GOST Cipher Suites for Transport Layer Security (TLS) Protocol Version
1.3
draft-smyshlyaev-tls13-gost-suites-03
Abstract
The purpose of this document is to make the Russian cryptographic
standards available to the Internet community for their
implementation in the Transport Layer Security (TLS) Protocol Version
1.3.
This specification defines four new cipher suites and seven new
signature schemes based on GOST R 34.12-2015, GOST R 34.11-2012 and
GOST R 34.10-2012 algorithms.
Status of This Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at https://datatracker.ietf.org/drafts/current/.
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."
This Internet-Draft will expire on June 17, 2021.
Copyright Notice
Copyright (c) 2020 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
(https://trustee.ietf.org/license-info) in effect on the date of
Smyshlyaev, et al. Expires June 17, 2021 [Page 1]
Internet-Draft GOST Cipher Suites for TLS 1.3 December 2020
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.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3
2. Conventions Used in This Document . . . . . . . . . . . . . . 4
3. Basic Terms and Definitions . . . . . . . . . . . . . . . . . 4
4. Cipher Suite Definition . . . . . . . . . . . . . . . . . . . 6
4.1. Record Protection Algorithm . . . . . . . . . . . . . . . 6
4.1.1. AEAD Algorithm . . . . . . . . . . . . . . . . . . . 7
4.1.2. TLSTREE . . . . . . . . . . . . . . . . . . . . . . . 9
4.1.3. SNMAX parameter . . . . . . . . . . . . . . . . . . . 10
4.2. Hash Algorithm . . . . . . . . . . . . . . . . . . . . . 10
5. Signature Scheme Definition . . . . . . . . . . . . . . . . . 11
5.1. Signature Algorithm . . . . . . . . . . . . . . . . . . . 11
5.2. Elliptic Curve . . . . . . . . . . . . . . . . . . . . . 12
5.3. SIGN function . . . . . . . . . . . . . . . . . . . . . . 13
6. Key Exchange and Authentication . . . . . . . . . . . . . . . 13
6.1. Key Exchange . . . . . . . . . . . . . . . . . . . . . . 14
6.1.1. ECDHE Shared Secret Calculation . . . . . . . . . . . 14
6.1.1.1. ECDHE Shared Secret Calculation on Client Side . 14
6.1.1.2. ECDHE Shared Secret Calculation on Server Side . 16
6.1.1.3. Public ephemeral key representation . . . . . . . 17
6.1.2. Values for the TLS Supported Groups Registry . . . . 17
6.2. Authentication . . . . . . . . . . . . . . . . . . . . . 18
6.3. Handshake Messages . . . . . . . . . . . . . . . . . . . 19
6.3.1. Hello Messages . . . . . . . . . . . . . . . . . . . 19
6.3.2. CertificateRequest . . . . . . . . . . . . . . . . . 20
6.3.3. Certificate . . . . . . . . . . . . . . . . . . . . . 21
6.3.4. CertificateVerify . . . . . . . . . . . . . . . . . . 21
7. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 22
8. Historical considerations . . . . . . . . . . . . . . . . . . 24
9. Security Considerations . . . . . . . . . . . . . . . . . . . 24
10. References . . . . . . . . . . . . . . . . . . . . . . . . . 25
10.1. Normative References . . . . . . . . . . . . . . . . . . 25
10.2. Informative References . . . . . . . . . . . . . . . . . 26
Appendix A. Test Examples . . . . . . . . . . . . . . . . . . . 27
Appendix B. Contributors . . . . . . . . . . . . . . . . . . . . 27
Show full document text