- 20 Nov, 2015 1 commit
-
-
Piotr Jastrzebski authored
Change-Id: I5f8b80c027f72af2af9aeab74a8c29adaf43c5f7
-
- 05 Nov, 2015 1 commit
-
-
Dan Albert authored
Bug: http://b/22403888 Change-Id: Iac28f3da6a185e63a9190e6ca9223836cf3103ed
-
- 30 Sep, 2015 1 commit
-
-
Kenny Root authored
Change-Id: I2908fc4f7146a6c70309b41a5290434f3efdc9ba
-
- 16 Sep, 2015 1 commit
-
-
Paul Lietar authored
The OpenSSLX509Certificate is still immutable. Instead a modified copy is returned. The use case for this is recreating the TBS component of a Precertificate as described by RFC6962 section 3.2. Change-Id: I2a9305ae7464642910decaf5ab46121a6f15d722
-
- 27 Apr, 2015 1 commit
-
-
Yohann Roussel authored
This reverts commit eaa28762. The workaround is not needed any more. Change-Id: I2fe42548af399bac943dddf5207987c980cf8f7e
-
- 24 Apr, 2015 1 commit
-
-
Adam Langley authored
NativeConstants.java is generated by a C program and thus the values will automatically be kept in sync with the contents of the OpenSSL headers. Bug: 20521989 Change-Id: Ib5a97bf6ace05988e3eef4a9c8e02d0f707d46ad
-
- 23 Apr, 2015 1 commit
-
-
Kenny Root authored
It should build against the SDK so it doesn't depend on a bunch of stuff unavailable in an unbundled build scenario. Change-Id: Ib1c2bd90585ea5823c3e5cf2a3e1efed815f2f23
-
- 22 Apr, 2015 1 commit
-
-
Chad Brubaker authored
This wraps the conscrypt OpenSSLSocketImpl with an adapter that is a subclass of the platform's OpenSSLSocketImpl in order to support old code that does casts to the platform OpenSSLSocketImpl in order to set things like SNI. Until KK the platform OpenSSLSocketImpl was org.apache.harmony.xnet.provider.jsse.OpenSSLSocketImpl, in KK it became com.android.org.conscrypt.OpenSSLSocketImpl. As of L MR1 the platform HTTP stack no longer casts to the platform OpenSSLSocketImpl and this work around is not needed on those devices. Change-Id: I196ad957eabfc70246d9c01aa12855a8eab036f0
-
- 09 Apr, 2015 1 commit
-
-
Yohann Roussel authored
This is a temporary workround to avoid intermittent failure on build server for ub-conscrypt Bug: 20132430 Change-Id: I781fb968ed7d0f40f908cf1ab7882957a911611b
-
- 07 Apr, 2015 1 commit
-
-
Chad Brubaker authored
This wraps the conscrypt OpenSSLSocketImpl with an adapter that is a subclass of the platform's OpenSSLSocketImpl in order to support old code that does casts to the platform OpenSSLSocketImpl in order to set things like SNI. Until KK the platform OpenSSLSocketImpl was org.apache.harmony.xnet.provider.jsse.OpenSSLSocketImpl, in KK it became com.android.org.conscrypt.OpenSSLSocketImpl. As of L MR1 the platform HTTP stack no longer casts to the platform OpenSSLSocketImpl and this work around is not needed on those devices. Change-Id: I196ad957eabfc70246d9c01aa12855a8eab036f0
-
- 31 Mar, 2015 1 commit
-
-
Colin Cross authored
Change-Id: Ia19450f2b9e9d396b88ccb96384224518def6ef3
-
- 11 Mar, 2015 1 commit
-
-
Kenny Root authored
OpenSSL flavor of Conscrypt still uses the dynamic engine, so don't directly depend on the library since it will be in the SSL ENGINE directory in /system/lib{64,}/ssl/engines Bug: 19698929 Change-Id: Id7e3f6ffaca2073a016db546e1014d50ef4ad0db
-
- 25 Feb, 2015 1 commit
-
-
Adam Langley authored
I had these in my local client and didn't notice until now. Change-Id: I9c61447691d358acbaadb9b9a2f068b4106d266c
-
- 30 Jan, 2015 1 commit
-
-
Adam Langley authored
Change-Id: I96a0ee6b51736aa842055dc17750c1d565f19174
-
- 17 Dec, 2014 1 commit
-
-
Elliott Hughes authored
Change-Id: I979ecd044d85c757c2b8a88fbd97201e75c19cdc
-
- 24 Nov, 2014 1 commit
-
-
Kenny Root authored
Change-Id: I9234e649a910408cff9f9d33008642e0c8334276
-
- 19 Nov, 2014 1 commit
-
-
Adam Langley authored
This is quite a substantial change because of the changes to ENGINEs in BoringSSL. For the most part, #ifs are used to allow the code to work with either OpenSSL or BoringSSL. However, in several places, support for things that BoringSSL is dropping have been removed, even when OpenSSL is used. This includes DSA keys and tests for the ENGINE bits that are going away because it's unclear how to skip compiling those tests. Change-Id: I941a5ed232391f84b45e070c19d2ffb7ad162b7b
-
- 28 Oct, 2014 1 commit
-
-
Elliott Hughes authored
Bug: 18158015 Change-Id: I163ce8c755d217741439d40f334d86f545f89aee
-
- 19 Jun, 2014 1 commit
-
-
Brian Carlstrom authored
Bug: 14298175 Change-Id: I5035075f2453b692f86fff8fe852c954698e40ed
-
- 11 Jun, 2014 1 commit
-
-
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
-
- 13 Jun, 2014 1 commit
-
-
Justin Morey authored
Change-Id: Ie0d9f83e366c0b99994eb861ae567d454cbbea5b
-
- 09 Jun, 2014 1 commit
-
-
Ian Rogers authored
Switch host build to clang as conscrypt uses C++11 and not all GCC host compilers support it. Bug: 13751317 Change-Id: I74ffdda695e47967b61a133c8b6fc52f6547a3a0
-
- 30 May, 2014 2 commits
-
-
Kenny Root authored
To aid in building Conscrypt with gradle, move the platform-only files out to a separate directory. Change-Id: I8f07959055261f6b9f2a0ac26dea2f6431d9edbe
-
Kenny Root authored
Don't build the host JNI library in an unbundled build since it's only needed for testing currently. Change-Id: I6b6003e86d9f6ff2d87431f156f4984f56592791
-
- 29 May, 2014 1 commit
-
-
Kenny Root authored
This allows us to create a gradle library that people can include. Change-Id: I7f845ae0738b8d414781a34fef6bc28bebebb994
-
- 27 May, 2014 3 commits
-
-
Kenny Root authored
This reverts commit ec9c6dc1. Change-Id: Icfdeec757357a7449640198548963d2095d8cf92
-
Kenny Root authored
Re-arrange Java library compilation to allow reuse of previous compilations which speeds up the overall compilation by a bit. Change-Id: I7ec172dd8ca2450d26ecec2a5dae13de5c00299b
-
Kenny Root authored
This is the first pass at getting Conscrypt to compile standalone. It works fine in apps currently. There are a few TODOs to fix. Change-Id: I9b43ba12c55e04c8897ccacf38979ca671a55a26
-
- 25 Nov, 2013 1 commit
-
-
Narayan Kamath authored
Use the new BUILD_HOST_DALVIK_JAVA_LIBRARY rule instead. (cherry picked from commit 44419837) Change-Id: Ib126703f927c0f6e7f8c3746ff7348864aa49a39
-
- 28 Oct, 2013 1 commit
-
-
Narayan Kamath authored
Use the new BUILD_HOST_DALVIK_JAVA_LIBRARY rule instead. Change-Id: I05850d36c90a5646e5c1f6c69842dcb6f071527b
-
- 02 Oct, 2013 4 commits
-
-
Kenny Root authored
This reverts commit 47af0857.
-
Kenny Root authored
Change-Id: I1096e1bebc11aae36df359cf39ceec4a2367afbd
-
Kenny Root authored
Change-Id: Ic6d1d787a3e22deca8b2cd4a52e443d06391243e
-
Kenny Root authored
Remove some dependencies on makefile orders from other libcore files. Change-Id: Iff62a2aebf3b58227fbe3157371c85c33f2db097
-
- 16 Sep, 2013 1 commit
-
-
Kenny Root authored
Change-Id: I6c12a0e038a86b186b5d88b9f0ff28b8480b4aed
-