summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | am 0eacbe9c: Merge "Try to more robustly identify algorithm for JARs"Kenny Root2012-10-162-12/+49
|\ \ \ \ \ | |/ / / /
| * | | | Merge "Try to more robustly identify algorithm for JARs"Kenny Root2012-10-162-12/+49
| |\ \ \ \
| | * | | | Try to more robustly identify algorithm for JARsKenny Root2012-10-162-12/+49
* | | | | | am 196687f6: Merge "Use OpenSSL to convert from OID to name"Kenny Root2012-10-162-2/+19
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge "Use OpenSSL to convert from OID to name"Kenny Root2012-10-162-2/+19
| |\ \ \ \ \ | | |/ / / /
| | * | | | Use OpenSSL to convert from OID to nameKenny Root2012-10-152-2/+19
* | | | | | am f2df9e57: Merge "Adding minimum cryptographic strength check for cert chai...Geremy Condra2012-10-162-0/+63
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge "Adding minimum cryptographic strength check for cert chains."Geremy Condra2012-10-162-0/+63
| |\ \ \ \ \
| | * | | | | Adding minimum cryptographic strength check for cert chains.Geremy Condra2012-10-162-0/+63
* | | | | | | am 815d8932: Merge "More "charsetName" consistency."Elliott Hughes2012-10-161-9/+4
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | More "charsetName" consistency.Elliott Hughes2012-10-161-9/+4
| | |/ / / / | |/| | | |
* | | | | | am d3d501c3: Merge "SubjectPublicKeyInfo: use algorithm OID as fallback"Kenny Root2012-10-152-16/+46
|\ \ \ \ \ \ | |/ / / / /
| * | | | | SubjectPublicKeyInfo: use algorithm OID as fallbackKenny Root2012-10-152-16/+46
* | | | | | am 70798f65: Merge "OpenSSLCipher: add ARC4 support"Kenny Root2012-10-153-2/+51
|\ \ \ \ \ \ | |/ / / / /
| * | | | | OpenSSLCipher: add ARC4 supportKenny Root2012-10-153-2/+51
| |/ / / /
* | | | | am 0bf8e7a3: Merge "Add support for ECDSA signatures on jar files"Kenny Root2012-10-121-0/+4
|\ \ \ \ \ | |/ / / /
| * | | | Add support for ECDSA signatures on jar filesKenny Root2012-10-121-0/+4
* | | | | am d5d84f6c: Merge "NativeCrypto: add EC key pairs"Kenny Root2012-10-118-4/+794
|\ \ \ \ \ | |/ / / /
| * | | | NativeCrypto: add EC key pairsKenny Root2012-10-118-4/+794
* | | | | Change OpenSSLCipherRSA.{engineGetBlockSize,engineGetOutputSize} to return re...Brian Carlstrom2012-10-111-3/+21
* | | | | am a7a609b2: Merge "Remove XML package.html files."Elliott Hughes2012-10-114-364/+0
|\ \ \ \ \ | |/ / / /
| * | | | Remove XML package.html files.Elliott Hughes2012-10-114-364/+0
* | | | | am bf0709af: Merge "Fix typos from "beed" to "been""Brian Carlstrom2012-10-111-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fix typos from "beed" to "been"Brian Carlstrom2012-10-111-2/+2
* | | | | am 99d0590f: Merge "Remove provider specified from JarVerifier"Kenny Root2012-10-101-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge "Remove provider specified from JarVerifier"Kenny Root2012-10-101-2/+2
| |\ \ \ \
| | * | | | Remove provider specified from JarVerifierKenny Root2012-10-101-2/+2
* | | | | | resolved conflicts for merge of 30d217ad to jb-mr1-dev-plus-aospKenny Root2012-10-101-9/+52
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Add OIDs for algorithmsKenny Root2012-10-091-8/+51
| |/ / / /
* | | | | am f2c8382b: am 5a1225cc: Merge "NativeCrypto: add assertions for no OpenSSL ...Kenny Root2012-10-051-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | NativeCrypto: add assertions for no OpenSSL errorsKenny Root2012-10-051-0/+2
* | | | | am 353e8448: am 3f83b9c8: Merge "OpenSSLCipher: account for padding on doFinal"Kenny Root2012-10-051-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge "OpenSSLCipher: account for padding on doFinal"Kenny Root2012-10-051-2/+2
| |\ \ \ \
| | * | | | OpenSSLCipher: account for padding on doFinalKenny Root2012-10-051-2/+2
* | | | | | am 9e1cd813: am 26d9dc15: Merge "Do not use OpenSSLCipherContext in tests"Kenny Root2012-10-051-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Do not use OpenSSLCipherContext in testsKenny Root2012-10-051-2/+2
| |/ / / /
* | | | | am 206730de: am dfa280ba: Merge "OpenSSLMac: add license header"Kenny Root2012-10-051-0/+16
|\ \ \ \ \ | |/ / / /
| * | | | OpenSSLMac: add license headerKenny Root2012-10-041-0/+16
* | | | | am 080cda4a: am 7ae5f93f: Merge "OpenSSLMac: new OpenSSL HMAC connector"Kenny Root2012-10-044-4/+212
|\ \ \ \ \ | |/ / / /
| * | | | Merge "OpenSSLMac: new OpenSSL HMAC connector"Kenny Root2012-10-044-4/+212
| |\ \ \ \
| | * | | | OpenSSLMac: new OpenSSL HMAC connectorKenny Root2012-10-044-4/+212
* | | | | | am a0592d4e: am d0670a67: Merge "OpenSSLCipher: use OpenSSL buf_len data"Kenny Root2012-10-042-32/+29
|\ \ \ \ \ \ | |/ / / / /
| * | | | | OpenSSLCipher: use OpenSSL buf_len dataKenny Root2012-10-042-32/+29
| |/ / / /
* | | | | am a8969127: am 77be92fe: Merge "OpenSSLCipher: don\'t explode during null de...Kenny Root2012-10-041-3/+38
|\ \ \ \ \ | |/ / / /
| * | | | Merge "OpenSSLCipher: don't explode during null decrypt"Kenny Root2012-10-041-3/+38
| |\ \ \ \
| | * | | | OpenSSLCipher: don't explode during null decryptKenny Root2012-10-041-3/+38
* | | | | | am 46b18865: am 7efb2a19: Merge "OpenSSLCipher: only return block size multip...Kenny Root2012-10-041-1/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | OpenSSLCipher: only return block size multiplesKenny Root2012-10-041-1/+5
| |/ / / /
* | | | | am d26da2f6: am 9ac72760: Merge "OpenSSLCipher: remove buffer for partial blo...Brian Carlstrom2012-10-032-134/+46
|\ \ \ \ \ | |/ / / /
| * | | | OpenSSLCipher: remove buffer for partial blocksKenny Root2012-10-032-134/+46