mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 20:54:41 +02:00
Added a TLS alert message 115 (#1391)
Added a new TLS alert message `unknown_psk_identity` (115) from RFC 4279, section 2.
This commit is contained in:
committed by
David Garske
parent
9e4bb3fee1
commit
853756a73c
@@ -385,6 +385,7 @@ enum AlertDescription {
|
|||||||
unsupported_extension = 110, /**< RFC 5246, section 7.2.2 */
|
unsupported_extension = 110, /**< RFC 5246, section 7.2.2 */
|
||||||
unrecognized_name = 112, /**< RFC 6066, section 3 */
|
unrecognized_name = 112, /**< RFC 6066, section 3 */
|
||||||
bad_certificate_status_response = 113, /**< RFC 6066, section 8 */
|
bad_certificate_status_response = 113, /**< RFC 6066, section 8 */
|
||||||
|
unknown_psk_identity = 115, /**< RFC 4279, section 2 */
|
||||||
no_application_protocol = 120
|
no_application_protocol = 120
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user