mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
remove RNG parameters from SSL API's
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
@ -132,8 +132,6 @@ int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size)
|
||||
#if defined(MBEDTLS_SSL_SESSION_TICKETS) && defined(MBEDTLS_SSL_TICKET_C)
|
||||
if (options & 0x4) {
|
||||
if (mbedtls_ssl_ticket_setup(&ticket_ctx, //context
|
||||
dummy_random, //f_rng
|
||||
&ctr_drbg, //p_rng
|
||||
PSA_ALG_GCM, //alg
|
||||
PSA_KEY_TYPE_AES, //key_type
|
||||
256, //key_bits
|
||||
|
Reference in New Issue
Block a user