-
Notifications
You must be signed in to change notification settings - Fork 126
Improve TLS documentation #339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #339 +/- ##
==========================================
+ Coverage 71.03% 71.38% +0.35%
==========================================
Files 49 49
Lines 4833 4837 +4
Branches 808 808
==========================================
+ Hits 3433 3453 +20
+ Misses 1066 1050 -16
Partials 334 334
Continue to review full report at Codecov.
|
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.
As expected, TLS docs are alphabet soup: TLS, CA, CRL, PEM, BER/DER
It would be nice to link to some definitions, or at least expand the abbreviations. Do you know of a place these could link to? Or are the abbreviations the best we can do?
See: python-ldap#55 Signed-off-by: Christian Heimes <cheimes@redhat.com> Co-authored-by: Petr Viktorin <encukou@gmail.com>
I have sorted the attributes by topic and rephrased some of the words (e.g. ASN.1 structure instead of DER/BER and spelled out certificate revocation list). |
Thank you! |
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.
For some reason, Travis CI is not reporting results. But the build for e3d82d6 passed: https://travis-ci.org/github/python-ldap/python-ldap/builds/695071320
See: #55
Signed-off-by: Christian Heimes cheimes@redhat.com