Skip to content

Commit 42914f2

Browse files
committed
Cleanups in two example files
1 parent a0dd483 commit 42914f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/alphabets/clients/dhe_cert_nreq_DTLS13.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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. -->
22
<alphabet>
33
<ServerHelloInput suite="TLS_AES_128_GCM_SHA256" shortHs="false" helloRetryRequest="true" name="HELLO_RETRY_REQUEST"/>
44
<ServerHelloInput suite="TLS_AES_128_GCM_SHA256" shortHs="false" name="DHE_SERVER_HELLO"/>
@@ -9,8 +9,8 @@
99
<Application>
1010
<data>
1111
<byteArrayExplicitValueModification>
12-
<!--HEX(This is a hello message!)-->
13-
<explicitValue>0x5468697320697320612068656c6c6f206d65737361676521</explicitValue>
12+
<!--HEX(This is a hello message!)-->
13+
<explicitValue>0x5468697320697320612068656c6c6f206d65737361676521</explicitValue>
1414
</byteArrayExplicitValueModification>
1515
</data>
1616
</Application>

examples/alphabets/clients/dhe_cert_req_DTLS13.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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. -->
22
<alphabet>
33
<ServerHelloInput suite="TLS_AES_128_GCM_SHA256" shortHs="false" helloRetryRequest="true" name="HELLO_RETRY_REQUEST"/>
44
<ServerHelloInput suite="TLS_AES_128_GCM_SHA256" shortHs="false" name="DHE_SERVER_HELLO"/>

0 commit comments

Comments
 (0)