return errors for unsupported operations
[openssl.git] / include / openssl / ssl3.h
index ef93c085a639cc954ef8acc31cb07589a31a25c9..2a2974c3caf8e3a06cf5118db59011314818203b 100644 (file)
@@ -369,6 +369,8 @@ extern "C" {
 /* Set if we encrypt then mac instead of usual mac then encrypt */
 # define TLS1_FLAGS_ENCRYPT_THEN_MAC             0x0100
 
+/* Set if extended master secret extension received from peer */
+# define TLS1_FLAGS_RECEIVED_EXTMS               0x0200
 
 # define SSL3_MT_HELLO_REQUEST                   0
 # define SSL3_MT_CLIENT_HELLO                    1