attestation icon indicating copy to clipboard operation
attestation copied to clipboard

Paper and implementation of blockchain attestations

Results 62 attestation issues
Sort by recently updated
recently updated
newest added

Note that in making schema for these 2, the first attestation's subjectPubKey is an RSA key, and the 2nd attestation is signed by an RSA key. Given the cost of...

After the completion of issue #280 a dump of valid keys and attestations are stored in `build/test-results`. These can be used in liu of the hardcoded tests in `main.spec.ts` to...

enhancement
technical-debt

The Solidity part of issue #167 See section 2.2.1 in the Token-negotiator report. See [Jira issue 291](https://smarttokenlabs.atlassian.net/browse/PR-291).

Security
technical-debt

See section 2.1.1 in the Token-negotiator report. We note that while not pointed out in the Token-negotiator report, we believe that the problem can be fixed having attestation.id produce a...

enhancement
Security

Initial draft for capability attestation. This closes issue #213

It seems we can make solidity library for pure functions in VerifyTicket.sol to optimize smart contract

The "annoyingly" encoded `notBefore` and `notAfter` times in attestations using GeneralizedTime is no longer needed, since we now use `notBeforeInt` and `notAfterInt` to store times in a away that is...

technical-debt

The JS part of issue #167. See section 2.2.1 in the Token-negotiator report. [See Jira issue 291.](https://smarttokenlabs.atlassian.net/browse/PR-291)

Security
technical-debt

Update the Solidity code according to the refactoring done when handling issue #203 and #201

technical-debt
identifier-attestation