mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Merge remote-tracking branch 'public/pr/1402' into development
This commit is contained in:
		
						commit
						2041a31ca8
					
				@ -23,6 +23,8 @@ Bugfix
 | 
			
		||||
 | 
			
		||||
Changes
 | 
			
		||||
   * Support TLS testing in out-of-source builds using cmake. Fixes #1193.
 | 
			
		||||
   * Fix redundant declaration of mbedtls_ssl_list_ciphersuites. Raised by
 | 
			
		||||
     TrinityTonic. #1359.
 | 
			
		||||
 | 
			
		||||
= mbed TLS 2.9.0 branch released 2018-04-30
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										8
									
								
								include/mbedtls/ssl.h
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										8
									
								
								include/mbedtls/ssl.h
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							@ -946,14 +946,6 @@ extern int (*mbedtls_ssl_hw_record_read)(mbedtls_ssl_context *ssl);
 | 
			
		||||
extern int (*mbedtls_ssl_hw_record_finish)(mbedtls_ssl_context *ssl);
 | 
			
		||||
#endif /* MBEDTLS_SSL_HW_RECORD_ACCEL */
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * \brief Returns the list of ciphersuites supported by the SSL/TLS module.
 | 
			
		||||
 *
 | 
			
		||||
 * \return              a statically allocated array of ciphersuites, the last
 | 
			
		||||
 *                      entry is 0.
 | 
			
		||||
 */
 | 
			
		||||
const int *mbedtls_ssl_list_ciphersuites( void );
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * \brief               Return the name of the ciphersuite associated with the
 | 
			
		||||
 *                      given ID
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user