diff --git a/index.bs b/index.bs index f51a155..1dfe9a6 100644 --- a/index.bs +++ b/index.bs @@ -410,7 +410,7 @@ Let the certificate serial number be the result of the following step
  • If the agent has never generated an agent certificate:
    1. Let the certificate serial number base be a 32-bit - pseudorandom integer value. + pseudorandom integer value.
    2. Let the certificate serial number counter be a 32-bit unsigned integer, initially set to 0.
    @@ -419,7 +419,7 @@ Let the certificate serial number be the result of the following step
    1. Increment the [=certificate serial number counter=] by one.
    2. Assign the upper 32 bits to the [=certificate serial number base=].
    3. -
    4. Assign the lower 32 bits to the [=certificate serial number counter=]. +
    5. Assign the lower 32 bits to the [=certificate serial number counter=].
    @@ -447,7 +447,7 @@ The following X.509 v3 fields are to be set as follows:
  • ECC OID: `1.2.840.10045.2.1`
  • ECDSA 256 OID: `1.2.840.10045.3.1.7`
  • DER representation: `301306072a8648ce3d020106082a8648ce3d030107`
  • - + diff --git a/network.bs b/network.bs index 3ca2fa6..5274053 100644 --- a/network.bs +++ b/network.bs @@ -216,7 +216,7 @@ steps:
  • If the agent has never generated an agent certificate:
    1. Let the certificate serial number base be a 128-bit - [=UUID=]. + [=UUID=].
    2. Let the certificate serial number counter be a 32-bit unsigned integer, initially set to 0.
    @@ -225,7 +225,7 @@ steps:
    1. Increment the [=certificate serial number counter=] by one.
    2. Assign the upper 128 bits to the [=certificate serial number base=].
    3. -
    4. Assign the lower 32 bits to the [=certificate serial number counter=]. +
    5. Assign the lower 32 bits to the [=certificate serial number counter=].
    @@ -332,7 +332,7 @@ The following X.509 v3 fields are to be set as follows:
  • ECC OID: `1.2.840.10045.2.1`
  • ECDSA 256 OID: `1.2.840.10045.3.1.7`
  • DER representation: `301306072a8648ce3d020106082a8648ce3d030107`
  • - +