mirror of https://github.com/wolfSSL/wolfssl.git
re-format test-psk-no-id.conf add README
parent
ad39c6137c
commit
273a0dd4d5
|
@ -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.
|
|
@ -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
|
||||
-s
|
||||
-I
|
||||
|
@ -159,11 +152,3 @@
|
|||
-v 3
|
||||
-l PSK-AES256-GCM-SHA384
|
||||
|
||||
#######################
|
||||
# ^ End no PSK Identity Hint
|
||||
#######################
|
||||
#################################
|
||||
# Handshake message structure is different for
|
||||
# Diffie Helman Ephemeral do not test those.
|
||||
#################################
|
||||
|
||||
|
|
Loading…
Reference in New Issue