Update MbedTLS to 3.6.4#1155
Merged
Merged
Conversation
Owner
|
いただきます。ありがとうございます。 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
MbedTLS を 3.6.4 にしました。
3.6.0 は、MSYS2 UCRT64 の gcc 15 でビルドすると正常に動作しないようでした。
(test で、エラー -27648 (-0x6c00) になる。
Newer version of MbedTLS causes test failure #1018 に似ているが、固まって終了しない。
MbedTLS の issue 9884 あたりかと思うが、よく分からない)
3.6.4 は、URL のパス名が違うのと、
mbedtls-$(MBEDTLS_VERSION).tar.bz2 の方をダウンロードしないとビルドに失敗するようでした。
( mbedtls-$(MBEDTLS_VERSION).tar.gz の方は、サブモジュールのフォルダ (framework 等) が空のため )
また、別件になりますが、しばらく curl のダウンロードが成功しなくて困っていました。
(エラー「curl: (60) SSL certificate problem: unable to get local issuer certificate」)
(curl に -k オプションを付ければ成功する。しかしセキュリティ上は良くないとのこと)
これは、セキュリティソフトの HTTPS スキャン という機能が原因でした。
一時的に OFF にすると成功しました。
(CA証明書の関係かと思って、いろいろ試していたが、関係なかった…)