Skip to content
Open
Show file tree
Hide file tree
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
34 changes: 17 additions & 17 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ html: $(HTML)
kramdown-rfc2629 > $@ $^

all:
@ make openid-sharedsignals-framework-1_0.xml
@ make openid-sharedsignals-framework-1_0.html
@ make openid-sharedsignals-framework-1_0.txt
@ make openid-risc-1_0.html
@ make openid-risc-1_0.txt
@ make openid-caep-1_0.xml
@ make openid-caep-1_0.html
@ make openid-caep-1_0.txt
@ make openid-sharedsignals-framework-1_1.xml
@ make openid-sharedsignals-framework-1_1.html
@ make openid-sharedsignals-framework-1_1.txt
@ make openid-risc-1_1.html
@ make openid-risc-1_1.txt
@ make openid-caep-1_1.xml
@ make openid-caep-1_1.html
@ make openid-caep-1_1.txt

propose:
@ cp openid-sharedsignals-framework-1_0.txt ../publication/sharedsignals/openid-sharedsignals-framework-1_0-final.txt
@ cp openid-sharedsignals-framework-1_0.html ../publication/sharedsignals/openid-sharedsignals-framework-1_0-final.html
@ cp openid-sharedsignals-framework-1_0.md ../publication/sharedsignals/openid-sharedsignals-framework-1_0-final.md
@ cp openid-risc-1_0.html ../publication/sharedsignals/openid-risc-1_0-final.html
@ cp openid-risc-1_0.xml ../publication/sharedsignals/openid-risc-1_0-final.xml
@ 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
@ cp openid-sharedsignals-framework-1_1.txt ../publication/sharedsignals/openid-sharedsignals-framework-1_1-final.txt
@ cp openid-sharedsignals-framework-1_1.html ../publication/sharedsignals/openid-sharedsignals-framework-1_1-final.html
@ cp openid-sharedsignals-framework-1_1.md ../publication/sharedsignals/openid-sharedsignals-framework-1_1-final.md
@ cp openid-risc-1_1.html ../publication/sharedsignals/openid-risc-1_1-final.html
@ cp openid-risc-1_1.xml ../publication/sharedsignals/openid-risc-1_1-final.xml
@ cp openid-risc-1_1.txt ../publication/sharedsignals/openid-risc-1_1-final.txt
@ cp openid-caep-1_1.txt ../publication/sharedsignals/openid-caep-1_1-final.txt
@ cp openid-caep-1_1.html ../publication/sharedsignals/openid-caep-1_1-final.html
@ cp openid-caep-1_1.md ../publication/sharedsignals/openid-caep-1_1-final.md
6 changes: 3 additions & 3 deletions openid-caep-1_0.md → openid-caep-1_1.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: OpenID Continuous Access Evaluation Profile 1.0
title: OpenID Continuous Access Evaluation Profile 1.1

abbrev: CAEP-Spec
docname: openid-caep-1_0
date: 2025-08-29
docname: openid-caep-1_1
date:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whole line date: can be removed. it will autopopulate


ipr: none
cat: std
Expand Down
6 changes: 3 additions & 3 deletions openid-risc-1_0.xml → openid-risc-1_1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
be taken to indicate.
-->

<rfc docName="openid-risc-profile-specification-1_0" category="std" ipr="none">
<rfc docName="openid-risc-profile-specification-1_1" category="std" ipr="none">

<?rfc toc="yes" ?>
<?rfc tocdepth="5" ?>
Expand All @@ -24,7 +24,7 @@
<?rfc comments="yes"?>

<front>
<title abbrev="openid-risc-profile-specification">OpenID RISC Profile Specification 1.0</title>
<title abbrev="openid-risc-profile-specification">OpenID RISC Profile Specification 1.1</title>

<author initials="M." surname="Scurtescu" fullname="Marius Scurtescu">
<organization abbrev="Coinbase">Coinbase</organization>
Expand Down Expand Up @@ -63,7 +63,7 @@
</address>
</author>

<date year="2025" month="August" day="29"/>
<date />

<workgroup>Shared Signals</workgroup>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: OpenID Shared Signals Framework Specification 1.0
title: OpenID Shared Signals Framework Specification 1.1
abbrev: SharedSignals
docname: openid-sharedsignals-framework-1_0
date: 2025-08-29
docname: openid-sharedsignals-framework-1_1
date:

ipr: none
cat: std
Expand Down