summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge "Switch TLS Channel ID API from ECPrivateKey to PrivateKey."Kenny Root2013-03-122-6/+5
|\ \ \ \
| * | | | Switch TLS Channel ID API from ECPrivateKey to PrivateKey.Alex Klyubin2013-03-122-6/+5
* | | | | NativeCrypto: throw instead of return nullKenny Root2013-03-114-0/+15
* | | | | Add support for ECDH KeyAgreement to OpenSSLProvider.Alex Klyubin2013-03-113-0/+197
|/ / / /
* | | | NativeCrypto: various fixesKenny Root2013-03-082-1/+5
* | | | NativeCrypto: add CertPath encoding PkiPathKenny Root2013-03-082-20/+56
* | | | NativeCrypto: add CertPath support with PKCS7Kenny Root2013-03-084-1/+254
* | | | NativeCrypto: eliminate some unneeded suppressionsKenny Root2013-03-071-2/+0
* | | | NativeCrypto: add OpenSSL X.509 certificate/CRLsKenny Root2013-03-077-7/+1498
* | | | NativeCrypto: add OpenSSLBIOInputStreamKenny Root2013-03-042-0/+72
* | | | use longs instead of ints to store pointers in OpenSSL bindingJoel Dice2013-03-0116-192/+192
* | | | use longs instead of ints to store pointers in ExpatParserJoel Dice2013-02-272-37/+37
* | | | Merge "CertPath: output PkiPath in correct order"Brian Carlstrom2013-02-272-153/+188
|\ \ \ \
| * | | | CertPath: output PkiPath in correct orderKenny Root2013-02-252-153/+188
* | | | | Add support for SECG names for NIST P-192 and P-256 ECC curves.Alex Klyubin2013-02-151-0/+8
|/ / / /
* | | | Merge "NativeCrypto: serialize EC keys differently"Kenny Root2013-02-072-31/+10
|\ \ \ \
| * | | | NativeCrypto: serialize EC keys differentlyKenny Root2013-02-062-31/+10
* | | | | NativeCrypto: update curve names to match OpenSSLKenny Root2013-02-061-4/+3
|/ / / /
* | | | NativeCrypto: reduce strict Class equality checkKenny Root2013-02-063-23/+18
* | | | NativeCrypto: fix more DSA/ECDSA key generationKenny Root2013-02-054-19/+34
* | | | NativeCrypto: fix some DSA/ECDSA key generationKenny Root2013-02-052-4/+4
* | | | NativeCrypto: DSA keys do not always have parametersKenny Root2013-02-052-3/+23
* | | | OpenSSLCipher: fix short buffer error messageKenny Root2013-02-041-1/+1
* | | | OpenSSL KeyFactory for DSA and ECKenny Root2013-02-015-3/+191
* | | | NativeCrypto: fix Channel ID testsKenny Root2013-02-011-2/+2
* | | | NativeCrypto: add OpenSSLSecretKey for HMACKenny Root2013-01-284-14/+200
* | | | NativeCrypto: add test base for OpenSSL ENGINEsKenny Root2013-01-281-0/+3
* | | | OpenSSLKey: easier creation and use of OpenSSL keysKenny Root2013-01-2515-121/+154
* | | | Merge "Add support for TLS Channel ID to OpenSSL-backed sockets."Brian Carlstrom2013-01-193-0/+127
|\ \ \ \
| * | | | Add support for TLS Channel ID to OpenSSL-backed sockets.Alex Klyubin2013-01-183-0/+127
* | | | | Merge changes Idfb18017,Ifbba9fdfKenny Root2013-01-184-4/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | OpenSSLMac: fix initialization with new keyKenny Root2013-01-182-0/+3
| * | | | HarmonyJSSE: convert byte correctly in padding checkKenny Root2013-01-182-4/+4
* | | | | Track new value of SSL_MODE_HANDSHAKE_CUTTHROUGH in external/opensslBrian Carlstrom2013-01-181-1/+1
|/ / / /
* | | | Merge "NativeCrypto: output named curves when possible"Kenny Root2013-01-173-0/+41
|\ \ \ \
| * | | | NativeCrypto: output named curves when possibleKenny Root2013-01-173-0/+41
* | | | | Make sure alternativeNames are unmodifiableKenny Root2013-01-161-19/+24
|/ / / /
* | | | Clean up RandomBitsSupplier.Elliott Hughes2013-01-111-122/+17
* | | | verifyCertificateChain should convert unknown exceptions to CertificateExceptionBrian Carlstrom2013-01-091-3/+1
* | | | Harmony: fix DirName handling in X.509 certsKenny Root2013-01-073-31/+40
* | | | Harmony: ignore invalid IP in subject alt. namesKenny Root2013-01-073-8/+42
* | | | Fix Harmony's generateCertificates for empty inputKenny Root2013-01-071-1/+2
* | | | Fix X509Certificate.getBasicConstraints implementation for DRLCertFactoryBrian Carlstrom2012-12-213-8/+18
* | | | Add detail messages to all the easy IllegalArgumentException cases.Elliott Hughes2012-12-041-1/+1
* | | | Fix InnerNodeImpl.insertBefore.Elliott Hughes2012-11-261-0/+4
* | | | resolved conflicts for merge of eef7e935 to jb-mr1-dev-plus-aospBrian Carlstrom2012-11-011-6/+5
|\ \ \ \ | |/ / /
| * | | Test to verify BC Signature algorithms by OIDBrian Carlstrom2012-11-011-6/+5
| * | | Change OpenSSLCipherRSA.{engineGetBlockSize,engineGetOutputSize} to return re...Brian Carlstrom2012-10-101-3/+21
* | | | am adcea0bf: Merge "Prefer PKIX algorithm name for TrustManagerFactory and Ke...Brian Carlstrom2012-10-292-12/+8
|\ \ \ \
| * | | | Prefer PKIX algorithm name for TrustManagerFactory and KeyManagerFactoryBrian Carlstrom2012-10-292-12/+8