summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | am ce927e5a: Merge "JarUtils: remove reference to X509CertImpl"Kenny Root2013-10-101-13/+18
|\ \ \ \ \ \ \
| * | | | | | | JarUtils: remove reference to X509CertImplKenny Root2013-10-101-13/+18
* | | | | | | | am cdac05d6: Merge "JarUtils: try using the DigestEncryptionAlgorithm"Kenny Root2013-10-091-14/+11
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | JarUtils: try using the DigestEncryptionAlgorithmKenny Root2013-10-091-14/+11
* | | | | | | | am 4d11667c: Merge "I before E, except after C"Kenny Root2013-10-011-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | I before E, except after CKenny Root2013-10-011-2/+2
| * | | | | | | Make sure AlgNameMapper has the latest name versionKenny Root2013-09-101-10/+24
* | | | | | | | am 6243428c: Make sure AlgNameMapper has the latest name versionKenny Root2013-09-081-10/+24
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Make sure AlgNameMapper has the latest name versionKenny Root2013-09-081-10/+24
| * | | | | | | Register Conscrypt as the AlgNameMapper sourceKenny Root2013-09-062-2/+52
* | | | | | | | am 201796c3: Merge "Register Conscrypt as the AlgNameMapper source"Kenny Root2013-09-062-2/+52
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Register Conscrypt as the AlgNameMapper sourceKenny Root2013-09-062-2/+52
* | | | | | | | am dc25e3cb: Merge "Revert "Register Conscrypt as the AlgNameMapper source"" ...Kenny Root2013-09-062-52/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "Register Conscrypt as the AlgNameMapper source"Kenny Root2013-09-062-52/+2
* | | | | | | | | am 3160a05f: Merge "Register Conscrypt as the AlgNameMapper source" into klp-devKenny Root2013-09-062-2/+52
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Register Conscrypt as the AlgNameMapper sourceKenny Root2013-09-062-2/+52
| | |/ / / / / / | |/| | | | | |
* | | | | | | | am 7de50739: Merge "Make sure seed values use full range" into klp-devKenny Root2013-08-201-0/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | / / / / / / | |/ / / / / / |/| | | | | |
| * | | | | | Make sure seed values use full rangeKenny Root2013-08-151-0/+5
| |/ / / / /
* | | | | | Fix backwards internal javadocBrian Carlstrom2013-08-131-1/+1
|/ / / / /
* | | | | Merge "JarFile: finish support for authenticated attributes"Kenny Root2013-07-014-8/+48
|\ \ \ \ \
| * | | | | JarFile: finish support for authenticated attributesKenny Root2013-07-014-8/+48
* | | | | | Add java.nio.charsets.StandardCharsets.Elliott Hughes2013-06-285-15/+15
|/ / / / /
* | | | | Fix bug in DNParser changeBrian Carlstrom2013-06-061-0/+1
* | | | | Move some files with dalvik dependencies to libdvmBrian Carlstrom2013-05-1311-1760/+0
* | | | | Move JSSE to new packageKenny Root2013-04-29120-26163/+3
* | | | | Fix additional races in org.apache.harmony.security.x509.ExtensionsBrian Carlstrom2013-04-252-23/+44
* | | | | Merge "Do not set valueDecoded until after the value is decoded"Brian Carlstrom2013-04-251-2/+2
|\ \ \ \ \
| * | | | | Do not set valueDecoded until after the value is decodedBrian Carlstrom2013-04-241-2/+2
* | | | | | Reads from /dev/urandom can't really block.Elliott Hughes2013-04-246-89/+57
|/ / / / /
* | | | | X509CertImpl: Remove reference to OpenSSLProviderKenny Root2013-04-231-17/+2
* | | | | Do not include bogus certs in final chain outputBrian Carlstrom2013-04-161-1/+1
* | | | | Merge "Ensure emailAddress encoded as IA5String"Brian Carlstrom2013-04-163-45/+68
|\ \ \ \ \
| * | | | | Ensure emailAddress encoded as IA5StringBrian Carlstrom2013-04-163-45/+68
* | | | | | NativeCrypto: set Calendar instances to 0 millisKenny Root2013-04-153-10/+10
|/ / / / /
* | | | | Don't forget to call sessionRemoved from removeEldestEntryBrian Carlstrom2013-04-062-13/+17
* | | | | Check the EE's eKU extension field, if present.Chris Palmer2013-04-061-23/+129
* | | | | Merge "NativeCrypto: catch another RSA error"Kenny Root2013-04-051-1/+5
|\ \ \ \ \
| * | | | | NativeCrypto: catch another RSA errorKenny Root2013-04-051-1/+5
* | | | | | Merge "Make KeyFactory.translateKey for OpenSSL keys a no-op."Kenny Root2013-04-053-5/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Make KeyFactory.translateKey for OpenSSL keys a no-op.Alex Klyubin2013-03-293-5/+9
| |/ / / /
* | | | | NativeCrypto: adjust thrown exceptionsKenny Root2013-04-012-2/+2
* | | | | NativeCrypto: adjust BasicConstraints checkKenny Root2013-04-012-3/+3
* | | | | NativeCrypto: make generation bug compatibleKenny Root2013-03-292-1/+23
* | | | | Merge "Switch OpenSSLECDHKeyAgreement to KeyFactory.translateKey."Kenny Root2013-03-292-56/+26
|\ \ \ \ \
| * | | | | Switch OpenSSLECDHKeyAgreement to KeyFactory.translateKey.Alex Klyubin2013-03-292-56/+26
| |/ / / /
* | | | | Disallow KeyFactory.translateKey between public and privateAlex Klyubin2013-03-293-6/+6
|/ / / /
* | | | InvalidKeyException for "opaque" keys null getEncoded()Alex Klyubin2013-03-263-6/+30
* | | | NativeCrypto: throw exception on invalid DNS altnameKenny Root2013-03-181-1/+3
* | | | NativeCrypto: catch null input streams in cert factoryKenny Root2013-03-151-0/+4
* | | | NativeCrypto: be more tolerant during translateKeyKenny Root2013-03-146-189/+294