mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	Clarify "as directed here" in SSL async callback documentation
This commit is contained in:
		
							parent
							
								
									ea5fab829c
								
							
						
					
					
						commit
						9ceae8b4f6
					
				@ -624,7 +624,7 @@ typedef struct mbedtls_ssl_flight_item mbedtls_ssl_flight_item;
 | 
				
			|||||||
 *                  propagated up the call chain. The callback should
 | 
					 *                  propagated up the call chain. The callback should
 | 
				
			||||||
 *                  use \c MBEDTLS_ERR_PK_xxx error codes, and <b>must not</b>
 | 
					 *                  use \c MBEDTLS_ERR_PK_xxx error codes, and <b>must not</b>
 | 
				
			||||||
 *                  use \c MBEDTLS_ERR_SSL_xxx error codes except as
 | 
					 *                  use \c MBEDTLS_ERR_SSL_xxx error codes except as
 | 
				
			||||||
 *                  directed here.
 | 
					 *                  directed in the documentation of this callback.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
typedef int mbedtls_ssl_async_sign_t( mbedtls_ssl_context *ssl,
 | 
					typedef int mbedtls_ssl_async_sign_t( mbedtls_ssl_context *ssl,
 | 
				
			||||||
                                      mbedtls_x509_crt *cert,
 | 
					                                      mbedtls_x509_crt *cert,
 | 
				
			||||||
@ -690,7 +690,7 @@ typedef int mbedtls_ssl_async_sign_t( mbedtls_ssl_context *ssl,
 | 
				
			|||||||
 *                  propagated up the call chain. The callback should
 | 
					 *                  propagated up the call chain. The callback should
 | 
				
			||||||
 *                  use \c MBEDTLS_ERR_PK_xxx error codes, and <b>must not</b>
 | 
					 *                  use \c MBEDTLS_ERR_PK_xxx error codes, and <b>must not</b>
 | 
				
			||||||
 *                  use \c MBEDTLS_ERR_SSL_xxx error codes except as
 | 
					 *                  use \c MBEDTLS_ERR_SSL_xxx error codes except as
 | 
				
			||||||
 *                  directed here.
 | 
					 *                  directed in the documentation of this callback.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
typedef int mbedtls_ssl_async_decrypt_t( mbedtls_ssl_context *ssl,
 | 
					typedef int mbedtls_ssl_async_decrypt_t( mbedtls_ssl_context *ssl,
 | 
				
			||||||
                                         mbedtls_x509_crt *cert,
 | 
					                                         mbedtls_x509_crt *cert,
 | 
				
			||||||
@ -738,7 +738,7 @@ typedef int mbedtls_ssl_async_decrypt_t( mbedtls_ssl_context *ssl,
 | 
				
			|||||||
 *                  The SSL handshake is aborted. The callback should
 | 
					 *                  The SSL handshake is aborted. The callback should
 | 
				
			||||||
 *                  use \c MBEDTLS_ERR_PK_xxx error codes, and <b>must not</b>
 | 
					 *                  use \c MBEDTLS_ERR_PK_xxx error codes, and <b>must not</b>
 | 
				
			||||||
 *                  use \c MBEDTLS_ERR_SSL_xxx error codes except as
 | 
					 *                  use \c MBEDTLS_ERR_SSL_xxx error codes except as
 | 
				
			||||||
 *                  directed here.
 | 
					 *                  directed in the documentation of this callback.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
typedef int mbedtls_ssl_async_resume_t( mbedtls_ssl_context *ssl,
 | 
					typedef int mbedtls_ssl_async_resume_t( mbedtls_ssl_context *ssl,
 | 
				
			||||||
                                        unsigned char *output,
 | 
					                                        unsigned char *output,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user