Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							557535d8c4 
							
						 
					 
					
						
						
							
							Add ECJPAKE key exchange  
						
						
						
						
					 
					
						2015-09-16 22:58:29 +02:00 
						 
				 
			
				
					
						
							
							
								Simon Butcher 
							
						 
					 
					
						
						
						
						
							
						
						
							5793e7ef01 
							
						 
					 
					
						
						
							
							Merge 'development' into iotssl-411-port-reuse  
						
						... 
						
						
						
						Conflicts:
	ChangeLog 
						
						
					 
					
						2015-09-16 15:25:53 +01:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							294139b57a 
							
						 
					 
					
						
						
							
							Add client extension writing  
						
						
						
						
					 
					
						2015-09-16 16:10:48 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							7002f4a560 
							
						 
					 
					
						
						
							
							Add mbedtls_ssl_set_hs_ecjpake_password()  
						
						
						
						
					 
					
						2015-09-16 16:10:48 +02:00 
						 
				 
			
				
					
						
							
							
								Simon Butcher 
							
						 
					 
					
						
						
						
						
							
						
						
							1a57af1607 
							
						 
					 
					
						
						
							
							Update ssl.h  
						
						... 
						
						
						
						Typo 
						
						
					 
					
						2015-09-11 17:14:16 +01:00 
						 
				 
			
				
					
						
							
							
								Nicholas Wilson 
							
						 
					 
					
						
						
						
						
							
						
						
							2088e2ebd9 
							
						 
					 
					
						
						
							
							fix const-ness of argument to mbedtls_ssl_conf_cert_profile  
						
						... 
						
						
						
						Otherwise, it's impossible to pass in a pointer to
mbedtls_x509_crt_profile_next! 
						
						
					 
					
						2015-09-08 16:53:18 +01:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							222cb8db22 
							
						 
					 
					
						
						
							
							Tune related documentation while at it  
						
						
						
						
					 
					
						2015-09-08 15:43:59 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							3a2a4485d4 
							
						 
					 
					
						
						
							
							Update documentation  
						
						
						
						
					 
					
						2015-09-08 15:36:09 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							be619c1264 
							
						 
					 
					
						
						
							
							Clean up error codes  
						
						
						
						
					 
					
						2015-09-08 11:21:21 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							37ff14062e 
							
						 
					 
					
						
						
							
							Change main license to Apache 2.0  
						
						
						
						
					 
					
						2015-09-04 14:21:07 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							5f5e0ec3f1 
							
						 
					 
					
						
						
							
							Improve mbedtls_ssl_write() documentation  
						
						
						
						
					 
					
						2015-08-31 20:47:04 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							a2cda6bfaf 
							
						 
					 
					
						
						
							
							Add mbedtls_ssl_get_max_frag_len()  
						
						... 
						
						
						
						This is not very useful for TLS as mbedtls_ssl_write() will automatically
fragment and return the length used, and the application should check for that
anyway, but this is useful for DTLS where mbedtls_ssl_write() returns an
error, and the application needs to be able to query the maximum length
instead of just guessing. 
						
						
					 
					
						2015-08-31 20:47:04 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							bb83844a1d 
							
						 
					 
					
						
						
							
							Clarify that there are two SSL I/O buffers  
						
						
						
						
					 
					
						2015-08-31 12:46:01 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							6fb8187279 
							
						 
					 
					
						
						
							
							Update date in copyright line  
						
						
						
						
					 
					
						2015-07-28 17:11:58 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							0761733c1b 
							
						 
					 
					
						
						
							
							Fix potential NULL dereference  
						
						... 
						
						
						
						We document that either of recv or recv_timeout may be NULL, but for TLS we
