mirror of
				https://github.com/Mbed-TLS/mbedtls.git
				synced 2025-11-03 20:33:16 +03:00 
			
		
		
		
	removed mbedtls_ssl_conf_sig_hashes and temporarily re-add sig_hashes
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
		@@ -1486,6 +1486,9 @@ struct mbedtls_ssl_config {
 | 
			
		||||
 | 
			
		||||
#if defined(MBEDTLS_SSL_HANDSHAKE_WITH_CERT_ENABLED)
 | 
			
		||||
 | 
			
		||||
#if !defined(MBEDTLS_DEPRECATED_REMOVED)
 | 
			
		||||
    const int *MBEDTLS_PRIVATE(sig_hashes);         /*!< allowed signature hashes           */
 | 
			
		||||
#endif
 | 
			
		||||
    const uint16_t *MBEDTLS_PRIVATE(sig_algs);      /*!< allowed signature algorithms       */
 | 
			
		||||
#endif /* MBEDTLS_SSL_HANDSHAKE_WITH_CERT_ENABLED */
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user