Deleted Added
full compact
SSL_alert_type_string.pod (109999) SSL_alert_type_string.pod (238405)
1=pod
2
3=head1 NAME
4
5SSL_alert_type_string, SSL_alert_type_string_long, SSL_alert_desc_string, SSL_alert_desc_string_long - get textual description of alert information
6
7=head1 SYNOPSIS
8

--- 200 unchanged lines hidden (view full) ---

209at that point, the original requester can decide whether to
210proceed with the connection. One case where this would be
211appropriate would be where a server has spawned a process to
212satisfy a request; the process might receive security parameters
213(key length, authentication, etc.) at startup and it might be
214difficult to communicate changes to these parameters after that
215point. This message is always a warning.
216
1=pod
2
3=head1 NAME
4
5SSL_alert_type_string, SSL_alert_type_string_long, SSL_alert_desc_string, SSL_alert_desc_string_long - get textual description of alert information
6
7=head1 SYNOPSIS
8

--- 200 unchanged lines hidden (view full) ---

209at that point, the original requester can decide whether to
210proceed with the connection. One case where this would be
211appropriate would be where a server has spawned a process to
212satisfy a request; the process might receive security parameters
213(key length, authentication, etc.) at startup and it might be
214difficult to communicate changes to these parameters after that
215point. This message is always a warning.
216
217=item "UP"/"unknown PSK identity"
218
219Sent by the server to indicate that it does not recognize a PSK
220identity or an SRP identity.
221
217=item "UK"/"unknown"
218
219This indicates that no description is available for this alert type.
220Probably B<value> does not contain a correct alert message.
221
222=back
223
224=head1 SEE ALSO
225
226L<ssl(3)|ssl(3)>, L<SSL_CTX_set_info_callback(3)|SSL_CTX_set_info_callback(3)>
227
228=cut
222=item "UK"/"unknown"
223
224This indicates that no description is available for this alert type.
225Probably B<value> does not contain a correct alert message.
226
227=back
228
229=head1 SEE ALSO
230
231L<ssl(3)|ssl(3)>, L<SSL_CTX_set_info_callback(3)|SSL_CTX_set_info_callback(3)>
232
233=cut