always used recv... Thanks Coverity for catching that.
(Not remotely trigerrable: local configuration.)
Also made me notice net_recv_timeout didn't do its job properly. 
						
						
					 
					
						2015-06-25 10:59:57 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							fd474233c8 
							
						 
					 
					
						
						
							
							Change SSL debug API in the library  
						
						
						
						
					 
					
						2015-06-23 18:44:11 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							cdc26ae099 
							
						 
					 
					
						
						
							
							Add mbedtls_ssl_set_hs_authmode  
						
						... 
						
						
						
						While at it, fix the following:
- on server with RSA_PSK, we don't want to set flags (client auth happens via
  the PSK, no cert is expected).
- use safer tests (eg == OPTIONAL vs != REQUIRED) 
						
						
					 
					
						2015-06-22 14:52:40 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							12ad798c87 
							
						 
					 
					
						
						
							
							Rename ssl_session.length to id_len  
						
						
						
						
					 
					
						2015-06-18 15:50:37 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							b31c5f68b1 
							
						 
					 
					
						
						
							
							Add SSL presets.  
						
						... 
						
						
						
						No need to use a separate profile as in X.509, everything we need is already
in ssl_config. Just load appropriate values. 
						
						
					 
					
						2015-06-17 14:59:27 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							36a8b575a9 
							
						 
					 
					
						
						
							
							Create API for mbedtls_ssl_conf_sig_hashes().  
						
						... 
						
						
						
						Not implemented yet. 
						
						
					 
					
						2015-06-17 14:27:39 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							27716cc1da 
							
						 
					 
					
						
						
							
							Clarify a point in the documentation  
						
						
						
						
					 
					
						2015-06-17 14:27:38 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							b541da6ef3 
							
						 
					 
					
						
						
							
							Fix define for ssl_conf_curves()  
						
						... 
						
						
						
						This is a security feature, it shouldn't be optional. 
						
						
					 
					
						2015-06-17 14:27:38 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							6e3ee3ad43 
							
						 
					 
					
						
						
							
							Add mbedtls_ssl_conf_cert_profile()  
						
						
						
						
					 
					
						2015-06-17 14:27:38 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							bd990d6629 
							
						 
					 
					
						
						
							
							Add ssl_conf_dhm_min_bitlen()  
						
						
						
						
					 
					
						2015-06-17 11:37:04 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							1b1e65f541 
							
						 
					 
					
						
						
							
							Fix typos and other small issues in doc  
						
						
						
						
					 
					
						2015-06-11 13:38:03 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							77cfe177e1 
							
						 
					 
					
						
						
							
							Remove now-useless typedef in ssl.h  
						
						
						
						
					 
					
						2015-06-02 11:18:35 +01:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							81abefd46c 
							
						 
					 
					
						
						
							
							Fix typos/style in doxygen documentation  
						
						
						
						
					 
					
						2015-05-29 12:53:47 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							b48ef9cce9 
							
						 
					 
					
						
						
							
							Improve documentation about HelloVerifyRequest  
						
						
						
						
					 
					
						2015-05-28 17:28:39 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							398b206ff0 
							
						 
					 
					
						
						
							
							Update doc for ssl_conf_renegotiation  
						
						
						
						
					 
					
						2015-05-28 17:28:38 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							6a8ca33fa5 
							
						 
					 
					
						
						
							
							Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED  
						
						
						
						
					 
					
						2015-05-28 16:25:05 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							160e384360 
							
						 
					 
					
						
						
							
							Fix bad name choice  
						
						
						
						
					 
					
						2015-05-27 20:27:06 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							f7c2eebfcf 
							
						 
					 
					
						
						
							
							Remove unused struct member in ssl_context  
						
						... 
						
						
						
						Actually belongs to ssl_session 
						
						
					 
					
						2015-05-27 18:06:02 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							065122cfe9 
							
						 
					 
					
						
						
							
							Move some defines to ssl_internal.h  
						
						
						
						
					 
					
						2015-05-26 15:01:37 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							56273daea0 
							
						 
					 
					
						
						
							
							Move some includes to ssl_internal.h  
						
						... 
						
						
						
						Also removed one from ssl.h and add it in programs where it belongs 
						
						
					 
					
						2015-05-26 15:01:37 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							cd4fcc6c8b 
							
						 
					 
					
						
						
							
							Move some structures to ssl_internal.h  
						
						
						
						
					 
					
						2015-05-26 15:01:37 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							5e94ddebbc 
							
						 
					 
					
						
						
							
							Create ssl_internal.h and move some functions  
						
						
						
						
					 
					
						2015-05-26 11:57:05 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							e057d3bf6b 
							
						 
					 
					
						
						
							
							Relax some dependencies  
						
						... 
						
						
						
						- DTLS_HELLO_VERIFY no longer depends on SRV_C
