Start of change

SSL Signature Algorithms

The SSL signature algorithms application definition field determines which algorithms are supported by the application.

For an overview of what signature algorithms are and how they are used, see the Signature Algorithms topic under System SSL Properties.

The default value is *PGM which means the program that uses this "application ID" set the SSL signature algorithms to the appropriate value. All System SSL attributes have an initial default value. Programs can explicitly define the list by using gsk_attribute_set_buffer().

If *PGM results in the inappropriate configuration, set this field to contain the required ordered list of supported signature algorithms.

End of change