summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/NativeCrypto.java
Commit message (Expand)AuthorAgeFilesLines
* disable sslv3, enable tlsv1.1/tlsv1.2, remove weak ciphersWolfgang Wiedmeyer2015-09-271-17/+4
* Add OpenSSLSocketImpl.setSoWriteTimeout to allow SO_SNDTIMEO to be specifiedBrian Carlstrom2012-09-221-2/+2
* am a1359997: am 9f519e17: Merge "Add OpenSSLProvider support for Cipher.RSA/N...Brian Carlstrom2012-09-121-5/+7
|\
| * Add OpenSSLProvider support for Cipher.RSA/None/PKCS1PaddingBrian Carlstrom2012-09-121-5/+7
* | Better OpenSSL key comparisonKenny Root2012-09-051-0/+2
|/
* Disable SSL compressionBrian Carlstrom2012-08-291-64/+0
* Call ENGINE_add to prevent ENGINEs from unloadingKenny Root2012-08-151-0/+2
* Add raw RSA signature supportKenny Root2012-08-031-0/+18
* Add OpenSSL provider for SHA1PRNGKenny Root2012-08-011-0/+2
* 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-171-0/+2
* Disable TLSv1.1 and TLSv1.2 by defaultBrian Carlstrom2012-03-281-0/+6
* Don't use the SSL_CTX prefix for a method that takes an SSL.Jesse Wilson2012-03-261-1/+1
* Expose NPN in OpenSSL.Jesse Wilson2012-03-251-2/+25
* Tracking openssl-1.0.1Brian Carlstrom2012-03-211-3/+19
* Add support for OpenSSL enginesKenny Root2012-03-131-0/+23
* OpenSSL block ciphers, part 1Kenny Root2012-02-161-0/+15
* Add OpenSSL KeyPairGenerator and KeyFactoryKenny Root2012-02-021-1/+38
* Add signature generation to OpenSSLSignatureKenny Root2012-01-311-1/+10
* Support in-memory HTTPS session caching for wrapped sockets.Jesse Wilson2011-12-201-2/+2
* Move OpenSSLSocketImpl.close resource cleanup into a finally clauseBrian Carlstrom2011-10-241-1/+1
* Replace NativeCrypto.verifySignature with OpenSSLSignatureBrian Carlstrom2011-07-151-25/+0
* Add ExceptionCheck after all places we setCallbackStateBrian Carlstrom2011-06-281-8/+0
* Don't trigger a reverse DNS lookup from a log statement.Jesse Wilson2011-06-231-1/+1
* Avoid loading all CA certs into Zygote memory, lazily load instead (2 of 3)Brian Carlstrom2011-04-291-4/+22
* Don't cache the underlying Socket's underlying SocketImpl's underlying FileDe...Elliott Hughes2011-04-051-25/+0
* Fix NativeCrypto FindBugs warnings.Elliott Hughes2011-02-171-6/+6
* Performance improvements to NativeCrypto based MessageDigest APIBrian Carlstrom2011-02-011-8/+10
* Add support for TLS_EMPTY_RENEGOTIATION_INFO_SCSV cipher suiteBrian Carlstrom2010-12-011-5/+35
* Elliptic Crypto support for OpenSSLSocketImplBrian Carlstrom2010-12-011-57/+49
* am 6c78b7b9: Toward EC TLS supportBrian Carlstrom2010-11-291-17/+22
|\
| * Toward EC TLS supportBrian Carlstrom2010-11-291-17/+22
* | Stop allocating empty arrays.Elliott Hughes2010-11-091-2/+6
|/
* SSL* AppData should not hold onto JNI global referencesBrian Carlstrom2010-10-011-6/+48
* Implement OpenSSLMessageDigestJDK.clone and fix OpenSSLMessageDigestJDK.digestBrian Carlstrom2010-09-161-4/+6
* Fix HttpsURLConnectionTest failuresBrian Carlstrom2010-09-141-6/+8
* Sorting imports.Jesse Wilson2010-08-111-1/+0
* Support for TLS Extensions enabled SSLSockets with fallback to vanila SSLBrian Carlstrom2010-08-021-24/+86
* New NativeCryptoTest, NativeCrypto.{SSL_set_client_CA_list, SSL_renegotiate},...Brian Carlstrom2010-07-201-11/+42
* Fix PKCS12 and BKS KeyStore as well as SSL renegotiationBrian Carlstrom2010-07-161-1/+0
* Improved client certificate and certificate chain supportBrian Carlstrom2010-07-131-6/+32
* Remove libcore's dependency on bouncycastleBrian Carlstrom2010-06-261-10/+8
* RI 6 support for javax.net.sslBrian Carlstrom2010-05-261-16/+4
* Enable Diffie-Hellman cipher suitesBrian Carlstrom2010-05-201-27/+26
* Client certificates should only be set on request from serverBrian Carlstrom2010-05-181-73/+58
* Supported cipher suites improvementsBrian Carlstrom2010-05-171-72/+74
* Use JSSE cipher suite names and restore JSSE SSLSessionContext semanticsBrian Carlstrom2010-05-141-31/+138
* Moving OpenSSLSocketImpl native code to NativeCrypto (and other clearnup)Brian Carlstrom2010-05-061-4/+44