Skip to content
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