mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-04 13:45:05 +01:00
Add configuration file in md.h
include `*config.h*` in md.h as MACROS in the header file get ignored. Fix for #1001.
This commit is contained in:
parent
ab0a8042f4
commit
f231eaae28
2 changed files with 8 additions and 0 deletions
|
|
@ -41,6 +41,8 @@ Bugfix
|
|||
* Fix a potential integer overflow in the version verification for DER
|
||||
encoded X509 certificates. The overflow would enable maliciously
|
||||
constructed certificates to bypass the certificate verification check.
|
||||
* Include configuration file in md.h, to fix compilation warnings.
|
||||
Reported by aaronmdjones in #1001
|
||||
|
||||
Changes
|
||||
* Added config.h option MBEDTLS_NO_UDBL_DIVISION, to prevent the use of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue