Statistics
| Branch: | Tag: | Revision:

trustedintents / test @ 8c9c9a54

Name Size Revision Age Author Comment
  libs 8c9c9a54 over 3 years Hans-Christoph Steiner run JUnit tests using android-junit-report to g...
  src 89f16a42 over 3 years Hans-Christoph Steiner isReceiverTrusted() for checking an Intent befo...
.classpath 466 Bytes 86718da8 over 3 years Hans-Christoph Steiner added android test project skeleton
.project 822 Bytes 86718da8 over 3 years Hans-Christoph Steiner added android test project skeleton
AndroidManifest.xml 638 Bytes 8c9c9a54 over 3 years Hans-Christoph Steiner run JUnit tests using android-junit-report to g...
ant.properties 785 Bytes 8c9c9a54 over 3 years Hans-Christoph Steiner run JUnit tests using android-junit-report to g...
custom_rules.xml 681 Bytes 8c9c9a54 over 3 years Hans-Christoph Steiner run JUnit tests using android-junit-report to g...
project.properties 612 Bytes 86718da8 over 3 years Hans-Christoph Steiner added android test project skeleton

Latest revisions

# Date Author Comment
8c9c9a54 06/24/2014 09:46 pm Hans-Christoph Steiner

run JUnit tests using android-junit-report to get XML output

Jenkins needs some kind of report from the JUnit tests in order to tell
whether the tests succeeded or not. android-junit-report is a library to do
exactly that. With this setup, Jenkins should now successfully understand the...

89f16a42 06/24/2014 08:36 pm Hans-Christoph Steiner

isReceiverTrusted() for checking an Intent before calling startActivity()

Set up APK signature pins using addTrustedSigner() then check Intents using
checkTrustedSigner() before using them in startActivity()/etc. This is the
first model for how to check that the Intent is going to the right receiver

01534004 06/24/2014 08:36 pm Hans-Christoph Steiner

include fingerprints in ApkSignaturePins as a way to double-check

The original source that generates the ApkSignaturePin subclass can include
a SHA-256 fingerprint of that certificate to, if they are unsure of the
process of converting into a byte[][] in Java code. Then the byte[][] can...

1177f831 06/24/2014 08:36 pm Hans-Christoph Steiner

add tests for signature equality method

9f30348a 06/24/2014 08:36 pm Hans-Christoph Steiner

finalize APK signature superclass as ApkSignaturePin

This class is used when generating a Pin against an APK signature. The pin
is a subclass of info.guardianproject.trustedintents.ApkSignaturePin.

86718da8 06/24/2014 08:36 pm Hans-Christoph Steiner

added android test project skeleton

View revisions

Also available in: Atom