MODULUS and GENERATOR are given, the closure is
constructed as `diffie-hellman(P, G)'. If a GROUP-NAME
is given, it must be one of `x25519' or `x448', and the
- like-named pre-existing DH closure is used.
+ like-named pre-existing DH closure is used. This is a
+ listish property: it can be set more than once and the
+ values are accumulated into a list in the output.
Acceptable at all levels; required at site level.
# Possible properties of configuration nodes
keywords={
'contact':(email,"Contact address"),
- 'dh':(dhgroup,"Diffie-Hellman group"),
+ 'dh':(listof(dhgroup),"Diffie-Hellman group"),
'hash':(hash,"Hash function"),
'key-lifetime':(num,"Maximum key lifetime (ms)"),
'setup-timeout':(num,"Key setup timeout (ms)"),