153153 description:
154154 - The hash algorithm to be used.
155155 type: str
156- choices: ['aes-xcbc', 'sha1', 'sha256', 'sha384', 'md5']
156+ choices: ['aes-xcbc', 'sha1', 'sha256', 'sha384', 'sha512', ' md5']
157157 diffie_hellman_group:
158158 description:
159159 - The Diffie-Hellman group to be used.
184184 description:
185185 - The hash algorithm to be used.
186186 type: str
187- choices: ['aes-xcbc', 'sha1', 'sha256', 'sha384', 'md5']
187+ choices: ['aes-xcbc', 'sha1', 'sha256', 'sha384', 'sha512', ' md5']
188188 encryption_algorithm:
189189 description:
190190 - The encryption algorithm to be used.
@@ -400,7 +400,7 @@ def main():
400400 options = dict (
401401 data_integrity = dict (
402402 type = "str" ,
403- choices = ["aes-xcbc" , "sha1" , "sha256" , "sha384" , "md5" ],
403+ choices = ["aes-xcbc" , "sha1" , "sha256" , "sha384" , "sha512" , " md5" ],
404404 ),
405405 diffie_hellman_group = dict (
406406 type = "str" ,
@@ -426,7 +426,7 @@ def main():
426426 options = dict (
427427 data_integrity = dict (
428428 type = "str" ,
429- choices = ["aes-xcbc" , "sha1" , "sha256" , "sha384" , "md5" ],
429+ choices = ["aes-xcbc" , "sha1" , "sha256" , "sha384" , "sha512" , " md5" ],
430430 ),
431431 encryption_algorithm = dict (
432432 type = "str" ,
0 commit comments