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

Unified Diff: net/ssl/ssl_client_cert_type.h

Issue 1133863004: Prune some remnants of DSA client certificate support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test server Created 5 years, 7 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
Index: net/ssl/ssl_client_cert_type.h
diff --git a/net/ssl/ssl_client_cert_type.h b/net/ssl/ssl_client_cert_type.h
index dd6e997a1c53a06d250fe41ae1ff2f338a276758..d15d06d5c2831652488201740bccd5b53bee8b1e 100644
--- a/net/ssl/ssl_client_cert_type.h
+++ b/net/ssl/ssl_client_cert_type.h
@@ -11,7 +11,6 @@ namespace net {
// http://www.iana.org/assignments/tls-parameters/tls-parameters.xml#tls-parameters-1
enum SSLClientCertType {
CLIENT_CERT_RSA_SIGN = 1,
- CLIENT_CERT_DSS_SIGN = 2,
CLIENT_CERT_ECDSA_SIGN = 64,
// 224-255 are Reserved for Private Use, we pick one to use as "invalid".
CLIENT_CERT_INVALID_TYPE = 255,

Powered by Google App Engine
This is Rietveld 408576698