History log of /btstack/src/btstack_crypto.h (Results 1 – 17 of 17)
Revision Date Author Comments
# 9edc3991 06-Sep-2023 Matthias Ringwald <[email protected]>

btstack_crypto: return 0xff..ff as DHKEY if public key is invalid for Controller ECC


# 2fca4dad 02-Nov-2021 Milanka Ringwald <[email protected]>

license: update text


# b45b7749 03-Jun-2021 Milanka Ringwald <[email protected]>

MISRAC2012-Rule-8.3_b: match function declaration and definition


# fe5a6c4e 27-May-2021 Milanka Ringwald <[email protected]>

src: add title to header files


# 172c13e7 08-Jan-2021 Matthias Ringwald <[email protected]>

btstack_crypto: support de-init


# d8fc648c 08-Dec-2019 Matthias Ringwald <[email protected]>

btstack_crypto: use software aes128 for cmac message [a2473]


# cfbd0db4 07-Dec-2019 Matthias Ringwald <[email protected]>

btstack_crypto: use rijndael aes128 if ENABLE_SOFTWARE_AES128 [a2472]


# fde19096 20-Aug-2019 Matthias Ringwald <[email protected]>

mesh: improve _reset functions for unit tests in mesh_network and btstack_crypto


# 80665fb7 30-Nov-2018 Matthias Ringwald <[email protected]>

btstack_crypto: add btstack_crypto_idle for unit testing


# 1fbe4564 05-Oct-2018 Matthias Ringwald <[email protected]>

restart mesh development based on current develop and existing mesh branches


# 80e33422 11-May-2019 Matthias Ringwald <[email protected]>

Use FILENAME_H as include guard (MISRAC2012-Rule-21.1)


# 03843d74 12-Jan-2019 Matthias Ringwald <[email protected]>

btstack_crypto: fix typo in ccm functions


# f88ad41f 12-Jan-2019 Matthias Ringwald <[email protected]>

btstack_crypto/aes-ccm: add support for Additional Authenticated Data (AAD)


# 10e0e23c 29-Oct-2018 Matthias Ringwald <[email protected]>

btstack_crypto: use auth_len for btstack_crypo_ccm_get_authentication_value


# 6015e1ed 26-Oct-2018 Matthias Ringwald <[email protected]>

btstack_crypto: provide auth_len for ccm init


# 59ab1655 05-Jul-2018 Matthias Ringwald <[email protected]>

btstack_crypto: avoid anonymous union


# d1a1f6a4 04-Apr-2018 Matthias Ringwald <[email protected]>

sm: use btstack_crypto (lifted from btstack-crypto branch)