summaryrefslogtreecommitdiff
path: root/luni/src/test/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
...
* | am 6508bcc2: Merge "Add stronger digest support to JarVerifier"Kenny Root2012-10-101-0/+38
|\|
| * Add stronger digest support to JarVerifierKenny Root2012-10-101-0/+38
* | am 29e51335: NativeCryptoTest#test_SSL_do_handshake_clientCertificateRequeste...Brian Carlstrom2012-10-081-1/+1
|\ \
| * | NativeCryptoTest#test_SSL_do_handshake_clientCertificateRequested_throws_afte...Brian Carlstrom2012-10-071-1/+1
* | | am e3247e4f: am e4008c91: Merge "NativeCrypto: add tests for DSA and RSA keys"Kenny Root2012-10-051-0/+204
|\ \ \ | | |/ | |/|
| * | NativeCrypto: add tests for DSA and RSA keysKenny Root2012-10-051-0/+204
* | | am 4f241f36: am 6521bf07: Merge "NativeCrypto: add test for EVP_SignInit"Kenny Root2012-10-051-0/+29
|\| |
| * | NativeCrypto: add test for EVP_SignInitKenny Root2012-10-051-0/+29
* | | am f2c8382b: am 5a1225cc: Merge "NativeCrypto: add assertions for no OpenSSL ...Kenny Root2012-10-051-3/+9
|\| |
| * | NativeCrypto: add assertions for no OpenSSL errorsKenny Root2012-10-051-3/+9
* | | am 9e1cd813: am 26d9dc15: Merge "Do not use OpenSSLCipherContext in tests"Kenny Root2012-10-051-16/+24
|\| |
| * | Do not use OpenSSLCipherContext in testsKenny Root2012-10-051-16/+24
* | | am 080cda4a: am 7ae5f93f: Merge "OpenSSLMac: new OpenSSL HMAC connector"Kenny Root2012-10-041-10/+9
|\| |
| * | OpenSSLMac: new OpenSSL HMAC connectorKenny Root2012-10-041-10/+9
* | | am d26da2f6: am 9ac72760: Merge "OpenSSLCipher: remove buffer for partial blo...Brian Carlstrom2012-10-031-2/+2
|\| |
| * | OpenSSLCipher: remove buffer for partial blocksKenny Root2012-10-031-2/+2
* | | am ed07842e: am db3690a2: Merge "Fix some failing unit tests"Kenny Root2012-10-031-5/+7
|\| |
| * | Merge "Fix some failing unit tests"Kenny Root2012-10-031-5/+7
| |\ \
| | * | Fix some failing unit testsKenny Root2012-10-031-5/+7
* | | | am bec17d88: am dac74262: Merge "OpenSSLCipher: 3DES cipher name depends on k...Kenny Root2012-10-031-2/+2
|\| | |
| * | | OpenSSLCipher: 3DES cipher name depends on key sizeKenny Root2012-10-031-2/+2
| |/ /
* | / am f8dac9e9: am d85dfd8d: Merge changes I81f1bec8,I4aa6e3a2Kenny Root2012-10-021-0/+47
|\| | | |/ |/|
| * Add Cipher support for AES through OpenSSLKenny Root2012-10-021-0/+47
| * Fix flaky finalization tests.Elliott Hughes2012-09-241-5/+3
* | Merge "NativeCryptoTest#test_SSL_do_handshake_clientCertificateRequested_thro...Brian Carlstrom2012-09-301-7/+12
|\ \
| * | NativeCryptoTest#test_SSL_do_handshake_clientCertificateRequested_throws_afte...Brian Carlstrom2012-09-301-7/+12
* | | Fix flaky NativeCryptoTest.test_SSL_do_handshake_client_timeoutBrian Carlstrom2012-09-301-21/+43
|/ /
* | Fix flaky finalization tests.Elliott Hughes2012-09-241-5/+3
* | Add write timeout argument to SSL_write calls NativeCryptoTestBrian Carlstrom2012-09-231-8/+8
* | Add cached trust anchors to the chain prior to checking pinning.Geremy Condra2012-09-191-0/+21
* | Restructure logging to ease the transition to dropbox.Geremy Condra2012-09-192-8/+8
* | Add logging to detect cert pin failures caused by MITM proxies.Geremy Condra2012-09-181-0/+20
* | Make PinListEntry and PinEntryException public for CertPinManagerTestBrian Carlstrom2012-09-161-2/+0
* | Fix Security2Test to not be case sensitiveBrian Carlstrom2012-09-143-179/+79
* | Added basic cert pinning support.Geremy Condra2012-09-122-3/+286
* | Tracking upgrade to bouncycastle 1.47Brian Carlstrom2012-09-121-1/+5
* | Better OpenSSL key comparisonKenny Root2012-09-051-0/+91
|/
* Fix NativeCrypto.d2i_SSL_SESSION to initialize SSL_SESSION's cipher fieldBrian Carlstrom2012-08-311-1/+7
* Disable SSL compressionBrian Carlstrom2012-08-291-70/+0
* Updating KeyStore2Test to track change in behavior of KeyStoreSpi.engineSetEntryBrian Carlstrom2012-08-211-2/+4
* Restore ability for SSLSocket.close() to interrupt reads and writesBrian Carlstrom2012-08-191-1/+1
* KeyStoreSpi.engineSetEntry should allow null ProtectionParameterBrian Carlstrom2012-08-171-50/+49
* Fix OpenSSLCipherRawRSA doFinal array copyKenny Root2012-08-103-4/+19
* Add chain building to TrustedCertificateStoreKenny Root2012-08-081-0/+11
* Tracking DSA Signature.verify behavioral changeBrian Carlstrom2012-08-031-4/+12
* Add OpenSSL provider for SHA1PRNGKenny Root2012-08-012-29/+27
* Fix even more CipherTest flakiness due to implicit random IV valuesBrian Carlstrom2012-07-261-25/+24
* Merge "Address more CipherTest flakiness due to random IV values"Brian Carlstrom2012-07-241-104/+37
|\
| * Address more CipherTest flakiness due to random IV valuesBrian Carlstrom2012-07-241-104/+37
* | Fix URLConnectionTest#test_getAllowUserInteraction.Elliott Hughes2012-07-241-89/+22
|/