forked from wolfSSL/wolfssl
re-format test-psk-no-id.conf add README
This commit is contained in:
4
tests/CONF_FILES_README.md
Normal file
4
tests/CONF_FILES_README.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
suites.c is a dynamicically written program where new test cases can be written
|
||||||
|
and added to as needed. When creating a new configure file for a test be sure
|
||||||
|
to use the exact formatting as the existing configure files. Reference test.conf
|
||||||
|
for an example.
|
1
tests/README
Normal file
1
tests/README
Normal file
@ -0,0 +1 @@
|
|||||||
|
Before creating any new configure files (.conf) read the CONF_FILES_README.md
|
@ -1,10 +1,3 @@
|
|||||||
#################################
|
|
||||||
# ^ Make sure to leave a blank line here. As suites.c parses this file
|
|
||||||
# and determines if it's executing a test or not based on every other blank
|
|
||||||
# line.
|
|
||||||
#
|
|
||||||
# Begin No PSK Identity Hint
|
|
||||||
#################################
|
|
||||||
# No Hint server TLSv1 PSK-AES128
|
# No Hint server TLSv1 PSK-AES128
|
||||||
-s
|
-s
|
||||||
-I
|
-I
|
||||||
@ -159,11 +152,3 @@
|
|||||||
-v 3
|
-v 3
|
||||||
-l PSK-AES256-GCM-SHA384
|
-l PSK-AES256-GCM-SHA384
|
||||||
|
|
||||||
#######################
|
|
||||||
# ^ End no PSK Identity Hint
|
|
||||||
#######################
|
|
||||||
#################################
|
|
||||||
# Handshake message structure is different for
|
|
||||||
# Diffie Helman Ephemeral do not test those.
|
|
||||||
#################################
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user