mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-06 14:38:57 +01:00
Merge branch 'mbedtls-2.6' into iotssl-1381-x509-verify-refactor-restricted
* mbedtls-2.6: (27 commits) Update version number to 2.6.0 Fix language in Changelog for clarity Improve documentation of PKCS1 decryption functions Fix style and missing item in ChangeLog Add credit to Changelog to fix for #666 Fix naked call to time() with platform call Fix ChangeLog for duplication after merge Rename time and index parameter to avoid name conflict. Correct comment Adapt ChangeLog Reliably zeroize sensitive data in AES sample application Reliably zeroize sensitive data in Crypt-and-Hash sample application Fix potential integer overflow parsing DER CRT Fix potential integer overflow parsing DER CRL Move the git scripts to correct path Update after @sbutcher-arm comments Fix slash direction for linux path Add note for the git_hoos README file Pre push hook script Check return code of mbedtls_mpi_fill_random ...
This commit is contained in:
commit
4b6e210d00
15 changed files with 116 additions and 97 deletions
|
|
@ -1,8 +1,8 @@
|
|||
Check compiletime library version
|
||||
check_compiletime_version:"2.5.1"
|
||||
check_compiletime_version:"2.6.0"
|
||||
|
||||
Check runtime library version
|
||||
check_runtime_version:"2.5.1"
|
||||
check_runtime_version:"2.6.0"
|
||||
|
||||
Check for MBEDTLS_VERSION_C
|
||||
check_feature:"MBEDTLS_VERSION_C":0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue