Currently the system takes the raw content and runs it through a Minimizer to create a canonical form before using it for signature creation or verification . This makes the signature highly dependent on the exact workings of the Minimizer. Version changes of the minimizer could change the output subtly, rendering signatures using the old minimizer invalid.
By including a version number (and/or method of canonization) in some kind of configuration block, the verifier can choose the appropriate version.
The configuration block could also include the version of the webpage for #13.
Currently the system takes the raw content and runs it through a Minimizer to create a canonical form before using it for signature creation or verification . This makes the signature highly dependent on the exact workings of the Minimizer. Version changes of the minimizer could change the output subtly, rendering signatures using the old minimizer invalid.
By including a version number (and/or method of canonization) in some kind of configuration block, the verifier can choose the appropriate version.
The configuration block could also include the version of the webpage for #13.