Conversation
Codecov Report❌ Patch coverage is
❌ Your project status has failed because the head coverage (78.80%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #5 +/- ##
============================================
+ Coverage 72.81% 78.80% +5.99%
- Complexity 354 428 +74
============================================
Files 21 25 +4
Lines 982 1293 +311
============================================
+ Hits 715 1019 +304
- Misses 267 274 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@ChadSikorra: Thanks a lot for your work about SCRAM and tls-unique support! Can you specify that DIGEST-MD5 and CRAM-MD5 are not secure and must not be used? Important about TLS Channel Binding:
You can see @fabiang sasl project here: Another projects where SCRAM supports have been done by @schengawegga:
It will be nice to talk all together about the PHP problem and to show that it is really important to have an improvement in PHP core: Linked to: |
Adding SCRAM support since DIGEST-MD5 is long since dead / unsupported. Adding SASL support server side to the LDAP library. But is also nice to support this from the client side.
Additionally adding some markdown doc.