-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
TLS refactor #227
base: master
Are you sure you want to change the base?
TLS refactor #227
Conversation
123d004
to
dd4966c
Compare
388d807
to
914717f
Compare
914717f
to
8f44010
Compare
Udelej rebase + oprav buildovani a ja to nasadim na test |
process/tls_parser.hpp
Outdated
uint32_t m_packet_length{0}; | ||
|
||
uint32_t m_header_section_size {0}; | ||
constexpr static inline const uint32_t TLS_RANDOM_BYTES_LENGTH = 32; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Toto uz je prekombinovane
constexpr static inline const uint32_t TLS_RANDOM_BYTES_LENGTH = 32; | |
static constexpr uint32_t TLS_RANDOM_BYTES_LENGTH = 32; |
@@ -0,0 +1,148 @@ | |||
// Single file sha256 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tento soubor chybi v Makefile a proto neprochazi build
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #227 +/- ##
==========================================
+ Coverage 40.78% 41.55% +0.77%
==========================================
Files 104 105 +1
Lines 10124 10307 +183
Branches 1492 1489 -3
==========================================
+ Hits 4129 4283 +154
- Misses 5130 5163 +33
+ Partials 865 861 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
No description provided.