You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#. Use ``openssl`` to perform the `client` connection and handshake operation.
182
+
#. Use ``openssl`` to start the server, which waits for the `client` connection and handshake operation.
183
183
184
184
.. code-block:: console
185
185
@@ -199,7 +199,83 @@ After programming the sample to your development kit, complete the following ste
199
199
200
200
openssl ciphers
201
201
202
-
#. Type ``Nordic Semiconductor`` into the ``openssl`` connection session to send the string ``Nordic Semiconductor`` as an encrypted message to the server.
202
+
#. Type ``Nordic Semiconductor`` into the ``openssl`` connection session to send ``Nordic Semiconductor`` as an encrypted message to the client.
203
+
#. Check that the TLS sample returns ``Nordic Semiconductor`` in the ``openssl`` session.
204
+
#. Check in the terminal emulator that 21 bytes were successfully received and returned.
205
+
206
+
207
+
.. tab:: DTLS server test
208
+
209
+
Use ``dtls.conf`` overlay when building the sample to enable DTLS support.
210
+
211
+
1. Start a terminal emulator like nRF Connect Serial Terminal and connect to the used serial port with the standard UART settings.
212
+
See :ref:`test_and_optimize` for more information.
213
+
#. Observe the logs from the application using the terminal emulator.
214
+
#. Start the ``eth_rtt_link`` executable as a superuser with your development kit's SEGGER ID and the following IPv4 address as parameters:
0 commit comments