From e239dde32602d49731fea2d77c0b83a105ffcb30 Mon Sep 17 00:00:00 2001 From: Atul Tulshibagwale Date: Thu, 14 May 2026 16:27:25 -0700 Subject: [PATCH 1/2] updated document history --- Makefile | 4 ++-- openid-caep-interoperability-profile-1_0.md | 21 ++++++++++++++++++--- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 88aa53c..de748ca 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ html: $(HTML) xml2rfc $^ %.xml: %.md - kramdown-rfc2629 > $@ $^ + kramdown-rfc > $@ $^ all: @ make openid-sharedsignals-framework-1_0.xml @@ -34,4 +34,4 @@ propose: @ cp openid-risc-1_0.txt ../publication/sharedsignals/openid-risc-1_0-final.txt @ cp openid-caep-1_0.txt ../publication/sharedsignals/openid-caep-1_0-final.txt @ cp openid-caep-1_0.html ../publication/sharedsignals/openid-caep-1_0-final.html - @ cp openid-caep-1_0.md ../publication/sharedsignals/openid-caep-1_0-final.md \ No newline at end of file + @ cp openid-caep-1_0.md ../publication/sharedsignals/openid-caep-1_0-final.md diff --git a/openid-caep-interoperability-profile-1_0.md b/openid-caep-interoperability-profile-1_0.md index c0c7574..e96b005 100644 --- a/openid-caep-interoperability-profile-1_0.md +++ b/openid-caep-interoperability-profile-1_0.md @@ -505,18 +505,33 @@ copyrights, patents, patent applications, or other proprietary rights that may cover technology that may be required to practice this specification. # Document History - - [[ To be removed from the final specification ]] +{:numbered="false"} +[[ To be removed from the final specification ]] -02 -* Updated required SSF spec version to 1_0 +* Updated OAuth section with clarifications (#325) +* Minor fixes for publishing (#324) +* Added Receiver requirements (#315) +* Formatting fixes and device compliance change (#313) +* Reworked introduction to remove normative language (#302) * Updated spec references (#291) +* Clarify relationship between Transmitter and AS (#245) +* Non-normative changes (#196) +* Added security considerations (#190) +* Added notational conventions (#190) +* Updated network layer protection guidance (#213) +* Updated out of date links (#227) +* Updated required SSF spec version to 1_0 -01 +* Added document history (#189) +* Specify one event per "events" claim of SET (#179) +* Include OAuth specifics (#134) * Cleaned up markdown (#91) -00 +* Add opaque to the required subject formats (#137) * Initial draft \ No newline at end of file From c39b0f69069a2aa4c4114067543ce110d3cb94d9 Mon Sep 17 00:00:00 2001 From: Atul Tulshibagwale Date: Thu, 14 May 2026 16:30:42 -0700 Subject: [PATCH 2/2] reverted to using kramdown-rfc2629 for backward compatibility --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index de748ca..10ae7f9 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ html: $(HTML) xml2rfc $^ %.xml: %.md - kramdown-rfc > $@ $^ + kramdown-rfc2629 > $@ $^ all: @ make openid-sharedsignals-framework-1_0.xml