Skip to content

Commit

Permalink
[openthread] revert to 5cab15840df7dddd9d2578106bde3067ad45bbae (#748)
Browse files Browse the repository at this point in the history
GSDK 4.3.2 does not support PBKDF2 key generation using PSA, which is
causing problems when running the `pskc -p` CLI command.

```
> pskc -p 466D5A00000000000000000000000001
Error 27: NotCapable
>
```

This commit reverts the `openthread` submodule to before
openthread/openthread#9655
  • Loading branch information
lmnotran authored Dec 11, 2023
1 parent ef206e2 commit d4b4dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 55 files
+0 −1 etc/cmake/options.cmake
+0 −26 include/openthread/border_routing.h
+1 −1 include/openthread/instance.h
+0 −2 include/openthread/ip6.h
+8 −12 include/openthread/platform/crypto.h
+0 −1 script/check-scan-build
+0 −1 script/cmake-build
+0 −7 src/core/api/border_routing_api.cpp
+1 −1 src/core/api/coap_secure_api.cpp
+1 −31 src/core/border_router/routing_manager.cpp
+0 −17 src/core/border_router/routing_manager.hpp
+13 −1 src/core/coap/coap_secure.hpp
+67 −96 src/core/crypto/crypto_platform.cpp
+7 −4 src/core/meshcop/announce_begin_client.cpp
+6 −6 src/core/meshcop/dataset.cpp
+1 −1 src/core/meshcop/dataset_manager.cpp
+4 −4 src/core/meshcop/dataset_manager_ftd.cpp
+8 −5 src/core/meshcop/energy_scan_client.cpp
+2 −2 src/core/meshcop/meshcop.cpp
+137 −86 src/core/meshcop/meshcop_tlvs.cpp
+205 −68 src/core/meshcop/meshcop_tlvs.hpp
+8 −5 src/core/meshcop/panid_query_client.cpp
+44 −69 src/core/meshcop/secure_transport.cpp
+3 −25 src/core/meshcop/secure_transport.hpp
+3 −16 src/core/net/ip6.cpp
+1 −1 src/core/radio/ble_secure.cpp
+0 −12 src/core/radio/radio.cpp
+18 −75 src/core/radio/radio.hpp
+1 −1 src/core/thread/announce_begin_server.cpp
+10 −23 src/core/thread/discover_scanner.cpp
+1 −1 src/core/thread/discover_scanner.hpp
+10 −7 src/core/thread/energy_scan_server.cpp
+22 −37 src/core/thread/mesh_forwarder.cpp
+1 −2 src/core/thread/mesh_forwarder.hpp
+1 −3 src/core/thread/mesh_forwarder_ftd.cpp
+1 −1 src/core/thread/mesh_forwarder_mtd.cpp
+0 −3 src/core/thread/mle.cpp
+2 −1 src/core/thread/mle_tlvs.cpp
+5 −2 src/core/thread/network_diagnostic.cpp
+8 −5 src/core/thread/panid_query_server.cpp
+0 −10 src/lib/spinel/openthread-spinel-config.h
+2 −5 src/lib/spinel/radio_spinel.hpp
+0 −8 src/posix/platform/include/openthread/openthread-system.h
+3 −3 src/posix/platform/infra_if.cpp
+8 −0 src/posix/platform/platform-posix.h
+14 −14 tests/scripts/thread-cert/border_router/nat64/test_multi_border_routers.py
+16 −16 tests/scripts/thread-cert/border_router/nat64/test_single_border_router.py
+15 −15 tests/scripts/thread-cert/border_router/nat64/test_with_infrastructure_prefix.py
+8 −8 tests/scripts/thread-cert/border_router/test_multi_border_routers.py
+4 −4 tests/scripts/thread-cert/border_router/test_multi_thread_networks.py
+5 −5 tests/scripts/thread-cert/border_router/test_on_link_prefix.py
+0 −2 tests/scripts/thread-cert/border_router/test_publish_meshcop_service.py
+4 −4 tests/scripts/thread-cert/border_router/test_radvd_coexist.py
+12 −12 tests/scripts/thread-cert/border_router/test_single_border_router.py
+12 −12 tests/scripts/thread-cert/node.py

0 comments on commit d4b4dab

Please sign in to comment.