summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Fix some failing unit testsKenny Root2012-10-031-1/+1
* | | | | | am bec17d88: am dac74262: Merge "OpenSSLCipher: 3DES cipher name depends on k...Kenny Root2012-10-031-2/+9
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge "OpenSSLCipher: 3DES cipher name depends on key size"Kenny Root2012-10-031-2/+9
| |\ \ \ \ \
| | * | | | | OpenSSLCipher: 3DES cipher name depends on key sizeKenny Root2012-10-031-2/+9
| | |/ / / /
* | | | | | am 55e75879: am a4c696b7: Merge "Make ASN1 time locale safe."Brian Carlstrom2012-10-032-2/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge "Make ASN1 time locale safe."Brian Carlstrom2012-10-032-2/+4
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Make ASN1 time locale safe.Johan Redestig2012-10-032-2/+4
| | | |/ / | | |/| |
* | | | | am f8dac9e9: am d85dfd8d: Merge changes I81f1bec8,I4aa6e3a2Kenny Root2012-10-024-2/+893
|\ \ \ \ \ | |/ / / /
| * | | | OpenSSLCipher: Add DESede supportKenny Root2012-10-022-0/+136
| * | | | Add Cipher support for AES through OpenSSLKenny Root2012-10-024-2/+757
* | | | | am 96612f9c: am a233144d: Merge "Add serialization to OpenSSL-based keys"Kenny Root2012-09-275-10/+155
|\ \ \ \ \ | |/ / / /
| * | | | Add serialization to OpenSSL-based keysKenny Root2012-09-275-10/+155
* | | | | am f80f3547: am 5e05b783: Merge "Fix Generic[Stream|Generic]Cipher to Generic...Brian Carlstrom2012-09-251-3/+3
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Fix Generic[Stream|Generic]Cipher to Generic[Stream|Block]Cipher in commentsBrian Carlstrom2012-09-241-3/+3
| |/ /
* | | Add OpenSSLSocketImpl.setSoWriteTimeout to allow SO_SNDTIMEO to be specifiedBrian Carlstrom2012-09-222-12/+41
* | | Add cached trust anchors to the chain prior to checking pinning.Geremy Condra2012-09-191-7/+33
* | | Move null check for cert store to the consumer code.Geremy Condra2012-09-191-3/+3
* | | Migrate PinFailureLogger to use the DropBox.Geremy Condra2012-09-191-8/+18
* | | Restructure logging to ease the transition to dropbox.Geremy Condra2012-09-194-22/+85
* | | Add logging to detect cert pin failures caused by MITM proxies.Geremy Condra2012-09-182-0/+19
* | | Make PinListEntry and PinEntryException public for CertPinManagerTestBrian Carlstrom2012-09-162-2/+4
* | | am d23dd0d4: am 90450038: Merge "Consistently use "charsetName" for charset n...Elliott Hughes2012-09-141-3/+3
|\ \ \ | |/ /
| * | Consistently use "charsetName" for charset names.Elliott Hughes2012-09-141-3/+3
| * | Add consistent reasons for NullPointerExceptionKenny Root2012-09-149-21/+23
* | | Add consistent reasons for NullPointerExceptionKenny Root2012-09-149-21/+23
* | | Added event logging to PinListEntry.Geremy Condra2012-09-121-4/+8
* | | Added basic cert pinning support.Geremy Condra2012-09-1210-32/+533
* | | Tracking upgrade to bouncycastle 1.47Brian Carlstrom2012-09-121-20/+20
* | | am a1359997: am 9f519e17: Merge "Add OpenSSLProvider support for Cipher.RSA/N...Brian Carlstrom2012-09-124-45/+141
|\ \ \ | |/ /
| * | Add OpenSSLProvider support for Cipher.RSA/None/PKCS1PaddingBrian Carlstrom2012-09-124-45/+141
* | | Better OpenSSL key comparisonKenny Root2012-09-053-26/+28
|/ /
* | Disable SSL compressionBrian Carlstrom2012-08-294-158/+5
* | Remember key aliases for OpenSSLKeys from ENGINEsKenny Root2012-08-234-3/+19
* | Restore ability for SSLSocket.close() to interrupt reads and writesBrian Carlstrom2012-08-191-3/+4
* | Add new Android-only algos to StandardNamesKenny Root2012-08-151-2/+1
* | Merge "Call ENGINE_add to prevent ENGINEs from unloading"Kenny Root2012-08-152-3/+12
|\ \
| * | Call ENGINE_add to prevent ENGINEs from unloadingKenny Root2012-08-152-3/+12
* | | Do better comparisons for ENGINE-based keysKenny Root2012-08-152-10/+33
|/ /
* | Fix OpenSSLCipherRawRSA doFinal array copyKenny Root2012-08-101-1/+8
* | Add chain building to TrustedCertificateStoreKenny Root2012-08-083-4/+148
* | Add raw RSA Cipher to OpenSSLProviderKenny Root2012-08-032-0/+231
* | Merge "Simplify locking and close race in getSecureRandomService()"Brian Carlstrom2012-08-031-91/+65
|\ \
| * | Simplify locking and close race in getSecureRandomService()Brian Carlstrom2012-08-031-91/+65
* | | Merge "Add raw RSA signature support"Brian Carlstrom2012-08-033-0/+229
|\ \ \ | |/ / |/| |
| * | Add raw RSA signature supportKenny Root2012-08-033-0/+229
* | | Avoid ConcurrentModificationException on providersBrian Carlstrom2012-08-022-124/+130
|/ /
* | 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
|\ \