mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Don't claim ECDH parameters are nothing-up-my-sleeve numbers
This commit is contained in:
		
							parent
							
								
									e3481ab533
								
							
						
					
					
						commit
						f5dce36a24
					
				@ -43,10 +43,7 @@
 | 
				
			|||||||
 *           primes systematically is not always an option. If possible, use
 | 
					 *           primes systematically is not always an option. If possible, use
 | 
				
			||||||
 *           Elliptic Curve Diffie-Hellman (ECDH), which has better performance,
 | 
					 *           Elliptic Curve Diffie-Hellman (ECDH), which has better performance,
 | 
				
			||||||
 *           and for which the TLS protocol mandates the use of standard
 | 
					 *           and for which the TLS protocol mandates the use of standard
 | 
				
			||||||
 *           parameters that were generated in a nothing-up-my-sleeve manner.
 | 
					 *           parameters.
 | 
				
			||||||
 *           We therefore consider DHE a security risk. If possible, it is
 | 
					 | 
				
			||||||
 *           recommended users should consider preferring other methods of
 | 
					 | 
				
			||||||
 *           key exchange.
 | 
					 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#ifndef MBEDTLS_DHM_H
 | 
					#ifndef MBEDTLS_DHM_H
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user