Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix android secure cell wrapper in token protect mode #251

Merged
merged 4 commits into from
Nov 6, 2017

Conversation

vixentael
Copy link
Contributor

@vixentael vixentael commented Nov 5, 2017

bits and pieces while fixing android secure cell :)

  • uncomment tests for Secure Cell
  • see that tests are failing for token protect mode
  • fix themis_jni for token protect

extra points:

  • update python secure cell example (well, i just use it as reference code)

@@ -22,6 +22,7 @@
#include <soter/soter_container.h>

#include <string.h>
#include <time.h>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang requires this header to be while building themis with boringssl :D

@@ -45,9 +45,9 @@
@Override
public void runTest() {
try {
// testSeal();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you know, having tests commented... is kinda.. questionable :D

@vixentael
Copy link
Contributor Author

Red one was a real current state of themis android tests :/

screen shot 2017-11-05 at 10 35 14 pm

But now they're fixed! 🎉

@Lagovas Lagovas merged commit 11a24a1 into master Nov 6, 2017
@vixentael vixentael deleted the vixentael/android branch November 6, 2017 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants