| Commit message (Expand) | Author | Age | Files | Lines |
* | LE Resolvable Address: Handle identity- and resolvale-private-address (RPA), ... | Sven Gothel | 2023-10-25 | 1 | -8/+8 |
* | LE Resolvable Address: Support IRK: SMPIdentityResolvingKey (IRK w/ added id_... | Sven Gothel | 2023-10-25 | 1 | -2/+4 |
* | clang-tidy fixes part-3 / 4, adding Check `performance-*` | Sven Gothel | 2022-11-28 | 1 | -2/+2 |
* | clang-tidy fixes part-1 | Sven Gothel | 2022-11-27 | 1 | -1/+4 |
* | Adopt to jau::function<R(A...)> from jau::FunctionDef<> | Sven Gothel | 2022-09-16 | 1 | -1/+1 |
* | Adapt to `file_stats::to_string()` .. dropped 'use_space' paramter (jaulib c8... | Sven Gothel | 2022-07-22 | 1 | -4/+4 |
* | Adopt to jau::fs::dir_item change | Sven Gothel | 2022-07-07 | 1 | -3/+3 |
* | Adding C++ module/groups to separate the C++ API levels for the user; Adding ...v2.7.1 | Sven Gothel | 2022-05-22 | 1 | -0/+2 |
* | Adopt jau/file_util.hpp: Replacing code in SMPKeyBin and trial dbt_utils.hpp | Sven Gothel | 2022-05-18 | 1 | -62/+27 |
* | SMPKeyBin Cleanup, use explicit :: anonymous namespace for externals | Sven Gothel | 2022-05-01 | 1 | -3/+3 |
* | SMPKeyBin::uses_SC() added to conveniently determine whether SC is being used... | Sven Gothel | 2022-01-01 | 1 | -2/+2 |
* | SMPKeyBin::createAndWrite(..): Drop 'overwrite' argument as we shall set over... | Sven Gothel | 2021-11-19 | 1 | -1/+2 |
* | Move SMPKeyBin 'apply' to BTDevice, splitting functionality: setting + upload... | Sven Gothel | 2021-10-29 | 1 | -161/+0 |
* | SMPKeyBin: Entangle filename with instance: write(..) takes path instead of f... | Sven Gothel | 2021-10-28 | 1 | -12/+13 |
* | SMPKeyBin: Add helper to load all SMPKeyBin files from a directory, filter fo... | Sven Gothel | 2021-10-27 | 1 | -1/+74 |
* | SMPKeyBin (Version 5, C++/Java): Add IRK and (set/get) and also set CSRK | Sven Gothel | 2021-10-27 | 1 | -0/+75 |
* | SMPKeyBin::readAndApply(): Validate local- and remoteAddress; Java: Fix setti... | Sven Gothel | 2021-10-06 | 1 | -0/+22 |
* | SMPKeyBin Version 4: Add localAddress (adapter) to filename with shortened fo... | Sven Gothel | 2021-10-06 | 1 | -18/+37 |
* | Renamed SMP*KeyInfo -> SMP*Key: Simplify language and names | Sven Gothel | 2021-10-05 | 1 | -10/+10 |
* | Adopt to jaulib v0.4.9; Fixes BTSecurityRegistry::getStartOf(..) | Sven Gothel | 2021-10-05 | 1 | -2/+8 |
* | SMP SC (non-legacy): Add full Link Key (LK) support (SMP, SMPKeyBin, ..); Res... | Sven Gothel | 2021-09-28 | 1 | -3/+69 |
* | SMPKeyFile: Tightened Constraints: readAndApply(..) key file's BTSecurityLeve... | Sven Gothel | 2021-07-29 | 1 | -6/+32 |
* | SMPKeyBin: Make key base filename compatible to FAT32 Long filename (LFN)v2.2.6 | Sven Gothel | 2021-06-11 | 1 | -0/+11 |
* | SMPKeyBin: Allow BTSecurityLevel::NONE case; Add more convenient createAndWri... | Sven Gothel | 2021-02-21 | 1 | -28/+142 |
* | SMPKeyBin: Use fprintf_td(..) to have elapsedTime prependend | Sven Gothel | 2021-02-14 | 1 | -9/+9 |
* | SMPKeyBin::remove: Don't use C++17 stdlib's std::filesystem::remove() per def... | Sven Gothel | 2021-02-11 | 1 | -2/+10 |
* | SMPKeyBin: Add static remove(..) method, supporting deletion of key file. | Sven Gothel | 2021-02-11 | 1 | -2/+10 |
* | API String Conversion Simplification: get.*String() -> direct_bt::to_string()... | Sven Gothel | 2021-02-10 | 1 | -8/+8 |
* | SMPKeyBin (C++/Java): Add 'apply(BTDevice&)' method, setting Security params ... | Sven Gothel | 2021-02-09 | 1 | -0/+49 |
* | Promote persistent SMP Key Storage to API: SMPKeyBinv2.2.3 | Sven Gothel | 2021-02-02 | 1 | -0/+200 |