History log of /btstack/src/btstack_crypto.c (Results 1 – 25 of 60)
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


# 506ad0bb 06-Sep-2023 Matthias Ringwald <[email protected]>

btstack_crypto: return 1 for btstack_crypto_ecc_p256_validate_public_key when using Controller


# a7e127d3 09-Jun-2023 Matthias Ringwald <[email protected]>

btstack_crypto: avoid false cppcheck warning


# 72c3a9ed 09-Jun-2023 Matthias Ringwald <[email protected]>

btstack_crypto: allow MBEDTLS config via MBEDTLS_CONFIG_FILE


# b6324671 27-May-2023 Matthias Ringwald <[email protected]>

btstack_crypto: fix warning


# f31c3c81 13-Jan-2023 Matthias Ringwald <[email protected]>

btstack_crypto: fix warning, warn about missing elliptic key library


# d50c4e94 30-Sep-2022 Matthias Ringwald <[email protected]>

btstack_crypto: fix random generator for ecc after power cycle


# ee86ee08 02-Jun-2022 Matthias Ringwald <[email protected]>

btstack_crypto: reset state on halting


# e4ccc141 02-Jun-2022 Matthias Ringwald <[email protected]>

btstack_crypto: extract btstack_crypto_state_reset


# 6bc33c8b 02-Jun-2022 Matthias Ringwald <[email protected]>

btstack_crypto: collect (de)init functions at the end


# f716959c 09-May-2022 Matthias Ringwald <[email protected]>

btstack_crypto: avoid HCI_EVENT_IS_COMMAND_COMPLETE macro


# f2a94e3b 27-Apr-2022 Matthias Ringwald <[email protected]>

btstack_crypto: fix warnings


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

license: update text


# 20eba63f 21-Jul-2021 Matthias Ringwald <[email protected]>

btstack_crypto: update init function


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

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


# 41f9be70 02-Jun-2021 Matthias Ringwald <[email protected]>

avoid function param modification


# 9305033e 01-Feb-2021 Matthias Ringwald <[email protected]>

MISRAC2012-Rule-14.4_c: compare against 0 or NULL


# 9bc5a72f 25-Jan-2021 Matthias Ringwald <[email protected]>

btstack_crypto: clear wait for hci result flag, fixes power off if rand was used last


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

btstack_crypto: support de-init


# 7ab974d9 16-Nov-2020 Matthias Ringwald <[email protected]>

btstack_crypto: assert if software ECC is not used but controller does not support ECDH operations


# 4ea43905 23-Jul-2020 Matthias Ringwald <[email protected]>

MISRAC2012-Rule-10.4_a: append 'u' to constant literals when used in unsigned expressions or comparisons


# 6fb5f0b5 03-Jul-2020 Matthias Ringwald <[email protected]>

btstack_crypto: use extracted btstack_crypto_ccm_handle_sn for btstack_crypto_ccm_calc_sn


# 547f262d 03-Jul-2020 Matthias Ringwald <[email protected]>

btstack_crypto: extra handling of aes128 results for use with controller and software aes128


# 8a2f4bb5 02-Jul-2020 Matthias Ringwald <[email protected]>

btstack_crypto: implement AES-CCM with software AES128


# 0d1523fe 14-May-2020 Matthias Ringwald <[email protected]>

fix warnings


123