index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
socket
/
ssl_client_socket_mac.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Mac] Fixes SSLClientSocketMac to report net::ERR_SSL_PROTOCOL_ERROR when the...
andybons@chromium.org
2009-12-16
1
-2
/
+1
*
Handle unexpected connection close during SSL handshake on Mac
kinuko@chromium.org
2009-12-15
1
-0
/
+7
*
Rename GetNextProtocol -> GetNextProto
agl@chromium.org
2009-12-11
1
-1
/
+1
*
Add GetNextProtocol method to SSLClientSocket.
agl@chromium.org
2009-12-10
1
-0
/
+6
*
Define X509Certificate::intermediate_ca_certs_ as a std::vector of
wtc@chromium.org
2009-12-09
1
-1
/
+5
*
Comment typo.
avi@chromium.org
2009-12-04
1
-1
/
+1
*
Do not call GetServerCert whenever SSLHandshake returns. Call
wtc@chromium.org
2009-12-01
1
-8
/
+13
*
Improve Mac SSL code:
avi@chromium.org
2009-11-06
1
-114
/
+23
*
Add LoadLog to ClientSocket::Connect().
willchan@chromium.org
2009-11-02
1
-95
/
+119
*
Map errSSLPeerHandshakeFail to ERR_SSL_PROTOCOL_ERROR.
willchan@chromium.org
2009-10-29
1
-0
/
+3
*
Make SSLClientSocketMac full-duplex
ukai@chromium.org
2009-10-23
1
-120
/
+137
*
Enable certificate revocation and EV certificate validation for Mac
hawk@chromium.org
2009-10-16
1
-2
/
+4
*
Remember the server certificate on Mac OS X even if the handshake fails
hawk@chromium.org
2009-10-13
1
-1
/
+4
*
Uncouple the cert verifier when disconnecting to avoid a callback after a SSL...
hawk@chromium.org
2009-09-15
1
-0
/
+2
*
Add methods for setting socket buffers to the Socket
mbelshe@google.com
2009-09-09
1
-0
/
+8
*
Enable SSL session resumption for Mac OS X.
hawk@chromium.org
2009-09-03
1
-26
/
+132
*
Enable SSLClientSocketTest unit tests on Mac OS X by implementing our own cer...
hawk@chromium.org
2009-08-27
1
-45
/
+64
*
Fix a typo IsCertStatusError. It should be IsCertificateError.
wtc@chromium.org
2009-08-25
1
-3
/
+5
*
Implement SSL certificate error handling on the Mac. If the user gives
wtc@chromium.org
2009-08-13
1
-35
/
+64
*
Initialize 'processed' to 0 before passing its address to SSLRead or
wtc@chromium.org
2009-08-06
1
-6
/
+10
*
If a write is pending, just add it to the buffer. Don't trigger a second conc...
avi@chromium.org
2009-07-29
1
-0
/
+11
*
Properly let the SSL engine know when the underlying stream is closed.
avi@chromium.org
2009-07-16
1
-2
/
+4
*
Move socket related files from net/base to net/socket.
willchan@chromium.org
2009-06-22
1
-0
/
+762