You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ERCs/ERC5XX1 draft.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
21
21
### Abstract
22
22
23
-
This ERC describes how to assert the authenticity of signed client-script and adds a `revokeClientCodeSigningKey()` function for revocation.
23
+
This ERC describes how to assert the authenticity of signed client-script.
24
24
25
25
### Motivation
26
26
@@ -49,12 +49,16 @@ The authenticity of the client script may be obtained through `scriptURI()` func
49
49
50
50
### Format of the certificate and signature
51
51
52
-
[expand here] certificate is to be in x.509 format. the signature is to be compatible with XMLDSIG.
52
+
[expand here] certificate is to be in x.509 format. the signature is to be compatible with XMLDSIG. It's worth noting the key purpose to specify in x.509
53
53
54
54
### Format to attach signature
55
55
56
56
This ERC does not specify how a wallet client obtains the signature [examples of ways to obtain]
57
57
58
+
### Revocation
59
+
60
+
add a public revocation list. (optional) and adds a `revokeClientCodeSigningKey()` function for revocation.
0 commit comments