BensonLiou

Results 4 issues of BensonLiou

Line 141 ifeq ($(filter y,$(CONFIG_STM32F7_IWDG) $(CONFIG_STM32F7_RTC_LSICLOCK)),y) CHIP_CSRCS += stm32_lsi.c endif stm32_lsi.c will NOT be compiled if both CONFIG_STM32F7_IWDG and CONFIG_STM32F7_RTC_LSICLOCK equals to y Could you please check it? Thanks

## Description Use mbedtls_ssl_session_init() to init variable just like session-family APIs described ## PR checklist Please tick as appropriate and edit the reasons (e.g.: "backport: not needed because this is...

needs-review
needs-backports
component-tls
needs-reviewer
size-xs

## Description Use mbedtls_ssl_session_init() to init variable just like session-family APIs described ## PR checklist Please tick as appropriate and edit the reasons (e.g.: "backport: not needed because this is...

## Description According to [RFC8446](https://datatracker.ietf.org/doc/html/rfc8446#section-4.1.2), random number of 2nd clientHello should be same as first one while receiving HRR. This PR is to preventing re-generating random number on 2nd clientHello...

bug
needs-work
component-tls13