History log of /btstack/src/btstack_crypto.c (Results 26 – 50 of 60)
Revision Date Author Comments
# 08c79545 15-Jan-2020 Matthias Ringwald <[email protected]>

btstack_crypto: avoid c++ style for loop init


# 8e361704 09-Jan-2020 Matthias Ringwald <[email protected]>

btstack_crypto: change aes_cmac to access all message bytes sequentially


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

btstack_crypto: use software aes128 for cmac generator [a2474]


# 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]


# ff3cc4a5 03-Dec-2019 Matthias Ringwald <[email protected]>

MISRAC2012-Rule-14.4_d: use while(true) instead of while(1)


# 6535961a 02-Dec-2019 Matthias Ringwald <[email protected]>

ignore memcpy return value (always returns first parameter)


# 0e588213 19-Nov-2019 Matthias Ringwald <[email protected]>

MISRAC2012-Rule-12.1: add suggested parentheses


# c1ab6cc1 19-Nov-2019 Matthias Ringwald <[email protected]>

MISRAC2012-Rule-12.1: add suggested parentheses


# a512579c 15-Nov-2019 Matthias Ringwald <[email protected]>

btstack_crypto: spell out min operation for c-stat


# cebe3e9e 30-Oct-2019 Matthias Ringwald <[email protected]>

fix compile warnings (unused param, signed / unsigned comparison)


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

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


# e2424d40 20-Jul-2019 Matthias Ringwald <[email protected]>

btstack_crypto: fix warning for btstack_crypto_ecc_p256_set_key which is only usable with software ecc


# 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


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

Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)


# 4412fefa 07-Feb-2019 Matthias Ringwald <[email protected]>

crypto: handle encryption and random results from controller during shutdown


# 0c23bea1 05-Feb-2019 Matthias Ringwald <[email protected]>

crypto: fix lockup when stack is shutdown while waiting for result of HCI Command, e.g. LE Read Local P256 Public Key


# 5db50aaa 29-Jan-2019 Matthias Ringwald <[email protected]>

btstack_crypto: directly process queued crypto operation on HCI result


# 23b7e05e 14-Jan-2019 Matthias Ringwald <[email protected]>

btstack_crypto: remove printfs


# 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


# 89be578c 29-Oct-2018 Matthias Ringwald <[email protected]>

btstack_crypto: fix encrypt/decrypt with block_len > 16


# 577fe4df 26-Oct-2018 Matthias Ringwald <[email protected]>

btstack_crypto: finish CCM, add debug output


123