Adapt names (curves -> groups)
Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
parent
d5f79e7297
commit
45255e4c71
8 changed files with 996 additions and 990 deletions
|
@ -362,7 +362,7 @@ class MbedTLSBase(TLSProgram):
|
|||
|
||||
if self._named_groups:
|
||||
named_groups = ','.join(self._named_groups)
|
||||
ret += ["curves={named_groups}".format(named_groups=named_groups)]
|
||||
ret += ["groups={named_groups}".format(named_groups=named_groups)]
|
||||
return ret
|
||||
|
||||
def pre_checks(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue