Replace tls1_3 with tls13
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
2c315a8591
commit
52a6e7ea00
3 changed files with 211 additions and 211 deletions
|
@ -243,7 +243,7 @@ class MbedTLSCli(TLSProgram):
|
|||
def cmd(self):
|
||||
ret = ['$P_CLI']
|
||||
ret += ['server_addr=127.0.0.1', 'server_port=$SRV_PORT',
|
||||
'debug_level=4', 'force_version=tls1_3']
|
||||
'debug_level=4', 'force_version=tls13']
|
||||
ret += ['ca_file={cafile}'.format(
|
||||
cafile=CERTIFICATES[self._sig_algs[0]].cafile)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue