Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
J08nY committed Jan 23, 2018
2 parents 6c46a27 + c581e39 commit cb6c6b8
Show file tree
Hide file tree
Showing 218 changed files with 10,868 additions and 2,402 deletions.
Binary file removed !uploader/ectester.cap
Binary file not shown.
54 changes: 0 additions & 54 deletions !uploader/simpleECC_NXP_JCOP_CJ2A081.txt

This file was deleted.

27 changes: 0 additions & 27 deletions !uploader/simpleECC_test.txt

This file was deleted.

23 changes: 0 additions & 23 deletions !uploader/simpleECC_testDHSecret.txt

This file was deleted.

12 changes: 0 additions & 12 deletions !uploader/simpleECC_testECFull.txt

This file was deleted.

27 changes: 0 additions & 27 deletions !uploader/simpleECC_testSetParams.txt

This file was deleted.

14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Built artifacts in /dist and /applet.
/dist/lib/
/dist/ECTesterReader.jar
/dist/ECTesterReader-dist.jar
/dist/ectester-reader.sh
/dist/ectester-reader.bat
/dist/ECTesterStandalone.jar
/dist/ECTesterStandalone-dist.jar
/applet/ectester.cap

# Built binaries in /src.
/src/**/*.a
/src/**/*.o
/src/**/*.so
28 changes: 22 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,33 @@
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libtomcrypt-dev
- libtommath-dev
- gcc-6
- g++-6
language: java
jdk:
- oraclejdk8
- oraclejdk8
env:
- CC=gcc-6 CXX=g++-6

script:
- ant -f jcbuild.xml build
- ant -f build.xml package
- ant -f build-applet.xml build
- ant -f build-reader.xml package
- ant -f build-standalone.xml package

deploy:
provider: releases
api_key:
secure: q2aJvu32K+nfbMR60nFCEkn+jYCKprlCRlIoPjuRz1HySX233Ccwpx1CAdNzEjY6FDFcoReKAg6r5vdPjJ4FRPAQ23TxffIYZPkykL5K/pUZJbM5xkazJY0Fp8i6Vyl0JfeanVib1PTyOSugplhCttFk5nb9JUFV36Tre66XntOl5y80Trn94F5aTlRjfW26UH65W7Aa6WZ0N4OX/ZsX+vEOJPAu+RLfOq9oBOx/loB8ntYM/e/6bEwJp6EedRQLDsiS4NavP3svH+GXsPLs5p3soyRXYsvvGKVnVjcjZURxDDdxv5YuCWUUfl9PbNB+Mqmx/HQxl50BKoKFqwap1+TnlbuTAiWaXeh3zdXuGB+TPg8KE8h6ueDneHd3Lpivgq79IvPWIH+N4b3Pa952+rD+JKBZ807efB+97OtWrkQL7/sLZESQUdIszE724HHOiArKpNajIX+kN6NJdul5xFCiQQHG+O7iDFQBavCGM9fk63mZRyGPxZQzS06BV2vIIHg0yx3igN+OKKMFCH+P3hYR1zL6o65OlgbL1ifTZ18GDvmVRNdi53/fxQ2n/mQmI4tQpn4ZB7Ddoxx4GlpjFjzdKk/P9nKwng0M9wrp8row/vb5S+1aPwSxp9/4ASP9dkvLcNjTkWhmGPrWe+82Y9JPK47uesx0YeaVI2C7IR0=
file:
- "dist/ECTester-dist.jar"
- "dist/ECTester.jar"
- "!uploader/ectester.cap"
- "dist/ECTesterReader-dist.jar"
- "dist/ECTesterReader.jar"
- "applet/ectester.cap"
- "dist/ECTesterStandalone-dist.jar"
- "dist/ECTesterStandalone.jar"
skip_cleanup: true
on:
tags: true
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016
Copyright (c) 2016-2017

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit cb6c6b8

Please sign in to comment.