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_openssl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use X509_STORE_CTX::untrusted, not X509_STORE_CTX::chain in CertVerifyCallback.
davidben@chromium.org
2014-05-27
1
-1
/
+1
*
Populate cert_key_types on OpenSSL.
davidben@chromium.org
2014-05-20
1
-4
/
+15
*
Implement SSL server socket over OpenSSL.
byungchul@chromium.org
2014-05-17
1
-163
/
+17
*
Enable False Start for OpenSSL.
davidben@chromium.org
2014-04-23
1
-0
/
+3
*
Remove OpenSSL #ifdefs.
davidben@chromium.org
2014-04-18
1
-16
/
+0
*
make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...
jar@chromium.org
2014-04-09
1
-2
/
+2
*
Revert 261966 "make SetReceiveBufferSize and SetSendBufferSize r..."
jschuh@chromium.org
2014-04-05
1
-2
/
+2
*
make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...
jar@chromium.org
2014-04-05
1
-2
/
+2
*
Introduce USE_OPENSSL_CERTS for certificate handling.
haavardm@opera.com
2014-03-28
1
-4
/
+10
*
Use sockets with unread data if they've never been used before.
davidben@chromium.org
2014-03-26
1
-5
/
+10
*
Do not assume OSCertHandle is OpenSSL's X509 structure.
haavardm@opera.com
2014-03-20
1
-21
/
+26
*
Make OpenSSL UpdateServerCert() OS independent.
haavardm@opera.com
2014-03-17
1
-22
/
+143
*
OpenSSL: don't allow the server certificate to change during renegotiation.
agl@chromium.org
2014-02-28
1
-8
/
+31
*
When clearing the session cache, also flush OpenSSLClientKeyStore.
yfriedman@chromium.org
2014-02-17
1
-0
/
+1
*
Close the correct end of the BIO pair on transport send failures in openssl.
davidben@chromium.org
2014-02-06
1
-5
/
+24
*
Add ERR_SSL_UNRECOGNIZED_NAME_ALERT for the TLS unrecognized_name alert.
wtc@chromium.org
2014-02-05
1
-0
/
+2
*
Handle crypto::ECPrivateKey::CreateFromEncryptedPrivateKeyInfo failure.
wtc@chromium.org
2014-01-25
1
-0
/
+2
*
Add BIO_write return value to crash dumps.
davidben@chromium.org
2014-01-23
1
-0
/
+4
*
Defer TLS session caching until after certificate verification
rsleevi@chromium.org
2013-12-27
1
-0
/
+1
*
Change SSLCertRequestInfo.host_and_port from string to HostPortPair.
mattm@chromium.org
2013-12-17
1
-1
/
+1
*
net: Implement new SSL session cache for OpenSSL sockets.
digit@chromium.org
2013-12-03
1
-137
/
+31
*
Allow close_notify during the SSL handshake to trigger TLS fallback on Android
mckev@amazon.com
2013-11-28
1
-0
/
+3
*
net: Add missing Autolock call to openssl SSLSessionCache::Flush()
digit@chromium.org
2013-11-21
1
-0
/
+1
*
Style: Clean-up SSLClientSocketOpenSSL to match header declaration
rsleevi@chromium.org
2013-11-09
1
-589
/
+584
*
Move internal SSLClientSocketOpenSSL methods to be private
rsleevi@chromium.org
2013-11-08
1
-17
/
+18
*
Enable TLS Channel ID for the openssl implementation of SSLClientSocket.
qsr@chromium.org
2013-10-25
1
-2
/
+69
*
Disable the HMAC-SHA256 and AES_256_GCM cipher suites for
wtc@chromium.org
2013-08-20
1
-3
/
+5
*
[net] Use scoped_ptr<> consistently in ClientSocketFactory and related code
akalin@chromium.org
2013-08-15
1
-3
/
+3
*
Add a CertVerifier flag to enable hard fail for local (non-public) trust anch...
rsleevi@chromium.org
2013-07-30
1
-0
/
+2
*
Disable SRP, HMAC-SHA384, and ECDH (but not ECDHE) cipher suites, to
wtc@chromium.org
2013-06-20
1
-3
/
+6
*
Report the new error ERR_SSL_DECRYPT_ERROR_ALERT when we receive the
wtc@chromium.org
2013-06-14
1
-1
/
+2
*
Update Android to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-13
1
-34
/
+35
*
Don't call SSL read/write callbacks after an SSL socket is deleted
rsleevi@chromium.org
2013-05-13
1
-0
/
+10
*
SSLClientSocketNSS should expect and properly handle when the
rsleevi@chromium.org
2013-05-09
1
-16
/
+19
*
net: move openssl_client_key_store from net/base to net/ssl
phajdan.jr@chromium.org
2013-04-02
1
-1
/
+1
*
Remove experimental code to pick the "warmest" socket
mmenke@chromium.org
2013-03-30
1
-16
/
+0
*
net: extract net/cert out of net/base
phajdan.jr@chromium.org
2013-03-29
1
-3
/
+3
*
net: split net/ssl out of net/base
phajdan.jr@chromium.org
2013-03-14
1
-4
/
+4
*
Wire up SSL client authentication for OpenSSL/Android through the net/ stack
digit@chromium.org
2013-03-02
1
-6
/
+9
*
Report SSL session resumption state for OpenSSL
rsleevi@chromium.org
2013-03-02
1
-0
/
+3
*
net: remove compression reporting util functions.
agl@chromium.org
2013-02-20
1
-2
/
+0
*
When reading from an SSL socket, attempt to fully fill the caller's buffer
rsleevi@chromium.org
2013-02-16
1
-9
/
+63
*
Move client certificates retrieval logic out of the SSL sockets.
ppi@chromium.org
2013-02-07
1
-2
/
+0
*
SSLClientSocket::IsConnected should care for internal buffers (OpenSSL)
toyoshim@chromium.org
2013-02-04
1
-10
/
+25
*
Add server certificate request parameters to be stored in SSLCertRequestInfo.
ppi@chromium.org
2013-01-09
1
-0
/
+15
*
On OpenSSL/Android, only schedule transport socket reads when the transport s...
rsleevi@chromium.org
2012-12-19
1
-0
/
+18
*
Do not artificially limit SSLClientSocketOpenSSL to reading 4K at a time.
rsleevi@chromium.org
2012-12-19
1
-4
/
+0
*
DEPS roll openssl to 1.0.1c
digit@chromium.org
2012-12-10
1
-0
/
+1
*
Prepare for OpenSSL 1.0.1c update.
digit@chromium.org
2012-09-07
1
-1
/
+4
*
Rename X509Certificate::VerifyFlags to CertVerifier::VerifyFlags
rsleevi@chromium.org
2012-08-23
1
-3
/
+3
[next]