M1nd3r
|
4ec9abca9d
|
Fix handshake reading, session creation part 1
|
2024-04-26 19:30:46 +02:00 |
|
M1nd3r
|
a39ae465f2
|
Fix buffer, attempt 2
|
2024-04-26 19:30:46 +02:00 |
|
M1nd3r
|
2400cc3269
|
Fix buffer in channelContext
|
2024-04-26 19:30:46 +02:00 |
|
M1nd3r
|
bb15aef35e
|
Fix use of global buffer
|
2024-04-26 19:30:46 +02:00 |
|
M1nd3r
|
21fa5dc879
|
Remove unused import
|
2024-04-26 19:30:46 +02:00 |
|
M1nd3r
|
41551ffffa
|
Fix imports in thp_v1.py
|
2024-04-26 19:30:46 +02:00 |
|
M1nd3r
|
bd99a471e4
|
Sort imports in thp_v1.py
|
2024-04-26 19:30:46 +02:00 |
|
M1nd3r
|
82ea2f9946
|
Fix thp import error, part 1
|
2024-04-26 19:30:46 +02:00 |
|
M1nd3r
|
e62f82f7ed
|
Fix comments in main.py
|
2024-04-26 19:30:46 +02:00 |
|
M1nd3r
|
8161165edc
|
Suppress warnings in main.py
|
2024-04-26 19:30:46 +02:00 |
|
M1nd3r
|
ab6a915d6f
|
Update all_modules.py
|
2024-04-26 19:30:46 +02:00 |
|
M1nd3r
|
6599ada31c
|
Remove unused packet handlers
|
2024-04-26 19:30:46 +02:00 |
|
M1nd3r
|
cb620f1cb5
|
Remove redundant ignore
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
5befa64ee1
|
Resort channel context
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
ff87269092
|
Remove unused handlers, clean ChannelContext
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
8d9b95ef41
|
Fix style issue
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
8f7dbb4e55
|
Channels and sessions, handshake states
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
543843e05d
|
Structural adjustments
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
13fa46518d
|
Cache changes, part 1
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
480bd0bc44
|
Remove message type from device properties message
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
3ecb8d85a7
|
Fix style
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
9510aaef3a
|
Packet handlers, first draft
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
8723babd83
|
Fix style in SConscript.unix
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
f91b530097
|
Fix failing prebuild
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
6638542e49
|
Fix fw build
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
be421bdcc5
|
Add thp module to frozen build
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
3e781b24ab
|
Fix thp tests
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
6b9a2c64f1
|
Fix typo
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
a568bf5de3
|
Change log message
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
d75d875d9f
|
Fix bugs in synchronization and finding handlers
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
8c5faff65d
|
Change structure of THP implementation [Part 1]
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
798e792581
|
Fix typo in fido2 comment
|
2024-04-26 19:30:45 +02:00 |
|
matejcik
|
bc22a4aaf4
|
feat(core): introduce timeout to loop.wait()
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
70ed87c5fc
|
Build all_modules.py
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
843afaf8d4
|
Improve test slightly
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
09f0dc135a
|
Remove unnecessary comments in test
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
7ade02e2b7
|
Channel allocation handling + refactor
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
372998eb88
|
Fix formatting
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
79ab7875e6
|
Revert debuglink.py changes
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
1a79b15ee9
|
Revert "Improve handling of channel allocation requests"
This reverts commit 623f9e83d4788550e8216c0131f76c0b1e7fe61e.
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
123365b2bb
|
Improve handling of channel allocation requests
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
22418a2fe0
|
Improve tests
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
bbaac5ec1f
|
Update thp_v1 tests
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
ef18d2951a
|
Fix pylint issues
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
a887a957ed
|
Fix BLACK formatting using make style
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
c923fc9854
|
Fix BLACK formatting of context.py
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
b3539ffd11
|
Fix import formatting
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
3abb67f47e
|
Fix minor and formatting issues
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
d8c5678960
|
fix style prebuild errors
|
2024-04-26 19:30:45 +02:00 |
|
M1nd3r
|
e876b2023c
|
Fix awaits and debug output
|
2024-04-26 19:30:45 +02:00 |
|