File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
examples/alphabets/clients Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- <!-- DTLS alphabet comprising the messages necessary to perform client-side PSK handshakes. -->
1
+ <!-- DTLS alphabet comprising the messages necessary to perform client-side DHE handshakes. -->
2
2
<alphabet >
3
3
<ServerHelloInput suite =" TLS_AES_128_GCM_SHA256" shortHs =" false" helloRetryRequest =" true" name =" HELLO_RETRY_REQUEST" />
4
4
<ServerHelloInput suite =" TLS_AES_128_GCM_SHA256" shortHs =" false" name =" DHE_SERVER_HELLO" />
9
9
<Application >
10
10
<data >
11
11
<byteArrayExplicitValueModification >
12
- <!-- HEX(This is a hello message!)-->
13
- <explicitValue >0x5468697320697320612068656c6c6f206d65737361676521</explicitValue >
12
+ <!-- HEX(This is a hello message!)-->
13
+ <explicitValue >0x5468697320697320612068656c6c6f206d65737361676521</explicitValue >
14
14
</byteArrayExplicitValueModification >
15
15
</data >
16
16
</Application >
Original file line number Diff line number Diff line change 1
- <!-- DTLS alphabet comprising the messages necessary to perform client-side PSK handshakes. -->
1
+ <!-- DTLS alphabet comprising the messages necessary to perform client-side DHE handshakes. -->
2
2
<alphabet >
3
3
<ServerHelloInput suite =" TLS_AES_128_GCM_SHA256" shortHs =" false" helloRetryRequest =" true" name =" HELLO_RETRY_REQUEST" />
4
4
<ServerHelloInput suite =" TLS_AES_128_GCM_SHA256" shortHs =" false" name =" DHE_SERVER_HELLO" />
You can’t perform that action at this time.
0 commit comments