w3c / w3c/resource-timing

Add fields for identifying the security protocol, cipher, signature and so on

Open
#74 22 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement whiteboard
Dominant language
Bikeshed
Stars
135
Forks
40
PR merge metrics
No merged PRs in 30d

Description

Add those fields to PerformanceResourceTiming.
Protocol - SSL 1.0, SSL 2,0, SSL 3.0, TLS 1.1, TLS 1.2, TLS 1.3...
Cipher - AES_128_GCM...
Key exchange - ECDHE_RSA...
Signature algorithm - SHA256RSA...
Signature hash - SHA256...
Thumbprint algorithm - SHA1...
Public key - RSA...
Public key bits - 2048...

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the PerformanceResourceTiming specification and the requested fields: protocol, cipher, key exchange, signature algorithm and hash, thumbprint algorithm, public key, and key size. Done means reaching agreement on the fields and defining their behavior and representation in the specification.

Written by the indexing model from the issue text.

Assessment

Domain
performance, web-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.