- 20 Jun, 2014 5 commits
-
-
Alex Klyubin authored
* commit '4f59b745': Assert that the padding extension is enabled by default.
-
Alex Klyubin authored
* commit '13f0c44c': Make setEnabledProtocols/CipherSuites copy their inputs.
-
Alex Klyubin authored
* commit 'd704c478': Assert that the padding extension is enabled by default.
-
Alex Klyubin authored
* commit '35f7742c': Make setEnabledProtocols/CipherSuites copy their inputs.
-
Alex Klyubin authored
-
- 19 Jun, 2014 13 commits
-
-
Alex Klyubin authored
SSLSocket, SSLServerSocket, and SSLEngine offer setEnabledProtocols and setEnabledCipherSuites methods which take an array of protocols or cipher suites as input. If these methods store references to the input arrays, then the internal state (lists of enabled protocols and cipher suites) of SSLSocket, SSLServerSocket, and SSLEngine could be modified without going through the setter methods of these classes. Bug: 15753142 Change-Id: Ia5248050d81320ed1da99892278bd60872605f52
-
Alex Klyubin authored
* commit 'c961c78c': Remove unnecessary comments in SSLParametersImpl.
-
Alex Klyubin authored
* commit 'f17361e7': Remove unnecessary comments in SSLParametersImpl.
-
Alex Klyubin authored
This is a follow-up cleanup requested during the code review of ae2ecac0. Change-Id: I6c8ac2392c5f88ee732f5aa204e20cc1ee7e32d8
-
Alex Klyubin authored
* commit 'a906b5cc': Adjust the list of supported ECDHE-PSK cipher suites.
-
Alex Klyubin authored
* commit 'b2713e36': Adjust the list of supported ECDHE-PSK cipher suites.
-
Alex Klyubin authored
am 54e5afb0: am 8a624688: Merge "SSLParametersImpl is the source of enabled cipher suites and protocols." * commit '54e5afb0': SSLParametersImpl is the source of enabled cipher suites and protocols.
-
Alex Klyubin authored
Change-Id: I1c8aa589e3274bfd3a5fc66c3e948828903c1966
-
Alex Klyubin authored
* commit '8a624688': SSLParametersImpl is the source of enabled cipher suites and protocols.
-
Brian Carlstrom authored
* commit 'bf877901': Switch from core to core-libart
-
Brian Carlstrom authored
* commit 'ecd29abc': Switch from core to core-libart
-
Brian Carlstrom authored
Bug: 14298175 Change-Id: I5035075f2453b692f86fff8fe852c954698e40ed
-
Alex Klyubin authored
-
- 18 Jun, 2014 1 commit
-
-
Alex Klyubin authored
-
- 16 Jun, 2014 1 commit
-
-
Alex Klyubin authored
The SHA-2 based cipher suites cannot be used with SSLv3 but there is no way to express that in OpenSSL's configuration. This CL thus adjusts the list of supported cipher suites accordingly. Bug: 15073623 Change-Id: I427c99f4c1c72690d95e5a3c63763631c41ddae2
-
- 13 Jun, 2014 8 commits
-
-
Alex Klyubin authored
* commit 'ff3c2044': Use the new version of TLS Channel ID extension.
-
Alex Klyubin authored
* commit '69c36470': Use the new version of TLS Channel ID extension.
-
Alex Klyubin authored
Bug: 14083889 Change-Id: I5fe0a1558184d44eb8a24bd92c0e7517937f3a5c
-
Justin Morey authored
* commit 'dea78c6f': Add support for a Google Play Services version of the JNI lib
-
Alex Klyubin authored
* commit 'b4510b0f': Make TLS Channel ID tests use ECDHE_RSA key exchange.
-
Justin Morey authored
* commit '90c92a2b': Add support for a Google Play Services version of the JNI lib
-
Alex Klyubin authored
* commit 'ea7cf2a1': Make TLS Channel ID tests use ECDHE_RSA key exchange.
-
Alex Klyubin authored
TLS Channel ID requires ECDHE-based key exchange. Change-Id: I722135c96a3ce700dcdf1646d2a71654923bb85c
-
- 11 Jun, 2014 12 commits
-
-
Ian Rogers authored
* commit '23d99f15': Fix 64-bit build error.
-
Kenny Root authored
* commit 'fb07b3ce': Add ability to wrap platform keys
-
Justin Morey authored
* commit 'e553da19': Build conscrypt_unbundled using Gradle
-
Georgi Nikolov authored
* commit '3a698c26': Move FileClientSessionCache to main directory
-
Ian Rogers authored
* commit '1b60d4ff': Fix 64-bit build error.
-
Ian Rogers authored
Change-Id: I7ff48af2991fc03811c7874a974b9052934d27ae
-
Ian Rogers authored
* commit 'c7019557': Remove deprecated WITH_HOST_DALVIK.
-
Kenny Root authored
* commit 'f24ba062': Add ability to wrap platform keys
-
Kenny Root authored
This is mostly useful for unbundled Conscrypt currently when working with KeyChain-based keys, but could be good for use with PKCS11-like keys in other JSSE providers. Bug: 15469749 Change-Id: I56bf2eaf3228bdf42d671437f4fffdafb8b47b12
-
Justin Morey authored
* commit 'ba94b3df': Build conscrypt_unbundled using Gradle
-
Georgi Nikolov authored
* commit '47e40a5c': Move FileClientSessionCache to main directory
-
Justin Morey authored
Change-Id: I96ae5539b6195ccbeb92af1beb7e78660ef757a1
-