index
:
direct_bt.git
alt_sendevent
bredr_2
connector_b_1.5
cor_locking
cow_locking
issue_308
issue_318
le_secure_connections
master
os_and_arch
simple_mutex0
simple_mutex2
tinyb
tinyb-2-clean
tinyb-master
Direct Bluetooth LE and BREDR programming, high-performance & reliable.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
direct_bt
/
SMPKeyBin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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: SMPKeyBin
v2.2.3
Sven Gothel
2021-02-02
1
-0
/
+200