-
Notifications
You must be signed in to change notification settings - Fork 809
mbedtls: upgrade 2.16.3 -> 2.16.5 #188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
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
Mbed TLS 2.16.5 is a maintenance release of the Mbed TLS 2.16 branch, and provides security fixes and bug fixes, see: https://tls.mbed.org/tech-updates/releases/mbedtls-2.16.5-and-2.7.14-released Signed-off-by: Pierre-Jean Texier <[email protected]>
Contributor
|
applied 2b36db7 |
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 28, 2022
Changelog:
==========
Remove debug logging from rsa/key.py (openembedded#194).
Remove overlapping slots in PrivateKey and PublicKey. (openembedded#189).
Do not include CHANGELOG/LICENSE/README.md in wheel (openembedded#191).
Fixed Key Generation Unittest: Public and Private keys are assigned the wrong way around (openembedded#188).
Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 28, 2022
Changelog:
==========
Remove debug logging from rsa/key.py (openembedded#194).
Remove overlapping slots in PrivateKey and PublicKey. (openembedded#189).
Do not include CHANGELOG/LICENSE/README.md in wheel (openembedded#191).
Fixed Key Generation Unittest: Public and Private keys are assigned the wrong way around (openembedded#188).
Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Feb 27, 2023
Changelog: ========== * fix popcount64 name conflict on NetBSD, openembedded#189 * even though PyPy is not actively supported, allow running tests for PyPy 3.7 and 3.8, see also openembedded#188 * allow running `python setup.py test` * add official Python 3.12 support * simplify count functionality in util module * retire `bitcount_lookup[256]` table * improve `util.count_n()` error messages * avoid `util` module tests from being run more than once in each call to `bitarray.test()` when called multiple times in the same Python process, see #6e52e49a * improve testing Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Mar 4, 2023
Changelog: ========== Add missing LONG_PRESS enum member for button events (openembedded#190) Mark auto_dynamic attribute optional on scene resource (openembedded#189) Fixes for some small schema parse errors (openembedded#188) Make active_timeslot optional in smart_scene model (openembedded#177) Add util methods for backwards compatibility in Scenes controller (openembedded#176) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Mar 4, 2023
Changelog: ========== Add missing LONG_PRESS enum member for button events (openembedded#190) Mark auto_dynamic attribute optional on scene resource (openembedded#189) Fixes for some small schema parse errors (openembedded#188) Make active_timeslot optional in smart_scene model (openembedded#177) Add util methods for backwards compatibility in Scenes controller (openembedded#176) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Mar 4, 2023
Changelog: ========== Add missing LONG_PRESS enum member for button events (openembedded#190) Mark auto_dynamic attribute optional on scene resource (openembedded#189) Fixes for some small schema parse errors (openembedded#188) Make active_timeslot optional in smart_scene model (openembedded#177) Add util methods for backwards compatibility in Scenes controller (openembedded#176) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 17, 2023
0.21.1 - Output a proper error message when an invalid asyncio_mode is selected. - Extend warning message about unclosed event loops with additional possible cause. openembedded#531 - Previously, some tests reported "skipped" or "xfailed" as a result. Now all tests report a "success" result. 0.21.0 - Drop compatibility with pytest 6.1. Pytest-asyncio now depends on pytest 7.0 or newer. - pytest-asyncio cleans up any stale event loops when setting up and tearing down the event_loop fixture. This behavior has been deprecated and pytest-asyncio emits a DeprecationWarning when tearing down the event_loop fixture and current event loop has not been closed. 0.18.2 (22-03-03) - Fix asyncio auto mode not marking static methods. openembedded#295 - Fix a compatibility issue with Hypothesis 6.39.0. openembedded#302 0.18.1 (22-02-10) - Fixes a regression that prevented async fixtures from working in synchronous tests. openembedded#286 0.18.0 (22-02-07) - Raise a warning if @pytest.mark.asyncio is applied to non-async function. openembedded#275 - Support parametrized event_loop fixture. openembedded#278 0.17.2 (22-01-17) - Require typing-extensions on Python<3.8 only. openembedded#269 - Fix a regression in tests collection introduced by 0.17.1, the plugin works fine with non-python tests again. openembedded#267 0.17.1 (22-01-16) - Fixes a bug that prevents async Hypothesis tests from working without explicit asyncio marker when --asyncio-mode=auto is set. openembedded#258 - Fixed a bug that closes the default event loop if the loop doesn't exist openembedded#257 - Added type annotations. 0.17.0 (22-01-13) - [pytest-asyncio]{.title-ref} no longer alters existing event loop policies. openembedded#168, openembedded#188 - Drop support for Python 3.6 - Fixed an issue when pytest-asyncio was used in combination with [flaky]{.title-ref} or inherited asynchronous Hypothesis tests. openembedded#178 openembedded#231 - Added flaky to test dependencies - Added unused_udp_port and unused_udp_port_factory fixtures (similar to unused_tcp_port and unused_tcp_port_factory counterparts. openembedded#99 - Added the plugin modes: strict, auto, and legacy. See documentation for details. openembedded#125 - Correctly process KeyboardInterrupt during async fixture setup phase openembedded#219 License-Update: whitespace Signed-off-by: Justin Bronder <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 7, 2025
Upgrade to release 25.6.1: - new: announcement of upcoming (but not yet effective) new AI policy clarifying matter with respect to AI assisted contributions - fix: update license file to include contributors (openembedded#188) - fix: remove obsolete dependency on six (openembedded#186) - fix: update pypy version in CI workflow (openembedded#187) - fix: setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. - Copyrights transferred from Crossbar.io Technologies GmbH (Germany) to typedef int GmbH (Germany) License-Update: Update license file to include contributors Signed-off-by: Leon Anavi <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Sep 30, 2025
Changes in release 0.34.2 (neon-0.34.2.tar.gz), 15th April 2025
Fix regression in NTLM auth in 0.34.0 (issue openembedded#190).
Add docs for ne_ssl_proto_name, ne_ssl_protovers, ne_get_request_target.
Changes in release 0.34.1 (neon-0.34.1.tar.gz), 14th April 2025
Fix regression in 207 parsing of elements which omit a reason-phrase (issue openembedded#188).
Fix ne_move() to submit lock tokens for the parent collection of a source resource locked with depth: 0.
Changes in release 0.34.0 (neon-0.34.0.tar.gz), 23rd November 2024
Interface changes:
API and ABI backwards-compatible with 0.27.x and later
NE_SESSFLAG_SSLv2 is now ignored
New interfaces and features:
ne_request.h: add ne_get_response_location(), add ne_get_request_target()
ne_redirect.h: adds relative URI resolution per RFC 9110
ne_socket.h: add ne_iaddr_set_scope(), ne_iaddr_get_scope(), ne_sock_getproto()
ne_session.h: add NE_SESSFLAG_STRICT session flag
ne_session.h: ne_session_create() now accepts scoped IPv6 link-local literal addresses following the RFC 6874 syntax;
ne_session.h: add ne_ssl_set_protovers() to configure TLS protocol version ranges
ne_utils.h: add NE_FEATURE_GSSAPI, NE_FEATURE_LIBPXY feature flags
ne_ssl.h: add ne_ssl_proto_name()
HTTP strictness/compliance updated for RFC 9110/9112; notably stricter in parsing header field line, chunked transfer-coding, status-line.
Bug fixes:
auth: the ‘realm’ string passed to credentials callback is now cleaned of non-printable characters.
Documentation & header updates for RFC 9110/9112.
New NE_MINIMUM_VERSION() autoconf macro for better version handling.
Signed-off-by: Jason Schonberg <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Dec 9, 2025
Changelog: =========== * PR openembedded#246: Make ldns_calc_keytag() available for CDNSKEY RR * PR openembedded#247: Make ldns_key_rr2ds() available for CDNSKEY RR * PR openembedded#248: Make ldns_rr_compare_{ds,ds_dnskey}() available for CDS and CDNSKEY RRs. * PR openembedded#245: Make drill trace use IPv6 when used with -6 * Fix openembedded#254: Unquoted "value" rdata for CAA records fail to validate. Follows the long string unquoted syntax from RFC8659, section 4.1.1. * Fix openembedded#266: ldns-read-zone -u fails if a type is the only type in a window and the type modulo 256 is equal to zero. * Fix openembedded#271: Intermittent build failure with multi-job builds (make -j). * Add ldns-verify-zone -s option. It checks all signature results, instead of passing by when one RRSIG validates. That prints output for spurious RRSIGs, the failures for them. * Fix RR types NSAP-PTR, GPOS and RESINFO to print unquoted strings. * Fix memory leak when trying to read zones that have equal RRs. the ldns_dnssec_*_add_rr() functions now return LDNS_STATUS_EQUAL_RR when an already existing RR is tried to be added. This is a API change, hence this also bumps the version to 1.9.0 * PR openembedded#282: ensure returning pkt with LDNS_STATUS_OK. * PR openembedded#286: Fix RR Type AMTRELAY type nogateway, to print relay '.', and memory leaks in parsing it. * DSYNC is no longer a draft RR type and compiled by default * RFC 9824 support: Compact Denial of Existence in DNSSEC * The HHIT and BRID draft RR types * PR openembedded#249: If RNG is already seeded, return early. * PR openembedded#221: Improve error messages. * PR openembedded#256: Use SWIG_AppendOutput to support swig 4.3 * PR openembedded#188: Homogenize paths for source files during compilation * Fix openembedded#283: ldns-walk fails after update from 1.8.3 to 1.8.4 * PR openembedded#200: Allow compiled tests to link to ldns statically via environment variable. * PR openembedded#220: Optionally exclude ZONEMD RRs in ldns-compare-zone * Fix openembedded#285: A WALLET RR breaks TXT signing. * Fix openembedded#287: ldns-verify-zone hangs with missing NSEC3 RRs. Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
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.
Mbed TLS 2.16.5 is a maintenance release of the Mbed TLS 2.16 branch, and
provides security fixes and bug fixes, see:
https://tls.mbed.org/tech-updates/releases/mbedtls-2.16.5-and-2.7.14-released
Signed-off-by: Pierre-Jean Texier [email protected]