ietf-tapswg / api-drafts

Architecture, interface, and implementation drafts for the definition of an abstract API for IETF TAPS
Other
23 stars 15 forks source link

Parameters take algorithms as a parameter #1389

Closed mwelzl closed 1 year ago

mwelzl commented 1 year ago

I stumbled over this, and can't grok it. The last sentence makes it weirdly recursive:

- Supported algorithms: Used to restrict what parameters are used by underlying transport security protocols.
When not specified, these algorithms should use known and safe defaults for the system. Parameters include:
ciphersuites, supported groups, and signature algorithms. These parameters take a collection of supported algorithms as parameter.

I'd fix if I could but I'm lost :-)