mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-04 05:35:33 +01:00
Merge remote-tracking branch 'origin/pr/2542' into mbedtls-2.16
* origin/pr/2542: Add guards for MBEDTLS_X509_CRL_PARSE_C in sample
This commit is contained in:
commit
9cfc9ceaf9
2 changed files with 19 additions and 4 deletions
|
|
@ -36,6 +36,8 @@ Bugfix
|
|||
public macro MBEDTLS_X509_ID_FLAG. This could lead to invalid evaluation
|
||||
in case operators binding less strongly than subtraction were used
|
||||
for the parameter.
|
||||
* Add a check for MBEDTLS_X509_CRL_PARSE_C in ssl_server2, guarding the crl
|
||||
sni entry parameter. Reported by inestlerode in #560.
|
||||
|
||||
Changes
|
||||
* Return from various debugging routines immediately if the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue