aboutsummaryrefslogtreecommitdiff
path: root/nbproject/standalone (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Basic Gradle setup.J08nY2024-03-254-1513/+0
|
* Bump BouncyCastle.J08nY2024-03-162-2/+2
|
* Bump Commons CLI version.J08nY2023-03-032-2/+2
|
* Fixes for Java 19. Fixes #17.J08nY2023-01-301-1/+1
|
* Bump BouncyCastle and fix resource loading.J08nY2023-01-302-2/+2
| | | | Fixes #18.
* Now works with Java 11!J08nY2023-01-302-5/+5
| | | | | | | | | | | | | | Uses ph4r05's jcardsim release 3.0.5.11: https://mvnrepository.com/artifact/com.klinec/jcardsim/3.0.5.11 Uses ant-javacard v21.12.31: https://github.com/martinpaljak/ant-javacard/releases/tag/v21.12.31 Also note the JavaCard and Java compatibility issues: https://github.com/martinpaljak/ant-javacard/wiki/Version-compatibility
* Add WolfCrypt provider to testing.J08nY2018-11-112-1/+2
|
* Efficiently instantiate prngs in shims.J08nY2018-10-221-2/+2
|
* Add support for key generation using Crypto++.J08nY2018-05-301-1/+1
|
* Add basic support for the Crypto++ library.J08nY2018-05-301-1/+1
|
* Add lint options to javac. Fix most of uncovered warnings.J08nY2018-03-141-1/+1
|
* Compress JARs to create smaller releases.J08nY2018-03-031-1/+1
|
* Update Apache Commons CLI to 1.4.J08nY2018-02-112-2/+2
|
* Split output to remove cross-dependency of reader and standalone.J08nY2017-12-271-1/+1
|
* Fix ant includes.J08nY2017-12-061-1/+1
|
* Add listing of supported curves to standalone libs.J08nY2017-11-291-1/+1
|
* Implement a basic NativeProvider using libtomcrypt.J08nY2017-11-281-1/+1
|
* Add a basic NativeECLibrary interface.J08nY2017-11-271-1/+1
|
* Add BouncyCastle library. Sketch out ECTesterStandalone.J08nY2017-11-122-1/+2
|
* Separate build files for standalone and reader apps.J08nY2017-11-124-0/+1511