X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/427c49bcad63d042b29ada2ac27e3dfc4845c779..e3d3b979fd185d8303f28a937baa53a187fb8c7d:/libsecurity_ssl/lib/sslContext.h diff --git a/libsecurity_ssl/lib/sslContext.h b/libsecurity_ssl/lib/sslContext.h index eee676cc..a3e13cd9 100644 --- a/libsecurity_ssl/lib/sslContext.h +++ b/libsecurity_ssl/lib/sslContext.h @@ -351,6 +351,8 @@ struct SSLContext Boolean rsaBlindingEnable; Boolean oneByteRecordEnable; /* enable 1/n-1 data splitting for TLSv1 and SSLv3 */ Boolean wroteAppData; /* at least one write completed with current writeCipher */ + Boolean allowServerIdentityChange; /* allow server identity change on renegotiation + disallowed by default to avoid triple handshake attack */ /* optional session cache timeout (in seconds) override - 0 means default */ uint32_t sessionCacheTimeout;