Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Unified Diff: third_party/tlslite/README.chromium

Issue 3177015: Improve support for requesting client certs in tlslite (Closed)
Patch Set: Cert requests got turned on across the board Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/tools/testserver/testserver.py ('k') | third_party/tlslite/patches/ca_request.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/tlslite/README.chromium
diff --git a/third_party/tlslite/README.chromium b/third_party/tlslite/README.chromium
index 8e2d37290fe446a893836f7ac0114d5efb08b335..792d7e40833cca62a520c3079ae1af415be2bed5 100644
--- a/third_party/tlslite/README.chromium
+++ b/third_party/tlslite/README.chromium
@@ -10,3 +10,14 @@ Local Modifications:
http://sourceforge.net/mailarchive/forum.php?thread_name=41C9B18B.2010201%40ag.com&forum_name=tlslite-users
- patches/python26.patch: Replace sha, md5 module imports with hashlib, as
they are deprecated in Python 2.6
+- patches/ca_request.patch: tlslite/X509.py was changed to obtain the
+ DER-encoded distinguished name for a certificate, without requiring any
+ addition libraries.
+ tlslite/utils/ASN1Parser.py was changed to allow obtaining the unparsed
+ data for an element in a SEQUENCE, in addition to providing the parsed
+ value (tag and length removed)
+ tlslite/messages.py was changed from accepting/returning a single byte
+ array in the CertificateRequest message for the CA names to accept a list
+ of byte arrays, each containing a DER-encoded distinguished name.
+ tlslite/TLSConnection.py was changed to take a list of such byte arrays
+ when creating a TLS server that will request client authentication.
« no previous file with comments | « net/tools/testserver/testserver.py ('k') | third_party/tlslite/patches/ca_request.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698