summaryrefslogtreecommitdiffstats
path: root/luni/src/main/native/NativeCrypto.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make all filenames match their classes.Elliott Hughes2011-03-031-3398/+0
* Performance improvements to NativeCrypto based MessageDigest APIBrian Carlstrom2011-02-011-99/+125
* Clarify sslSelect commentBrian Carlstrom2011-01-191-5/+6
* Ensure sslSelect is non-blockingBrian Carlstrom2011-01-181-24/+27
* Fix getifaddrs(3).Elliott Hughes2011-01-071-1/+0
* Elliptic Crypto support for OpenSSLSocketImplBrian Carlstrom2010-12-011-3/+45
* Fix pointer vs integer mismatch in several return statements.Olivier Bailly2010-11-181-6/+6
* TrustManager should include PrivateKeyEntry CAs, OpenSSLSocketImpl close fix,...Brian Carlstrom2010-11-151-3/+4
* Move from MAX/MIN to std::max/std::minBrian Carlstrom2010-11-101-8/+6
* Add WITH_JNI_TRACE_DATA to allow tracing of SSLSocket dataBrian Carlstrom2010-11-101-8/+24
* Propagate pending exception from cert_client_cbBrian Carlstrom2010-11-051-0/+4
* Move NativeCrypto dependencies on openssl internals to jsse.patchBrian Carlstrom2010-11-021-149/+0
* SSL* AppData should not hold onto JNI global referencesBrian Carlstrom2010-10-011-170/+144
* NativeCrypto_EVP_PKEY_new_RSA native NULL pointer reference WITH_JNI_TRACEBrian Carlstrom2010-09-221-8/+16
* Tracking external/bouncycastle OpenSSLDigestBrian Carlstrom2010-09-221-3/+4
* Make SSL network I/O interruptibleBrian Carlstrom2010-09-211-124/+234
* Restore OpenSSLMessageDigestJDK.digest reset behaviorBrian Carlstrom2010-09-171-1/+1
* Implement OpenSSLMessageDigestJDK.clone and fix OpenSSLMessageDigestJDK.digestBrian Carlstrom2010-09-161-46/+102
* Add negative argument bounds checking to OpenSSLMessageDigest.updateBrian Carlstrom2010-09-151-0/+5
* Fix HttpsURLConnectionTest failuresBrian Carlstrom2010-09-141-36/+35
* Fix last few uses of "type *id" to be "type* id".Elliott Hughes2010-08-131-5/+5
* Remove most of our C-style casts.Elliott Hughes2010-08-121-62/+62
* Rename setNonBlocking to setBlocking.Elliott Hughes2010-08-041-2/+2
* Support for TLS Extensions enabled SSLSockets with fallback to vanila SSLBrian Carlstrom2010-08-021-2/+82
* Consistently use POSIX O_NONBLOCK instead of FIONBIO.Elliott Hughes2010-07-221-24/+19
* Remove many of our C-style casts.Elliott Hughes2010-07-221-39/+42
* New NativeCryptoTest, NativeCrypto.{SSL_set_client_CA_list, SSL_renegotiate},...Brian Carlstrom2010-07-201-55/+191
* Fix PKCS12 and BKS KeyStore as well as SSL renegotiationBrian Carlstrom2010-07-161-15/+8
* Simplify the network send(2) interfaces.Elliott Hughes2010-07-151-5/+1
* Improved client certificate and certificate chain supportBrian Carlstrom2010-07-131-39/+142
* Add null-pointer checking to ScopedPrimitiveArray.Elliott Hughes2010-07-121-18/+52
* Use 'dst' (or an even more appropriate name where possible) rather than 'dest'.Elliott Hughes2010-07-091-8/+8
* Remove libcore's dependency on bouncycastleBrian Carlstrom2010-06-261-0/+2964