Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addresses #66 #67

Merged
merged 2 commits into from
Jan 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions draft-ietf-lamps-rfc5272bis.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ informative:
target: https://www.rfc-editor.org/errata/eid3943
title: RFC 6402 erratum 3943
date: 2014-04-02
erratum8027:
target: https://www.rfc-editor.org/errata/eid8027
title: RFC 5272 erratum 8027
date: 2024-07-11

--- abstract

Expand Down Expand Up @@ -244,6 +248,9 @@ Note: For now, this section will be list of the changes introduced
by each version. After WGLC, this section will be finalized.
</aside>

--02 WG version
* Merged {{erratum8027}}

--03 todo:

* Address management of KEM certificate
Expand Down Expand Up @@ -4366,7 +4373,7 @@ Response #1 from server to client:
cms
contentType = id-envelopedData
content
recipientInfos.riid.issuerSerialNumber = <NULL, 201>
recipientInfos.riid.issuerSerialNumber = <NULL-DN, 201>
encryptedContentInfo
eContentType = id-data
eContent = <Encrypted value of 'y'>
Expand Down Expand Up @@ -4511,7 +4518,7 @@ Response #1 from server to client:
cms
contentType = id-envelopedData
content < uses ori.KEMRecipientInfo >
recipientInfos.ori.riid.issuerSerialNumber = < NULL, 201>
recipientInfos.ori.riid.issuerSerialNumber = <NULL-DN, 201>
encryptedContentInfo
eContentType = id-data
eContent = <Encrypted value of 'y'>
Expand Down
Loading