mirror of
				https://github.com/Mbed-TLS/mbedtls.git
				synced 2025-11-03 20:33:16 +03:00 
			
		
		
		
	@@ -1612,10 +1612,6 @@ struct mbedtls_ssl_context
 | 
				
			|||||||
    uint16_t MBEDTLS_PRIVATE(mtu);               /*!< path mtu, used to fragment outgoing messages */
 | 
					    uint16_t MBEDTLS_PRIVATE(mtu);               /*!< path mtu, used to fragment outgoing messages */
 | 
				
			||||||
#endif /* MBEDTLS_SSL_PROTO_DTLS */
 | 
					#endif /* MBEDTLS_SSL_PROTO_DTLS */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /*
 | 
					 | 
				
			||||||
     * PKI layer
 | 
					 | 
				
			||||||
     */
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    /*
 | 
					    /*
 | 
				
			||||||
     * User settings
 | 
					     * User settings
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -769,9 +769,9 @@ struct mbedtls_ssl_handshake_params
 | 
				
			|||||||
#endif /* MBEDTLS_SSL_PROTO_TLS1_3 */
 | 
					#endif /* MBEDTLS_SSL_PROTO_TLS1_3 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if defined(MBEDTLS_SSL_CLI_C)
 | 
					#if defined(MBEDTLS_SSL_CLI_C)
 | 
				
			||||||
    int client_auth;           /*!< used to check if CertificateRequest is received
 | 
					    int client_auth;           /*!< used to check if CertificateRequest has been
 | 
				
			||||||
                                    from server side. If CertificateReqeust is
 | 
					                                    received from server side. If CertificateReqeust
 | 
				
			||||||
                                    received, Certificate and CertificateVerify
 | 
					                                    has been received, Certificate and CertificateVerify
 | 
				
			||||||
                                    should be sent to server */
 | 
					                                    should be sent to server */
 | 
				
			||||||
#endif /* MBEDTLS_SSL_CLI_C */
 | 
					#endif /* MBEDTLS_SSL_CLI_C */
 | 
				
			||||||
    /*
 | 
					    /*
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user