Status: Started
Owner:
w...@chromium.org
CC:
rsl...@chromium.org
Labels: Type-Bug Pri-2 Area-Internals Internals-Network-SSL Mstone-21
New issue 129209 by
w...@chromium.org: SSLClientSocketNSS should map client
certificate related SSL alerts to ERR_BAD_SSL_CLIENT_AUTH_CERT
http://code.google.com/p/chromium/issues/detail?id=129209
SSLClientSocketNSS should map the following client certificate related SSL
alerts
to ERR_BAD_SSL_CLIENT_AUTH_CERT:
access_denied
bad_certificate
unsupported_certificate
certificate_expired
certificate_revoked
certificate_unknown
unknown_ca
This matches the code in
net/socket/ssl_client_socket_win.cc
net/socket/ssl_client_socket_oenssl.cc
net/socket/ssl_client_socket_mac.cc