Select Git revision
cl-clear-GCM-flag.patch
-
deuce authored
This fixes the error seen on old browsers using TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA after a DHE GCM fallure. Thanks for all your help wkitty42!
deuce authoredThis fixes the error seen on old browsers using TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA after a DHE GCM fallure. Thanks for all your help wkitty42!
cl-clear-GCM-flag.patch 350 B
--- ./session/ssl_hs.c.orig 2020-01-24 18:02:09.710811000 -0500
+++ ./session/ssl_hs.c 2020-01-24 18:02:24.220573000 -0500
@@ -223,6 +223,7 @@
if( cryptStatusError( status ) )
return( status );
sessionInfoPtr->cryptBlocksize = queryInfo.blockSize;
+ CLEAR_FLAG( sessionInfoPtr->protocolFlags, SSL_PFLAG_GCM );
}
return( CRYPT_OK );