Provide additional comments for claryfication
Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
parent
e80bbf4dbf
commit
615cbcdbdf
3 changed files with 13 additions and 1 deletions
|
@ -67,10 +67,10 @@ NAMED_GROUP_IANA_VALUE = {
|
|||
'secp521r1': 0x19,
|
||||
'x25519': 0x1d,
|
||||
'x448': 0x1e,
|
||||
# Only one finite field group to keep testing time within reasonable bounds.
|
||||
'ffdhe2048': 0x100,
|
||||
}
|
||||
|
||||
|
||||
class TLSProgram:
|
||||
"""
|
||||
Base class for generate server/client command.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue