Skip to content

Commit

Permalink
removed tables in ASCII-Art
Browse files Browse the repository at this point in the history
  • Loading branch information
HBrock committed Jan 9, 2025
1 parent 14e2393 commit ab20054
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions draft-ietf-lamps-rfc4210bis.md
Original file line number Diff line number Diff line change
Expand Up @@ -4253,15 +4253,6 @@ certificate has been requested.
| algorithmIdentifier | MSG_SIG_ALG | only signature protection is allowed for this proof |
| signature | present | bits calculated using MSG_SIG_ALG |

~~~~
Field Value Comment

algorithmIdentifier MSG_SIG_ALG only signature protection is
allowed for this proof

signature present bits calculated using MSG_SIG_ALG
~~~~

Note: For examples of MSG_SIG_ALG OIDs see CMP Algorithms Section 3 {{RFC9481}}.

Proof-of-possession of a private decryption key that corresponds to a
Expand Down Expand Up @@ -4691,17 +4682,6 @@ of the use of these structures):
| oldWithNew | previous root CA public key signed with new private key |
| newWithOld | new root CA public key signed with previous private key |

~~~~
Type Function
-----------------------------------------------------------------
newWithNew a true "self-signed" certificate; the contained
public key MUST be usable to verify the signature
(though this provides only integrity and no
authentication whatsoever)
oldWithNew previous root CA public key signed with new private key
newWithOld new root CA public key signed with previous private key
~~~~

Such certificates (including relevant extensions) must contain
"sensible" values for all fields. For example, when present,
subjectAltName MUST be identical to issuerAltName, and, when present,
Expand All @@ -4727,20 +4707,6 @@ ckuann message:
| oldWithNew | optionally present | see {{sect-d.3}} above |
| extraCerts | optionally present | can be used to "publish" certificates (e.g., certificates signed using the new private key) |

~~~~
Field Value Comment
--------------------------------------------------------------
sender CA name CA name
body ckuann(RootCaKeyUpdateContent)
newWithNew present see Appendix D.3 above
newWithOld optionally present see Appendix D.3 above
oldWithNew optionally present see Appendix D.3 above
extraCerts optionally present can be used to "publish"
certificates (e.g.,
certificates signed using
the new private key)
~~~~


## PKI Information Request/Response
{: id="sect-d.5"}
Expand Down

0 comments on commit ab20054

Please sign in to comment.