summaryrefslogtreecommitdiffstats
path: root/luni/src
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add a test for an already-fixed publicly-reported bug."Elliott Hughes2012-04-041-0/+10
|\
| * Add a test for an already-fixed publicly-reported bug.Elliott Hughes2012-04-041-0/+10
* | am bc5c2fdf: am 9b25ac0e: am d903a83f: Add No Arg Constructor for Some TestsBrian Muramatsu2012-04-033-36/+0
|\ \
| * | Add No Arg Constructor for Some TestsBrian Muramatsu2012-04-023-36/+0
* | | Add test for case insensitivity in OpenSSLSignature.Geremy Condra2012-04-021-0/+37
* | | Disable TLSv1.1 and TLSv1.2 by defaultBrian Carlstrom2012-03-285-4/+10
* | | Merge "Use WRAP/UNWRAP for key exchange"Brian Carlstrom2012-03-272-5/+8
|\ \ \ | |_|/ |/| |
| * | Use WRAP/UNWRAP for key exchangeBrian Carlstrom2012-03-272-5/+8
* | | Merge "Use the release name in Locale's table of releases."Elliott Hughes2012-03-261-1/+1
|\ \ \
| * | | Use the release name in Locale's table of releases.Elliott Hughes2012-03-261-1/+1
* | | | Merge "More support for ENGINE-based keys"Kenny Root2012-03-266-22/+65
|\ \ \ \
| * | | | More support for ENGINE-based keysKenny Root2012-03-266-22/+65
| | |/ / | |/| |
* | | | Don't use the SSL_CTX prefix for a method that takes an SSL.Jesse Wilson2012-03-264-7/+7
|/ / /
* | | Fix phone bootBrian Carlstrom2012-03-251-3/+3
* | | Merge "Expose NPN in OpenSSL."Jesse Wilson2012-03-254-84/+288
|\ \ \
| * | | Expose NPN in OpenSSL.Jesse Wilson2012-03-254-84/+288
* | | | Split OpenSSLRSAPrivateCrtKey from OpenSSLRSAPrivateKeyBrian Carlstrom2012-03-226-232/+341
|/ / /
* | | Tracking openssl-1.0.1Brian Carlstrom2012-03-2112-21/+44
* | | Remove unnecessary last parameter to nativeExit.Jeff Brown2012-03-151-3/+3
* | | Merge "Add support for OpenSSL engines"Kenny Root2012-03-138-15/+386
|\ \ \
| * | | Add support for OpenSSL enginesKenny Root2012-03-138-15/+386
* | | | Make classes accessible to ParsedHeadersTestBrian Carlstrom2012-03-122-3/+12
* | | | Merge "Fix incorrect documentation for non proxy hosts."Jesse Wilson2012-03-121-3/+3
|\ \ \ \
| * | | | Fix incorrect documentation for non proxy hosts.Jesse Wilson2012-03-121-3/+3
| |/ / /
* | | | CA certificate update: Security Communication RootCA2Brian Carlstrom2012-03-121-0/+78
* | | | getPeerHostName should check for null InetAddressBrian Carlstrom2012-03-081-1/+8
* | | | Use KeyManagementException with causes to report errorsBrian Carlstrom2012-03-081-19/+14
|/ / /
* | | System: incorporate comments from previous review.Nick Kralevich2012-03-021-3/+2
* | | System: improve setSecurityManager documentation.Nick Kralevich2012-03-021-0/+2
|/ /
* | Fix asynchronous interruption of Socket.connect with a timeout.Elliott Hughes2012-02-163-25/+59
* | Merge "Fix JNI yet again to have same return types"Kenny Root2012-02-161-2/+2
|\ \
| * | Fix JNI yet again to have same return typesKenny Root2012-02-161-2/+2
* | | Merge "Add a way to clear stored trusted certificates."Selim Gurun2012-02-162-0/+21
|\ \ \ | |/ / |/| |
| * | Add a way to clear stored trusted certificates.Selim Gurun2012-02-162-0/+21
* | | Merge "OpenSSL block ciphers, part 1"Kenny Root2012-02-162-1/+193
|\ \ \
| * | | OpenSSL block ciphers, part 1Kenny Root2012-02-162-1/+193
* | | | Throw SecurityException for DNS without INTERNET permission.Elliott Hughes2012-02-162-8/+17
|/ / /
* | | Introduce an ExtendedResponseCache interface.Jesse Wilson2012-02-155-9/+70
* | | Don't attempt to parse an HTTP response body on HEAD requests.Jesse Wilson2012-02-152-2/+30
* | | Fix an ICS regression with hasArray on a JNI-allocated DirectByteBuffer.Elliott Hughes2012-02-0824-137/+92
* | | Fix an ICS DatagramPacket bug.Elliott Hughes2012-02-074-45/+55
* | | Merge "Rely more on the C library level DNS caching."Elliott Hughes2012-02-062-60/+15
|\ \ \
| * | | Rely more on the C library level DNS caching.Elliott Hughes2012-02-062-60/+15
* | | | am 6f32bcec: am 6e678367: am 99918765: Fix for number pattern tests for devic...pnath2012-02-062-0/+11
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix for number pattern tests for devices not supporting "ar" localepnath2012-02-062-0/+11
| * | | DO NOT MERGE Fix testCalendarSerializationBrian Muramatsu2012-02-021-1/+3
* | | | Fix some list javadoc.Elliott Hughes2012-02-064-18/+18
| |/ / |/| |
* | | Change return type to match functionKenny Root2012-02-031-8/+8
* | | Merge changes I8d0d8eac,If9223d17Kenny Root2012-02-037-29/+442
|\ \ \
| * | | OpenSSL keys add hashCode, equals, and toStringKenny Root2012-02-036-6/+341