- 06 Feb, 2013 3 commits
-
-
Kenny Root authored
-
Kenny Root authored
Bug: 3387688 Change-Id: I620ae46fcf3681120c958dc847eabc6138144735
-
Nick Kralevich authored
-
- 05 Feb, 2013 13 commits
-
-
Nick Kralevich authored
Add Libcore support for execv() and execve(). This allows java programs to execute other programs without having to write jni wrappers. Change-Id: I82ddc069b5812ebd40f06b7f65ce173d496e0597
-
Elliott Hughes authored
-
Kenny Root authored
-
Elliott Hughes authored
Bug: https://code.google.com/p/android/issues/detail?id=43480 Change-Id: Id42e4458323d7ab3dafb2dec84909096988e4365
-
Kenny Root authored
We were trying to generate a public key from a private key spec which obviously doesn't work. Also fix the error messages that indicated public key when it meant private key. Change-Id: Ifae417bc3e4c56aced5b7583a34965c7f31c9c66
-
Elliott Hughes authored
-
Elliott Hughes authored
Change-Id: I5c7f42235114a8685ca53e7f244419469b89c1eb
-
Elliott Hughes authored
-
Kenny Root authored
-
Elliott Hughes authored
Change-Id: I06a634199ff2c8dcf0a8b6e4774da4cdbfb0d774
-
Kenny Root authored
DSA keys do not always have parameters. When validating a certificate chain, the DSA key will inherit parameters from the next DSA key up the chain if DSAPublicKey#getParams() returns "null". Change-Id: I052b42219829157ebdf148abb53048044cc83f8d
-
Elliott Hughes authored
-
Elliott Hughes authored
Change-Id: I4194810646a2a0661331aaf941fb5f99ce7758b1
-
- 04 Feb, 2013 5 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
Bug: 8128460 Change-Id: I41a6baee6e22b8af9170e3e569e0599c38b5e707
-
Kenny Root authored
-
Elliott Hughes authored
-
Kenny Root authored
Change-Id: I4f16bee3c57c80a113bd92509451606d5fd2b666
-
- 02 Feb, 2013 3 commits
-
-
Elliott Hughes authored
Bug: https://code.google.com/p/android/issues/detail?id=44080 Change-Id: I426b723a7aa36a16aed7baf36fd907786799c91a
-
Kenny Root authored
-
Kenny Root authored
Change-Id: I463c3b3fb4ac0920cad938641e93d82734da8276
-
- 01 Feb, 2013 6 commits
-
-
Kenny Root authored
-
Kenny Root authored
Change-Id: Ie4f9c5a2fb440d8455748bc30949b8b956d75625
-
Kenny Root authored
* changes: NativeCrypto: fix up Channel ID test OpenSSL KeyFactory for DSA and EC NativeCrypto: fix Channel ID tests
-
Kenny Root authored
Previously there was no way to construct an OpenSSLECPrivateKey from a ECPrivateKeySpec, but that was added in a previous commit. Switch the Channel ID test to use this instead. Change-Id: I2483af79641ba95965ea3432a7d415df513b3fd3
-
Kenny Root authored
Add KeyFactory for EC. Uncomment the KeyFactory for DSA. Remove useless template parameters from RSA KeyFactory. Change-Id: Id7c4d3624719b5088abf239482ba58c7a2557d61
-
Kenny Root authored
The NativeCryptoTest runs from a different class loader, so we need to make the OpenSSLECGroupContext public to use it from there. Also make sure we explicitly initialize the EC key at the beginning of the test. Change-Id: I733fe6263ef2ef72988987bf608cb806752033f5
-
- 31 Jan, 2013 4 commits
-
-
Kenny Root authored
-
Brian Carlstrom authored
-
Brian Carlstrom authored
Change-Id: I469766e0f8b9aecefa72a558afa9f5c226a99d33
-
Kenny Root authored
Add a behavior test to see what happens when CertificateFactory is fed an empty stream. Fix some date comparisons on X509CRLTest. Change-Id: Ida9df52859e12c5aced0810cc625b58498d5fa32
-
- 30 Jan, 2013 1 commit
-
-
Brian Carlstrom authored
-
- 29 Jan, 2013 5 commits
-
-
Kenny Root authored
-
Kenny Root authored
Make sure that CertificateFactory ends at the place that it should when reading an InputStream that supports mark and reset. Change-Id: I3bc20c1e9766f80f1597908707e69d65a6c3b216
-
Kenny Root authored
-
Kenny Root authored
-
Brian Carlstrom authored
Bug: https://code.google.com/p/android/issues/detail?id=41405 Change-Id: Ie5942f4ef1d872a75d89c58ea0fd85f69c63d0cf
-