Skip to content

Add certificate OID map properties to vNEXT spec #89

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions abi-versions/vNEXT/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1780,6 +1780,10 @@ Returned `status` value is:
the peer certificate
* `connection.sha256_peer_certificate_digest` (string) - SHA256 digest of
the peer certificate
* `connection.oid_map_local_certificate` (map) - map of all OIDs to their
values in the local certificate
* `connection.oid_map_peer_certificate` (map) - map of all OIDs to their
values in the peer certificate


#### Upstream connection properties
Expand All @@ -1803,6 +1807,10 @@ Returned `status` value is:
the peer certificate
* `upstream.sha256_peer_certificate_digest` (string) - SHA256 digest of
the peer certificate
* `upstream.oid_map_local_certificate` (map) - map of all OIDs to their
values in the local certificate
* `upstream.oid_map_peer_certificate` (map) - map of all OIDs to their
values in the peer certificate


#### HTTP request properties
Expand Down