QUnit sign() and verify() test of 'jws.js'

Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)

Running:
verify test for algorithm ES512(NIST P-521 k5)

  1. algorithm test: unknown algorithm (0, 1, 1)Rerun2 ms
    1. raise exception 'unsupported alg name'
  2. algorithm test: none specifyed in args (0, 1, 1)Rerun0 ms
    1. 1
  3. algorithm test: none (0, 1, 1)Rerun0 ms
    1. 1
  4. algorithm test: RS256 (0, 1, 1)Rerun13 ms
    1. 1
  5. algorithm test: RS384 (0, 1, 1)Rerun7 ms
    1. 1
  6. algorithm test: RS512 (0, 1, 1)Rerun5 ms
    1. 1
  7. sign test for algorithm ES256(NIST P-256 k1) (0, 4, 4)Rerun48 ms
    1. head
    2. payload
    3. sign exists
    4. signature length
  8. sign test for algorithm ES384(NIST P-384 k6) (0, 4, 4)Rerun76 ms
    1. head
    2. payload
    3. sign exists
    4. signature length
  9. sign test for algorithm ES512(NIST P-521 k5) (0, 4, 4)Rerun150 ms
    1. head
    2. payload
    3. sign exists
    4. signature length
  10. algorithm test: PS256 (0, 3, 3)Rerun5 ms
    1. head
    2. payload
    3. sign exists
  11. algorithm test: PS384 (0, 3, 3)Rerun6 ms
    1. head
    2. payload
    3. sign exists
  12. algorithm test: PS512 (0, 3, 3)Rerun30 ms
    1. head
    2. payload
    3. sign exists
  13. verify test for algorithm RS256 z3 (0, 1, 1)Rerun1 ms
    1. okay
  14. verify test for algorithm RS384 z3 (0, 1, 1)Rerun1 ms
    1. okay
  15. verify test for algorithm RS512 z3 (0, 1, 1)Rerun0 ms
    1. okay
  16. verify test for algorithm ES256(NIST P-256 k1) (0, 3, 3)Rerun178 ms
    1. 1
    2. 1
    3. 1
  17. verify test for algorithm ES384(NIST P-384 k6) (0, 3, 3)Rerun413 ms
    1. 1
    2. 1
    3. 1
  18. verify test for algorithm ES512(NIST P-521 k5)Rerun
  19. verify test for algorithm PS256 z3Rerun
  20. verify test for algorithm PS384 z3Rerun
  21. verify test for algorithm PS512 z4Rerun
test markup

TOP | TEST INDEX | asynmetric key(RS/PS/ES) sign/verify | Hmac(HS) sign/verify | sign/verify slow | IntDate |