Commit f7465d2
Ryan Hurst
docs: fix three stale implementation status claims
All three were written before the work was done and never updated:
1. README Known Limitations and SPEC.md §Revocation — Auditability both said
'Java issuer does not yet emit the revoc: extension line'. Java has emitted
it since PR #51 (feat/revoc-auditability). Updated to: all four issuers
emit the line; all four verifiers parse it; active enforcement is advisory.
2. SPEC.md Open Questions section said 'Revocation auditability: deferred to
v2' as if the artifact hash commitment was not built. It was built in PR
#51. Updated to: tamper-evident commitment implemented; full auditability
(hard verifier enforcement + public revocation log) still deferred.
3. IMPLEMENTERS_GUIDE.md §Mode 0 payload size section said 'Mode 0 is not
yet implemented in this reference SDK'. Mode 0 was implemented in PR #46
across all four SDKs. Updated to describe what is implemented.1 parent 1bb1d37 commit f7465d2
3 files changed
Lines changed: 12 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
665 | 665 | | |
666 | 666 | | |
667 | 667 | | |
668 | | - | |
| 668 | + | |
669 | 669 | | |
670 | 670 | | |
671 | 671 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1499 | 1499 | | |
1500 | 1500 | | |
1501 | 1501 | | |
1502 | | - | |
1503 | | - | |
1504 | | - | |
1505 | | - | |
1506 | | - | |
1507 | | - | |
1508 | | - | |
| 1502 | + | |
| 1503 | + | |
| 1504 | + | |
| 1505 | + | |
| 1506 | + | |
| 1507 | + | |
| 1508 | + | |
| 1509 | + | |
1509 | 1510 | | |
1510 | | - | |
| 1511 | + | |
1511 | 1512 | | |
1512 | 1513 | | |
1513 | 1514 | | |
| |||
2218 | 2219 | | |
2219 | 2220 | | |
2220 | 2221 | | |
2221 | | - | |
2222 | | - | |
2223 | | - | |
2224 | | - | |
2225 | | - | |
| 2222 | + | |
2226 | 2223 | | |
2227 | 2224 | | |
2228 | 2225 | | |
| |||
0 commit comments