Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add extra TLS data #500

Closed
jimaek opened this issue Mar 7, 2024 · 1 comment · Fixed by #508
Closed

Add extra TLS data #500

jimaek opened this issue Mar 7, 2024 · 1 comment · Fixed by #508
Assignees

Comments

@jimaek
Copy link
Member

jimaek commented Mar 7, 2024

Currently we only publish this data:

        "tls": {
          "authorized": true,
          "createdAt": "2024-02-05T08:03:56.000Z",
          "expiresAt": "2024-04-29T08:03:55.000Z",
          "issuer": {
            "C": "US",
            "O": "Google Trust Services LLC",
            "CN": "GTS CA 1C3"
          },
          "subject": {
            "CN": "*.google.com",
            "alt": "DNS:*.google.com, ..."
          }

Lets expand it and add the following:
all fingerprints, public key, key type (e.g. rsa2048,sha512,ecc256...)

@alexey-yarmosh alexey-yarmosh self-assigned this Mar 12, 2024
@alexey-yarmosh
Copy link
Member

Not sure how to define key type, we have key itself as a Uint8Array and nothing else related. Some sources mention checks like pubkey.length === 65 && pubkey[0] === 0x04 but looks not very reliable. @MartinKolarik maybe you have any ideas?

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants