Skip to content

Commit 0ea9936

Browse files
committed
Add SSL/TLS category to fields reference
1 parent 6d11550 commit 0ea9936

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/fields/index.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ entries:
608608
609609
- name: cf.tls_cipher
610610
data_type: String
611-
categories: [Request]
611+
categories: [Request, SSL/TLS]
612612
keywords: [request, ssl, tls, client, visitor]
613613
summary: The cipher for the connection to Cloudflare.
614614
example_value: |-
@@ -784,15 +784,15 @@ entries:
784784
785785
- name: cf.tls_client_extensions_sha1
786786
data_type: String
787-
categories: [Request]
787+
categories: [Request, SSL/TLS]
788788
keywords: [request, ssl, tls, client, visitor]
789789
summary: The SHA-1 fingerprint of TLS client extensions, encoded in Base64.
790790
example_value: |-
791791
"OWFiM2I5ZDc0YWI0YWYzZmFkMGU0ZjhlYjhiYmVkMjgxNTU5YTU2Mg=="
792792
793793
- name: cf.tls_client_hello_length
794794
data_type: Number
795-
categories: [Request]
795+
categories: [Request, SSL/TLS]
796796
keywords: [request, ssl, tls, client, visitor]
797797
summary: The length of the client hello message sent in a [TLS handshake](https://www.cloudflare.com/learning/ssl/what-happens-in-a-tls-handshake).
798798
description: |-
@@ -802,7 +802,7 @@ entries:
802802
803803
- name: cf.tls_client_random
804804
data_type: String
805-
categories: [Request]
805+
categories: [Request, SSL/TLS]
806806
keywords: [request, ssl, tls, client, visitor]
807807
summary: The value of the 32-byte random value provided by the client in a [TLS handshake](https://www.cloudflare.com/learning/ssl/what-happens-in-a-tls-handshake), encoded in Base64.
808808
description: |-
@@ -812,7 +812,7 @@ entries:
812812
813813
- name: cf.tls_version
814814
data_type: String
815-
categories: [Request]
815+
categories: [Request, SSL/TLS]
816816
keywords: [request, ssl, tls, client, visitor]
817817
summary: The TLS version of the connection to Cloudflare.
818818
example_value: |-

0 commit comments

Comments
 (0)