- 17 Apr, 2012 1 commit
-
-
Brett Chabot authored
Will be replaced with library built from external/junit. Bug 5826326 Change-Id: I78518a04b57bade113b1797a808ec1a39bd82ad7
-
- 11 Apr, 2012 1 commit
-
-
Brett Chabot authored
Bug 5826326 Change-Id: Iddb8b8ed7b056d705375a2d458c26ba83fc07d7f
-
- 04 Apr, 2012 3 commits
-
-
Brian Muramatsu authored
* commit '83b85dfe':
-
Elliott Hughes authored
-
Elliott Hughes authored
Bug: http://code.google.com/p/android/issues/detail?id=28095 Change-Id: I26ff2834becce6f51e668ec71b4e5050b15f06cd
-
- 03 Apr, 2012 8 commits
-
-
Brian Muramatsu authored
* commit 'e660af5f':
-
Brian Muramatsu authored
* commit 'bc5c2fdf': Add No Arg Constructor for Some Tests
-
Brian Muramatsu authored
* commit 'f06967f5':
-
Brian Muramatsu authored
* commit '9b25ac0e': Add No Arg Constructor for Some Tests
-
Brian Muramatsu authored
* commit 'd903a83f': Add No Arg Constructor for Some Tests
-
Brian Muramatsu authored
* commit 'd903a83f': Add No Arg Constructor for Some Tests
-
Brian Muramatsu authored
* commit 'd903a83f': Add No Arg Constructor for Some Tests
-
Mike Lockwood authored
-
- 02 Apr, 2012 2 commits
-
-
Geremy Condra authored
Change-Id: I0741891ea7bb3e0913374d3090296a40767610b5
-
Brian Muramatsu authored
http://code.google.com/p/android/issues/detail?id=26543 Without a no arg constructor, these tests cannot be instantiated by the test runner when trying to run a single test. Change-Id: I250282319a6ed8f9af828f27341773adc468932f
-
- 28 Mar, 2012 3 commits
-
-
Brian Carlstrom authored
Bug: 6234791 Change-Id: I5d829211c9e1d5672fc96e42ef603c53d789e695
-
Brian Carlstrom authored
-
Brian Carlstrom authored
Bug: http://code.google.com/p/android/issues/detail?id=12955 Change-Id: I1a2be021e0a22ec6a00ba354fb3f19a78c601be9
-
- 26 Mar, 2012 8 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
Bug: 5905761 Change-Id: If0fc5fd19bddefd72f216e8c230893b0387fa03d
-
Kenny Root authored
-
Kenny Root authored
Tweak some of the parameters for RSA and DSA keys to allow ENGINE-based keys to exist without needing to define private key material. Change-Id: Ide2884d6d97636ae2178f8e789eaeec1babd9650
-
Jesse Wilson authored
The implementation is asymmetric: enabling NPN is per-context, but actually looking up the negotiated protocol is per-SSL. This caused me to screw up in following the SSL_CTX naming scheme; I applied it in too many places. Change-Id: I5bd1be334d513f220086c901527d0b8416f2ba3f
-
Brian Carlstrom authored
(cherry picked from commit a8ef467e8e6be1681d63fe692ecce3b301801faa) Change-Id: I650d1fc98277b64f127204cae408acb69db354e9
-
Jesse Wilson authored
-
Jesse Wilson authored
This is derived from costin's change Ib18da136cb628515d6909c438cd0809452d7058a. It moves the protocols data to the AppData's callbacks so the memory can be released when the handshake completes. Change-Id: Id61feaa6f28250e393f5c8093688b099e92dce9c
-
- 23 Mar, 2012 1 commit
-
-
Brian Carlstrom authored
Change-Id: I2daff9fbb29f64366b24927824867ec40551ed83
-
- 22 Mar, 2012 1 commit
-
-
Brian Carlstrom authored
Change-Id: I6a58044162758b3b74db5d17e9044f97dbe53bae
-
- 21 Mar, 2012 1 commit
-
-
Brian Carlstrom authored
Bug: 6168278 Change-Id: I240d2cbc91f616fd486efc5203e2221c9896d90f
-
- 16 Mar, 2012 1 commit
-
-
Jeff Brown authored
Change-Id: I4c46e643647440fb3606179f773cd202a38a36ce
-
- 13 Mar, 2012 2 commits
-
-
Kenny Root authored
-
Kenny Root authored
This allows OpenSSL ENGINE to be used for RSA and DSA private key operations. Also add in support for directly passing an OpenSSLKey to the OpenSSLSocketImpl in case we are using ENGINEs. Change-Id: Ia31735109052a13e421900b69ba5de13bbce0f6f
-
- 12 Mar, 2012 4 commits
-
-
Brian Carlstrom authored
Bug: 5835156 (cherry picked from commit 943036db28577070ae5b5fed5051a2e47d95f6ea) Change-Id: I7a1a9d7ae7003e54847fb2b0e99cc560e1fe34f0
-
Jesse Wilson authored
-
Jesse Wilson authored
Bug: http://b/6152698 Change-Id: I5b0bd61aeaf8d27c0087210859de1fd2cbcf88d7
-
Brian Carlstrom authored
Added SHA1 : 5F:3B:8C:F2:F8:10:B3:7D:78:B4:CE:EC:19:19:C3:73:34:B9:C7:74 Subject : C=JP, O=SECOM Trust Systems CO.,LTD., OU=Security Communication RootCA2 Bug: http://code.google.com/p/android/issues/detail?id=26616 Change-Id: I9e37c787029a84b19a725773f30b9d8bc6842ebf
-
- 08 Mar, 2012 2 commits
-
-
Brian Carlstrom authored
The address can be null for SSLSockets that have not been connected. Bug: 5835165 (cherry picked from commit cb047c49abcf3b7b5c231b68431c291fe2d81b52) Change-Id: I12eb92ab0cdb42b89333361a485979c48365d5da
-
Brian Carlstrom authored
Before the code would squash excecptions into null values, then turn the values back into KeyManagementException. Now the code preservers the underlying exception as the cause of the KeyManagementException. (cherry picked from commit b6d100ca03dd4c576c6735ce510cecc70d2e6617) Change-Id: Ia833145839578760ed9b49c626e8d4ab86ceacbe
-
- 02 Mar, 2012 2 commits
-
-
Nick Kralevich authored
Change-Id: Ieb6a4c75389dbafe832db0c3a2efdd133a062e73
-
Nick Kralevich authored
Make it clearer that setSecurityManager method always throws a SecurityException. It's easy to miss the current "@throws SecurityManager always" line when you're reading the docs. Change-Id: Id5475bd952bd4e4a27a0058034c1b508b28a4f0f
-