- d650b4e ztest: remove ztest_mem_domain by Andrew Boie · 4 years, 7 months ago
- 16c4090 tests: tinycrypt_hmac_prng: exclude MEC1501-based boards by Daniel Leung · 4 years, 7 months ago
- eee3ffc tests/samples: enable for integration testing by Anas Nashif · 4 years, 8 months ago
- 6c47f65 tests: tinycrypt: do not whitelist by Anas Nashif · 4 years, 8 months ago
- c4f7fae random: Include header where it is used by Flavio Ceolin · 4 years, 9 months ago
- a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 10 months ago
- debade9 tests: make find_package(Zephyr...) REQUIRED by Marc Herbert · 4 years, 10 months ago
- 407b49b cmake: use find_package to locate Zephyr by Torsten Rasmussen · 5 years ago
- d337f3b tests: tags: Add entropy and random tags by Flavio Ceolin · 5 years ago
- 984bfae global: Remove leading/trailing blank lines in files by Ulf Magnusson · 5 years ago
- 91fd6d0 kernel: thread: Fix randomness problem with stack pointer random by Flavio Ceolin · 5 years ago
- 2d74604 headers: Refactor kernel and arch headers. by Stephanos Ioannidis · 5 years ago
- 1bb1b3e subsys/random: Add cryptographically secure random test cases by David Leach · 5 years ago
- b7eb04b x86: consolidate x86_64 architecture, SoC and boards by Daniel Leung · 5 years ago
- 8435be8 rand32: cmake: Fix invalid build scripts by Sebastian Bøe · 5 years ago
- 813ef68 tests: updated names for the tests by Maksim Masalski · 5 years ago
- 6add267 tests: tinycrypt: build only on native_posix by Anas Nashif · 5 years ago
- 7a93e94 kernel: lib: Add convert functions for hex strings and binary arrays by Joakim Andersson · 6 years ago
- 9ab2a56 cleanup: include/: move misc/printk.h to sys/printk.h by Anas Nashif · 6 years ago
- bf07071 tests: mbedtls: Call mbedtls_platform_set_printf() only if needed by Paul Sokolovsky · 6 years ago
- 46289be tests: change the min_ram for mbedtls and mem_protect by Ryan QIAN · 6 years ago
- 7f2f1d3 tests: crypto: Update HMAC_PRNG test by Thomas Ebert Hansen · 6 years ago
- 3ae5262 license: cleanup: add SPDX Apache-2.0 license identifier by Anas Nashif · 6 years ago
- 7b1ee5c tests: CONFIG_TEST_USERSPACE now off by default by Andrew Boie · 6 years ago
- 027b6aa tests: set userspace tag for all tests that use it by Andrew Boie · 6 years ago
- 21358ba all: Update unsigend 'U' suffix due to multiplication by Patrik Flykt · 6 years ago
- 24d7143 all: Add 'U' suffix when using unsigned variables by Patrik Flykt · 6 years ago
- e686aef mbedtls: provide user mode access by Andrew Boie · 6 years ago
- 99beaed tests: mbedtls: report results once only by Anas Nashif · 6 years ago
- 3b745cc mbedtls: enable self-test in config-tls-generic.h by Anas Nashif · 6 years ago
- feab370 libc: fix CONFIG_STDOUT_CONSOLE semantics by Andrew Boie · 6 years ago
- eca2f07 tests: crypto: increase timeout by Anas Nashif · 6 years ago
- 5060ca6 cmake: increase minimal required version to 3.13.1 by Anas Nashif · 6 years ago
- ff85af5 tests: crypto: tinycrypt: Limit to boards with more than 128K flash by Kumar Gala · 6 years ago
- 440b535 tests: Add 'U' to unsigned variable assignments by Patrik Flykt · 6 years ago
- 5a44814 tests: tinycrypt: remove unnecessary variable by Himanshu Jha · 6 years ago
- 7eabab2 samples, tests: Use semi-accurate project names by Reto Schneider · 6 years ago
- e11192e tests: fix test identifier by Anas Nashif · 6 years ago
- 07e5bf6 tests: crypto: use CONFIG_LOG by Anas Nashif · 6 years ago
- 37d5c90 tests: crypto: use printk instead of logging by Anas Nashif · 6 years ago
- da49f2e coccicnelle: Ignore return of memset by Flavio Ceolin · 7 years ago
- a113562 misc: printk: Change function return by Flavio Ceolin · 7 years ago
- ec6b0df tests: crypto: rename hmac_prng by Anas Nashif · 7 years ago
- ec18f1d tests: tinycrypt: consolidate tests by Anas Nashif · 7 years ago
- 502db21 tests: crypto: mbedtls: Fix mbedTLS self test usage by Flavio Ceolin · 7 years ago
- 8b70ace crypto: tests: Change crypto tests to use Kconfig defined header by Flavio Ceolin · 7 years ago
- 9c68c46 tests: crypto: sha256: Add the missing test case for execution by Praful Swarnakar · 7 years ago
- 55ee53c cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts by Sebastian Bøe · 7 years ago
- 1ad369d tests: crypto: cbc_mode: Fix input length by Flavio Ceolin · 7 years ago
- 913507a tests: crypto: rand32: Add test for z_early_boot_rand32_get by Ramakrishna Pallala · 7 years ago
- 9127c4b tests: Cleanup converting int result to string by Kumar Gala · 7 years ago
- 6eeeb2a tests: Fix sizing for several test for chips with 24KB of RAM by Carles Cufi · 7 years ago
- aa26d99 tests: mbedtls: don't use stdout console by Andrew Boie · 7 years ago
- 2348daa tests: crypto: disable user mode on 2 tests by Andrew Boie · 7 years ago
- bc67289 tests: remove duplicate tests by Anas Nashif · 7 years ago
- 9312de0 tests: crypto: style, tag, and category fixes by Anas Nashif · 7 years ago
- e2924ab tests: add min_flash option for some tests by Diego Sueiro · 7 years ago
- d55387e tests: crypto: rand32: move rand32 test out of kernel by Praful Swarnakar · 7 years ago
- 0e1a03b tests: crypto: mbedtls: enabled test for esp32 by Praful Swarnakar · 7 years ago
- 61c0189 tests/crypto/mbedtls: Disable CONFIG_FORCE_NO_ASSERT by Andy Ross · 7 years ago
- 46f0718 tests: crypto: aes: use meaningful test names by Anas Nashif · 7 years ago
- 10d75d4 tests: crypto: stop relying on path for naming by Anas Nashif · 7 years ago
- 6eef2f1 misc: Add a FORCE_NO_ASSERT kconfig directive by Andy Ross · 7 years ago
- 42680b0 mbedtls: Switch default MBEDTLS_CFG_FILE to config-mini-tls1_2.h by Paul Sokolovsky · 7 years ago
- 31bd6ab test: sha256 can also be run in native_posix by Alberto Escolar Piedras · 7 years ago
- e76de53 test: mbedtls: remove while loop by Anas Nashif · 7 years ago
- 6f642a1 cmake: Ported mbedTLS to use Zephyr interface libraries by Sebastian Bøe · 7 years ago
- 3d3ebe2 tests: crypto: fix call to memset by Anas Nashif · 7 years ago
- 23f81ee tests/samples: fixed yaml syntax by Anas Nashif · 7 years ago
- c1d9cb7 tests/crypto/mbedtls: Disabling this test for ESP32 by Nishikant · 7 years ago
- 0829ddf kbuild: Removed KBuild by Sebastian Bøe · 7 years ago
- 12f8f76 Introduce cmake-based rewrite of KBuild by Sebastian Bøe · 7 years ago
- da9b0dd drivers: Rename `random` to `entropy` by Leandro Pereira · 7 years ago
- 0356590 tests: samples: fix yaml syntax by Anas Nashif · 7 years ago
- 704f879 tests: ztest: call test_main() without arguments by Anas Nashif · 8 years ago
- 9075e1e tests: crypto: mbedtls: set a code size constraint by Kumar Gala · 8 years ago
- dd740c1 tests: crypto: Do not use unitialized variable by Leandro Pereira · 8 years ago
- 2de5902 tests: update min ram requirements and filters by Anas Nashif · 8 years ago
- fef5ef7 tests: sha256: convert to ztest by Niranjhana N · 8 years ago
- 4e40b84 tests: mbedtls: convert to ztest by Niranjhana N · 8 years ago
- 26bacab tests: hmac_prng: convert to ztest by Niranjhana N · 8 years ago
- af3cd3b tests: hmac: convert to ztest by Niranjhana N · 8 years ago
- 712e2a4 tests: ecc_dsa: convert to ztest by Niranjhana N · 8 years ago
- 763384b tests: ecc_dh: convert to ztest by Niranjhana N · 8 years ago
- 83f77de tests: ctr_prng: convert to ztest by Niranjhana N · 8 years ago
- a1e98b0 tests: ctr_mode: convert to ztest by Niranjhana N · 8 years ago
- c47d5fc tests: cmac_mode: convert to ztest by Niranjhana N · 8 years ago
- 98f69e1 tests: ccm_mode: convert to ztest by Niranjhana N · 8 years ago
- 0e53345 tests: cbc_mode: convert to ztest by Niranjhana N · 8 years ago
- 851314b tests: aes: convert to ztest by Niranjhana N · 8 years ago
- e2ad85b tests: crypto: Update ECC Diffie-Hellman and DSA tests by Leandro Pereira · 8 years ago
- c0e9519 tests: crypto: Fix ccm_mode test after updating TinyCrypt to 0.2.7 by Leandro Pereira · 8 years ago
- 3d498dd build: workaround build bug in tests by Inaky Perez-Gonzalez · 8 years ago
- 5f63386 tests: crypto: fix coding style by Anas Nashif · 8 years ago
- 8f77cdd tests: crypto: sha256: limit to systems with >48k of memory by Kumar Gala · 8 years ago
- 8d108c9 tests: mbedtls: cleanup prj.conf by Anas Nashif · 8 years ago
- 52a4916 tests: crypto: do not build when DEBUG is enabled by Anas Nashif · 8 years ago
- 882c19d tests: remove build_only tag by Anas Nashif · 8 years ago
- b31b416 tests: crypto: include back riscv32 arch for ecc_dh, ecc_dsa and mbedtls by Jean-Paul Etienne · 8 years ago
- d1e562c tests: replace filters in testcase files by Anas Nashif · 8 years ago