This function takes a US-ASCII character string containing a list of comma
separated directives, and parses the string into the individual directives
and their values.
The name of a property that specifies if mechanisms that implement
forward secrecy between sessions are required or not
The property can contain following values:
true - If such mechansims are required
false - If such mechanisms not required
Absence of the property is interpreted as "false".
The name of a property that specifies if mechanisms susceptible to simple
plain passive attacks are permitted or not
The property can contain following values:
true - If such mechansims are not permitted
false - If such mechanisms are permitted
Absence of the property is interpreted as "false".
The name of a property that specifies if mechanisms that pass client
credentials are required or not
The property can contain following values:
true - If such mechansims are required
false - If such mechanisms are not required
Absence of the property is interpreted as "false".