No description
Find a file
Szymon Janc 6d3ddef1d0 Bluetooth: Fix using uninitialized PRNG
PRNG needs to be initialized right at the begining so that it is safe
to use it from initialization sequence. This fix a race when ECC
emulation code was using uninitiliazed PRNG for public key generation.

Change-Id: Ia396f964b915368cee39ea6be998ef5774062591
Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
2016-06-08 10:23:22 +02:00
arch nrf52: Use nrf.h instead of *nrf*.h 2016-06-03 04:41:26 -07:00
boards board: em_starterkit doesn't have FLASH_SCRIPT yet 2016-06-02 12:37:13 +00:00
doc doc: boards/arduino_101: Update BLE firmare for latest MyNewt version 2016-06-07 05:39:16 +00:00
drivers Bluetooth: Fix never yielding if rx_queue always contains data 2016-06-07 21:38:20 +03:00
ext ext: Update and extend Nordic MDK header files 2016-06-03 04:41:26 -07:00
include Bluetooth: L2CAP: Include <bluetooth/buf.h> 2016-06-06 19:03:14 +02:00
kernel nanokernel: Add callback to _nano_timeout once again 2016-06-01 00:35:05 +00:00
lib ext: move tinycrypt to ext/lib 2016-06-01 14:27:41 -04:00
misc Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
net Bluetooth: Fix using uninitialized PRNG 2016-06-08 10:23:22 +02:00
samples Bluetooth: GATT: Remove obsolete flush callback 2016-06-06 12:29:02 +00:00
scripts sanitycheck: update the footprint data 2016-06-03 12:09:26 -04:00
tests Bluetooth: shell: Fix data_pool declaration 2016-06-06 19:09:59 +02:00
.checkpatch.conf checkpatch: decrease max line number to 80 2016-05-31 19:09:14 +00:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore build: rename non-generated linker scripts to .ld extension 2016-05-09 18:09:26 +00:00
.gitreview Add a .gitreview file 2016-02-20 14:25:01 +00:00
.mailmap mailmap: Add more entries for incomplete author information 2016-06-03 10:52:22 +00:00
Kbuild build: add more dependencies to build process 2016-05-20 18:25:19 +00:00
Kconfig kconfig: Do not put architecture in the title 2016-03-14 16:50:51 -04:00
Kconfig.zephyr Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
LICENSE add top level Apache 2.0 license file 2016-02-05 20:24:37 -05:00
MAINTAINERS ext: Update and extend Nordic MDK header files 2016-06-03 04:41:26 -07:00
Makefile Zephyr v1.4.0 2016-06-03 12:17:40 -04:00
Makefile.inc scripts: add a script to report RAM/ROM usage 2016-05-26 15:19:15 +00:00
zephyr-env.sh zephyr-env.sh: Add a note to indicate the required version of zsh 2016-03-18 22:01:19 +00:00