send out the raw SSL/TLS headers to the msg_callback and display them in SSL_trace
[openssl.git] / ssl / ssl3.h
index b0b6539d5e55930ff4090f917ea82839e737b032..d2a5208824933baca05a0163809d017f6dc6cbcf 100644 (file)
@@ -338,6 +338,9 @@ extern "C" {
 #define TLS1_RT_CRYPTO_IV              (TLS1_RT_CRYPTO | 0x7)
 #define TLS1_RT_CRYPTO_FIXED_IV                (TLS1_RT_CRYPTO | 0x8)
 
+/* Pseudo content type for SSL/TLS header info */
+#define SSL3_RT_HEADER                 0x100
+
 #define SSL3_AL_WARNING                        1
 #define SSL3_AL_FATAL                  2