summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
...
* | Add a test for KxmlSerializer attributes with whitespace chars.Jesse Wilson2012-08-011-0/+9
* | Add OpenSSL provider for SHA1PRNGKenny Root2012-08-013-0/+52
* | Remove more cruft.Elliott Hughes2012-08-014-18/+3
* | Signature.verify should not throw if called twiceBrian Carlstrom2012-07-231-1/+1
* | Merge "Fix OpenSSLSocketImpl.close race"Brian Carlstrom2012-07-231-2/+2
|\ \
| * | Fix OpenSSLSocketImpl.close raceBrian Carlstrom2012-07-231-2/+2
* | | Provider should enumerate services in the order they are addedBrian Carlstrom2012-07-231-566/+0
|/ /
* | Merge "CertificateRequest should handle case where certificate is requested b...Brian Carlstrom2012-07-132-2/+2
|\ \ | |/ |/|
| * CertificateRequest should handle case where certificate is requested but none...gcollins2012-07-132-2/+2
* | Change OpenSSLSocketImpl to forbid empty lists of NPN protocols.Jesse Wilson2012-05-281-4/+7
* | Only use SSL CUTTHROUGH (False Start) if the server supports NPN.Jesse Wilson2012-05-151-29/+13
* | Provide key contextSelim Gurun2012-05-042-0/+8
* | NativeCrypto should honor timeout less than one secondBrian Carlstrom2012-05-011-2/+2
* | Avoid session reuse to fix test_SSL_do_handshake_clientCertificateRequested_t...Brian Carlstrom2012-05-011-6/+7
* | Tracking openssl-1.0.1bBrian Carlstrom2012-04-291-1/+1
* | Use SSL_CTX_set_session_id_context in ServerSessionContextBrian Carlstrom2012-04-172-0/+8
* | Disable TLSv1.1 and TLSv1.2 by defaultBrian Carlstrom2012-03-282-1/+7
* | 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 "More support for ENGINE-based keys"Kenny Root2012-03-265-18/+59
|\ \ \
| * | | More support for ENGINE-based keysKenny Root2012-03-265-18/+59
| |/ /
* | | Don't use the SSL_CTX prefix for a method that takes an SSL.Jesse Wilson2012-03-262-2/+2
|/ /
* | Merge "Expose NPN in OpenSSL."Jesse Wilson2012-03-252-3/+52
|\ \
| * | Expose NPN in OpenSSL.Jesse Wilson2012-03-252-3/+52
* | | Split OpenSSLRSAPrivateCrtKey from OpenSSLRSAPrivateKeyBrian Carlstrom2012-03-226-232/+341
|/ /
* | Tracking openssl-1.0.1Brian Carlstrom2012-03-216-17/+35
* | Merge "Add support for OpenSSL engines"Kenny Root2012-03-136-8/+228
|\ \
| * | Add support for OpenSSL enginesKenny Root2012-03-136-8/+228
* | | getPeerHostName should check for null InetAddressBrian Carlstrom2012-03-081-1/+8
* | | Use KeyManagementException with causes to report errorsBrian Carlstrom2012-03-081-19/+14
|/ /
* | 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
* | | OpenSSL block ciphers, part 1Kenny Root2012-02-161-0/+15
* | | OpenSSL keys add hashCode, equals, and toStringKenny Root2012-02-036-6/+341
* | | Throw exceptions on wrong key type in SignatureKenny Root2012-02-035-23/+101
* | | Add OpenSSL KeyPairGenerator and KeyFactoryKenny Root2012-02-0213-127/+1304
|/ /
* | Add signatures to the OpenSSLProviderKenny Root2012-01-314-87/+46
* | Add signature generation to OpenSSLSignatureKenny Root2012-01-312-19/+157
* | am a5aec70a: am 806d834d: Ensure faster OpenSSLSignature is used when possibl...Brian Carlstrom2012-01-301-35/+42
|\ \ | |/
| * Ensure faster OpenSSLSignature is used when possible by doing proper case ins...Brian Carlstrom2012-01-301-35/+42
| * Move OpenSSLSocketImpl.close resource cleanup into a finally clauseBrian Carlstrom2011-11-072-16/+18
* | Support in-memory HTTPS session caching for wrapped sockets.Jesse Wilson2011-12-202-28/+26
* | Don't fail GeneralName parsing if the DNS name contains a wildcard.Jesse Wilson2011-11-151-9/+8
* | Move OpenSSLSocketImpl.close resource cleanup into a finally clauseBrian Carlstrom2011-10-242-16/+18
|/
* Fix backwards Engine cache testBrian Carlstrom2011-10-181-1/+1
* Return real FileDescriptor in Socket wrappers.Jeff Sharkey2011-08-242-0/+17
* Update both SSLSessions to not use AccessControlContext.Jesse Wilson2011-07-242-178/+26
* Replace NativeCrypto.verifySignature with OpenSSLSignatureBrian Carlstrom2011-07-152-76/+17
* Merge "Avoid NullPointerException with IoUtils.closeQuietly"Brian Carlstrom2011-07-061-1/+1
|\
| * Avoid NullPointerException with IoUtils.closeQuietlyBrian Carlstrom2011-07-061-1/+1