Don't limit message sizes in ssl3_get_cert_verify.
PR#319 (reoponed version).
(cherry picked from commit 7f6e957864)
			
			
This commit is contained in:
		@@ -2918,7 +2918,7 @@ int ssl3_get_cert_verify(SSL *s)
 | 
			
		||||
		SSL3_ST_SR_CERT_VRFY_A,
 | 
			
		||||
		SSL3_ST_SR_CERT_VRFY_B,
 | 
			
		||||
		-1,
 | 
			
		||||
		516, /* Enough for 4096 bit RSA key with TLS v1.2 */
 | 
			
		||||
		SSL3_RT_MAX_PLAIN_LENGTH,
 | 
			
		||||
		&ok);
 | 
			
		||||
 | 
			
		||||
	if (!ok) return((int)n);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user