mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-25 09:02:48 +00:00
Put MPS under the umbrella of the TLS 1.3 experimental configuration
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
parent
61d7eedcb5
commit
43c8f8cf79
@ -19,6 +19,10 @@
|
|||||||
* This file is part of Mbed TLS (https://tls.mbed.org)
|
* This file is part of Mbed TLS (https://tls.mbed.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "common.h"
|
||||||
|
|
||||||
|
#if defined(MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL)
|
||||||
|
|
||||||
#include "mps_reader.h"
|
#include "mps_reader.h"
|
||||||
#include "mps_common.h"
|
#include "mps_common.h"
|
||||||
#include "mps_trace.h"
|
#include "mps_trace.h"
|
||||||
@ -557,3 +561,5 @@ int mbedtls_mps_reader_reclaim( mbedtls_mps_reader *rd,
|
|||||||
(unsigned) rd->acc_share.acc_remaining );
|
(unsigned) rd->acc_share.acc_remaining );
|
||||||
MBEDTLS_MPS_TRACE_RETURN( 0 );
|
MBEDTLS_MPS_TRACE_RETURN( 0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif /* MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL */
|
||||||
|
@ -19,6 +19,10 @@
|
|||||||
* This file is part of Mbed TLS (https://tls.mbed.org)
|
* This file is part of Mbed TLS (https://tls.mbed.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "common.h"
|
||||||
|
|
||||||
|
#if defined(MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL)
|
||||||
|
|
||||||
#include "mps_common.h"
|
#include "mps_common.h"
|
||||||
|
|
||||||
#if defined(MBEDTLS_MPS_ENABLE_TRACE)
|
#if defined(MBEDTLS_MPS_ENABLE_TRACE)
|
||||||
@ -120,3 +124,4 @@ void mbedtls_mps_trace_indent( int level, mbedtls_mps_trace_type ty )
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif /* MBEDTLS_MPS_ENABLE_TRACE */
|
#endif /* MBEDTLS_MPS_ENABLE_TRACE */
|
||||||
|
#endif /* MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL */
|
||||||
|
@ -19,6 +19,11 @@
|
|||||||
|
|
||||||
/* END_HEADER */
|
/* END_HEADER */
|
||||||
|
|
||||||
|
/* BEGIN_DEPENDENCIES
|
||||||
|
* depends_on:MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL
|
||||||
|
* END_DEPENDENCIES
|
||||||
|
*/
|
||||||
|
|
||||||
/* BEGIN_CASE depends_on:TEST_SUITE_MPS_READER */
|
/* BEGIN_CASE depends_on:TEST_SUITE_MPS_READER */
|
||||||
void mbedtls_mps_reader_no_pausing_single_step_single_round( int with_acc )
|
void mbedtls_mps_reader_no_pausing_single_step_single_round( int with_acc )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user