summaryrefslogtreecommitdiff
path: root/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/io/pem/PemObject.java
AgeCommit message (Collapse)Author
2019-05-01Upstream partner request to add BC methods to core platform API.Pete Bentley
Bug: 129665886 Bug: 129440746 Test: m && flashall Change-Id: Ia4b081f7f240ccc52177c1b7fea29cf48261da75 Merged-In: Ia4b081f7f240ccc52177c1b7fea29cf48261da75 (cherry picked from commit d1cc1bde893a4d7013a5f22daee5a00a19107d78)
2018-11-23Move android_bcprov to repackaged/bcprovPaul Duffin
This is needed to provide consistency between bouncycastle and other users of RepackagingTransform to allow them to switch to using a common script. The previous change to switch from jarjar to currysrc did not correctly update the build exclusion of the repackaged version of org/bouncycastle/asn1/ocsp which is not required on Android. That meant it was incorrectly being included in the bouncycastle library. This updates the build script to remove the repackaged versions of those files altogether and removes the unnecessary build exclusion. Tested by running the script and verifying that apart from the now deleted files the repackaged files only differed by location and not content. Bug: 117818301 Test: see above Change-Id: I88eef5583071156c277ac82bb89ec76a91603df9