- SSL_COOKIE_C no longer depends on DTLS_HELLO_VERIFY
Not that much work for us, and easier on users (esp. since it allows just
disabling SRV_C alone). 
						
						
					 
					
						2015-05-20 11:14:57 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							b596abfdc0 
							
						 
					 
					
						
						
							
							Refine cli/srv ifdefs for session tickets  
						
						... 
						
						
						
						- Only the server needs to generate/parse tickets
- Only the client needs to store them
Also adjust prototype of ssl_conf_session_tickets() while at it. 
						
						
					 
					
						2015-05-20 11:14:57 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							cf141ca7e7 
							
						 
					 
					
						
						
							
							Fix #ifdefs on ssl_cli.c or ssl_srv.c  
						
						... 
						
						
						
						Nothing to do with the current branch except I'm going to refine such #ifdefs
for tickets next and I want to start from a clean state 
						
						
					 
					
						2015-05-20 11:14:57 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							0c0f11f4b3 
							
						 
					 
					
						
						
							
							Update dependencies & includes for session tickets  
						
						
						
						
					 
					
						2015-05-20 11:14:57 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							d59675d92c 
							
						 
					 
					
						
						
							
							Move to callback for session tickets  
						
						
						
						
					 
					
						2015-05-20 11:14:57 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							b0394bebdb 
							
						 
					 
					
						
						
							
							Further adapt prototypes of ticket functions  
						
						... 
						
						
						
						Moving everything in ticket_keys structure, that will soon become
ticket_context. 
						
						
					 
					
						2015-05-20 11:14:57 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							151dc77732 
							
						 
					 
					
						
						
							
							Fix some old names that remained  
						
						... 
						
						
						
						- most in doxygen doc that was never renamed
- some re-introduced in comments/doc/strings by me 
						
						
					 
					
						2015-05-14 21:58:34 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							66dc5555f0 
							
						 
					 
					
						
						
							
							mbedtls_ssl_conf_arc4_support() depends on ARC4_C  
						
						
						
						
					 
					
						2015-05-14 12:31:10 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							e391c8deda 
							
						 
					 
					
						
						
							
							Doc tune-up  
						
						
						
						
					 
					
						2015-05-13 20:34:24 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							70860adccc 
							
						 
					 
					
						
						
							
							SSL timers are no longer just for DTLS  
						
						... 
						
						
						
						Also, clean up leftover temporary stuff... embarassing 
						
						
					 
					
						2015-05-13 10:25:28 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							bbd28f7bcc 
							
						 
					 
					
						
						
							
							Improve SSL doc about I/O and timeouts  
						
						
						
						
					 
					
						2015-05-13 10:21:42 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							2e01291739 
							
						 
					 
					
						
						
							
							Prepare the SSL modules for using timer callbacks  
						
						
						
						
					 
					
						2015-05-13 09:43:39 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							eecb43cf0b 
							
						 
					 
					
						
						
							
							Manually merge doc fixes from 1.3  
						
						
						
						
					 
					
						2015-05-12 12:56:41 +02:00 
						 
				 
			
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
						
						
							
						
						
							e6ef16f98c 
							
						 
					 
					
						
						
							
							Change X.509 verify flags to uint32_t  
						
						
						
						
					 
					
						2015-05-11 19:54:43 +02:00