Conversation
Codecov Report
@@ Coverage Diff @@
## master #2981 +/- ##
==========================================
+ Coverage 92.57% 92.63% +0.06%
==========================================
Files 577 599 +22
Lines 66744 70480 +3736
Branches 6391 6671 +280
==========================================
+ Hits 61785 65288 +3503
- Misses 4926 5159 +233
Partials 33 33
Continue to review full report at Codecov.
|
|
This pull request introduces 1 alert when merging b8cd79c into 1522871 - view on LGTM.com new alerts:
|
|
This pull request introduces 1 alert when merging 8d0686a into 1522871 - view on LGTM.com new alerts:
|
|
This pull request introduces 1 alert when merging beff990 into 1522871 - view on LGTM.com new alerts:
|
|
This pull request introduces 1 alert when merging 17c2e54 into db89870 - view on LGTM.com new alerts:
|
* New_Session_Ticket * PSK extension * EarlyDataIndication extension
Co-Authored-By: Hannes Rantzsch <hannes.rantzsch@nexenio.com>
After handshake messages are created they are dropped into this method for book keeping and compile-time message type checking. Afterwards messages are further processed and eventually sent. Hence, the old method name was fairly misleading. Co-Authored-By: Hannes Rantzsch <hannes.rantzsch@nexenio.com>
This allows for client authentication using certificates in the main handshake. Post-handshake authentication is out of scope of this commit Co-authored-by: René Meusel <rene.meusel@nexenio.com>
17c2e54 to
26b593c
Compare
|
I just recreated this integration based on the current master (containing the basic TLS 1.3 client implementation). |
|
Closing, as all the integrated branches are now merged. |
This contains the full integration of all pending TLS 1.3 feature branches. It's meant as a vehicle for integration testing on the CI, not for merging.