Skip to content
This repository has been archived by the owner on Dec 23, 2019. It is now read-only.

Latest commit

 

History

History
185 lines (156 loc) · 5.86 KB

example-v2.adoc

File metadata and controls

185 lines (156 loc) · 5.86 KB

RFC XML v2 Example: A Standard for the Transmission of IP Datagrams on Avian Carriers

Avian carriers can provide high delay, low throughput, and low altitude service. The connection topology is limited to a single point-to-point path for each carrier, used with standard carriers, but many carriers can be used without significant interference with each other, outside of early spring. This is because of the 3D ether space available to the carriers, in contrast to the 1D ether used by IEEE802.3. The carriers have an intrinsic collision avoidance system, which increases availability. Unlike some network technologies, such as packet radio, communication is not limited to line-of-sight distance. Connection oriented service is available in some cities, usually based upon a central hub topology.
Note
Yes, this is an April Fool’s RFC.

Frame Format

The IP datagram is printed, on a small scroll of paper, in hexadecimal, with each octet separated by whitestuff and blackstuff. The scroll of paper is wrapped around one leg of the avian carrier. A band of duct tape is used to secure the datagram’s edges. The bandwidth is limited to the leg length. The MTU is variable, and paradoxically, generally increases with increased carrier age. A typical MTU is 256 milligrams. Some datagram padding may be needed.alt

Upon receipt, the duct tape is removed and the paper copy of the datagram is optically scanned into a electronically transmittable form.[RFC7253]

This document extends OpenPGP and its ECC extension to support SM2, SM3 and SM4:

  • support the SM3 hash algorithm for data validation purposes

  • support signatures utilizing the combination of SM3 with other digital signing algorithms, such as RSA, ECDSA and SM2

  • support the SM2 asymmetric encryption algorithm for public key operations

  • support usage of SM2 in combination with supported hash algorithms, such as SHA-256 and SM3

  • support the SM4 symmetric encryption algorithm for data protection purposes

  • defines the OpenPGP profile "OSCCA-SM234" to enable usage of OpenPGP in an OSCCA-compliant manner.

Algorithm-Specific Fields for SM2DSA keys:

  • a variable-length field containing a curve OID, formatted as follows:

    1. a one-octet size of the following field; values 0 and 0xFF are reserved for future extensions

    2. octets representing a curve OID.

  • MPI of an EC point representing a public key

Definitions

OSCCA-compliant

All cryptographic algorithms used are compliant with OSCCA regulations.

SM2DSA

The elliptic curve digital signature algorithm. [ISO.IEC.10118-3]

SM2KEP

The elliptic curve key exchange protocol.

SM2PKE

The public key encryption algorithm.

Elliptic Curve Formula

\$y^2 = x^3 + ax + b\$

Curve Parameters

Example 1. Curve Parameters Listing
p   = FFFFFFFE FFFFFFFF FFFFFFFF FFFFFFFF
      FFFFFFFF 00000000 FFFFFFFF FFFFFFFF
a   = FFFFFFFE FFFFFFFF FFFFFFFF FFFFFFFF
      FFFFFFFF 00000000 FFFFFFFF FFFFFFFC
b   = 28E9FA9E 9D9F5E34 4D5A9E4B CF6509A7
      F39789F5 15AB8F92 DDBCBD41 4D940E93
n   = FFFFFFFE FFFFFFFF FFFFFFFF FFFFFFFF
      7203DF6B 21C6052B 53BBF409 39D54123
x_G = 32C4AE2C 1F198119 5F990446 6A39C994
      8FE30BBF F2660BE1 715A4589 334C74C7
y_G = BC3736A2 F4F6779C 59BDCEE3 6B692153
      D0A9877C C62A4740 02DF32E5 2139F0A0

Supported Algorithms

Public Key Algorithms

The SM2 algorithm is supported with the following extension.

Note
ECDH is defined in Section 8 of this document.

The following public key algorithm IDs are added to expand Section 9.1 of RFC4880, "Public-Key Algorithms":

Table 1. Table 2
ID Description of Algorithm

TBD

SM2

Security Considerations

Security is not generally a problem in normal operation, but special
measures MUST be taken (such as data encryption) when avian carriers are used in a tactical environment.[RFC7253], [ISO.IEC.10118-3]

Normative References

ISO/IEC FDIS 10118-3 -- Information technology -- Security techniques -- Hash-functions -- Part 3: Dedicated hash-functions International Organization for Standardization BIBC II Chemin de Blandonnet 8 CP 401 Vernier Geneva 1214 Switzerland +41 22 749 01 11 [email protected] https://www.iso.org/

Infomative References

Guidelines for Writing an IANA Considerations Section in RFCs Sacramento State UC Davis