forked from coolsnowwolf/lede
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bot] AutoMerging: merge all upstream's changes:
* https://github.com/coolsnowwolf/lede: mbedtls: Update to version 2.28.5 config-6.1: disable CONFIG_ARM64_ERRATUM_2966298
- Loading branch information
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ Signed-off-by: Glenn Strauss <[email protected]> | |
#include <windows.h> | ||
#else | ||
#include <time.h> | ||
@@ -3001,6 +3005,61 @@ find_parent: | ||
@@ -3002,6 +3006,61 @@ find_parent: | ||
} | ||
} | ||
|
||
|
@@ -95,7 +95,7 @@ Signed-off-by: Glenn Strauss <[email protected]> | |
/* | ||
* Check for CN match | ||
*/ | ||
@@ -3021,24 +3080,51 @@ static int x509_crt_check_cn(const mbedt | ||
@@ -3022,24 +3081,51 @@ static int x509_crt_check_cn(const mbedt | ||
return -1; | ||
} | ||
|
||
|
@@ -158,7 +158,7 @@ Signed-off-by: Glenn Strauss <[email protected]> | |
} | ||
|
||
/* | ||
@@ -3049,31 +3135,23 @@ static void x509_crt_verify_name(const m | ||
@@ -3050,31 +3136,23 @@ static void x509_crt_verify_name(const m | ||
uint32_t *flags) | ||
{ | ||
const mbedtls_x509_name *name; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters