This is an automated email from the ASF dual-hosted git repository.

janc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git


    from 055225598 ll: Fix use after free in ble_ll_isoal_mux_framed_event_done
     new c5cb9e47c nimble/ll: Add DRBG for Channel Sounding
     new 83a92c51b nimble/ll: Add unit tests for CS DRBG
     new bca1db692 nimble/host: ble_cs: Fix 'defined but not used' warning

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 nimble/controller/pkg.yml                        |   7 +
 nimble/controller/src/ble_ll_cs_drbg.c           | 682 +++++++++++++++++++++++
 nimble/controller/src/ble_ll_cs_drbg_priv.h      | 125 +++++
 nimble/controller/test/src/ble_ll_cs_drbg_test.c | 363 ++++++++++++
 nimble/controller/test/src/ble_ll_test.c         |   2 +
 nimble/controller/test/syscfg.yml                |   4 +
 nimble/host/src/ble_cs.c                         |   7 +-
 7 files changed, 1189 insertions(+), 1 deletion(-)
 create mode 100644 nimble/controller/src/ble_ll_cs_drbg.c
 create mode 100644 nimble/controller/src/ble_ll_cs_drbg_priv.h
 create mode 100644 nimble/controller/test/src/ble_ll_cs_drbg_test.c

Reply via email to