| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Update Travis, add info about new supported libs. | J08nY | 2019-12-25 | 5 | -17/+45 | |
| | | ||||||
| * | Nettle support (#4) | Michal Čech | 2019-12-25 | 12 | -9/+765 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added Nettle java file, added Nettle class to NativeProvider files * Nettle makefile * Nettle get curves and setup * makefile and build-standalone * makefile hogweed * added other curves * mpz to biginteger * switch nignum to mpz * it is finally possible to write nettle info * prepared generate curve * generate key pair progress * removed key agreement * ECParameterSpec experiment * ECParameterSpec experiment - source * Another try * it is finally running (at least), debugging messages * generator generates - needs to be tested * removed unnecessary function * signature preparations * signature almost done * added der encoding * verification and der decoder * added support for secp192r1, secp224r1, secp384r1 and secp521r1 * fixed the variable length of the points and scalars * removed debug prints * removed debug prints (java) * removed Curve25519 artifacts, added ECDH support * removed fragment of openssl, added cleanup to ecdh * src/cz/crcs/ectester/standalone/libs/jni/nettle.c * reverted plot * fixed signature for secp521r1 * replaced for loop with memset * added nettle to requirements in NettleLib class * removed conflicting lines * fixed the der signature encoder / decoder * Switched ECGenParameterSpec -> ECParameterSpec explicit retyping to EC_Store Co-authored-by: Ján Jančár <J08nY@users.noreply.github.com> | |||||
| * | Add support for LibreSSL (#3) | Ján Jančár | 2019-12-25 | 14 | -24/+846 | |
| |\ | | | | | Add support for LibreSSL | |||||
| | * | Add support for LibreSSL | Matěj Grabovský | 2019-12-08 | 14 | -24/+846 | |
| | | | | | | | | | | | The code is copied from the BoringSSL implementation with some minor modifications to accomodate slight differences in the LibreSSL API. | |||||
| * | | Add wolfSSL DSA bias to VULNS file. | J08nY | 2019-12-11 | 1 | -1/+1 | |
| |/ | ||||||
| * | Add VULNS file. | J08nY | 2019-10-02 | 1 | -0/+18 | |
| | | ||||||
| * | Add info on developing ECTester standalone modules to docs. | J08nY | 2019-09-17 | 1 | -0/+14 | |
| | | ||||||
| * | Update docs and README. | J08nY | 2019-08-23 | 7 | -244/+374 | |
| | | ||||||
| * | Update Jupyter notebooks, handle new stuff correctly, recompute nonces in ECDSA. | J08nY | 2019-08-22 | 5 | -32/+1074 | |
| | | ||||||
| * | Try to fix Travis builds. | J08nY | 2019-08-18 | 1 | -2/+3 | |
| | | ||||||
| * | Add --fixed option to standalone ECDSA. | J08nY | 2019-08-18 | 1 | -2/+15 | |
| | | ||||||
| * | Update and fix library building. | J08nY | 2019-08-04 | 4 | -3/+4 | |
| | | ||||||
| * | Unify native timing, add more timing sources. | J08nY | 2019-07-24 | 31 | -601/+452 | |
| | | ||||||
| * | Better handle KeyBuilder and KeyPair construction in the applet. | J08nY | 2019-07-18 | 5 | -11/+44 | |
| | | ||||||
| * | Add option to use KeyBuilder. | J08nY | 2019-07-16 | 10 | -84/+186 | |
| | | ||||||
| * | Fix Microsoft CNG provider. | J08nY | 2019-07-11 | 4 | -147/+245 | |
| | | ||||||
| * | Add MatrixSSL support. | J08nY | 2019-07-11 | 17 | -29/+783 | |
| | | ||||||
| * | Write info about digest used to CSV files in standalone. | J08nY | 2019-07-10 | 5 | -5/+49 | |
| | | ||||||
| * | Update info on libs. | J08nY | 2019-07-10 | 1 | -2/+7 | |
| | | ||||||
| * | Merge branch 'feature/ippcp' | J08nY | 2019-07-10 | 15 | -15/+1138 | |
| |\ | ||||||
| | * | Add Intel Performance Primitives Crypto support (ECDH and ECDSA).feature/ippcp | J08nY | 2019-07-10 | 5 | -3/+338 | |
| | | | ||||||
| | * | Add Intel Performance Primitives Crypto support (keygen). | J08nY | 2019-07-09 | 13 | -15/+803 | |
| |/ | ||||||
| * | Add mbedTLS support. | J08nY | 2019-07-04 | 19 | -29/+978 | |
| | | ||||||
| * | Update libs listing. | J08nY | 2019-06-10 | 1 | -1/+3 | |
| | | ||||||
| * | Fix nonce extraction exception. | J08nY | 2019-03-28 | 1 | -8/+9 | |
| | | ||||||
| * | Fix jupyter notebooks. | J08nY | 2019-03-26 | 3 | -42/+44 | |
| | | ||||||
| * | Optimize memory allocation in the applet. | J08nY | 2019-03-22 | 2 | -54/+141 | |
| | | ||||||
| * | Update notebooks. | J08nY | 2019-03-21 | 5 | -156/+369 | |
| | | ||||||
| * | Add tests to Jupyter notebooks. | J08nY | 2019-03-18 | 4 | -257/+351 | |
| | | ||||||
| * | Add backwards compatible search for applet in reader app.0.3.3 | J08nY | 2019-03-18 | 1 | -10/+43 | |
| | | ||||||
| * | Bump version. | J08nY | 2019-03-18 | 5 | -10/+10 | |
| | | ||||||
| * | Merge branch 'devel' | J08nY | 2019-03-18 | 61 | -1169/+3142 | |
| |\ | ||||||
| | * | Add customizable time resolution.devel | J08nY | 2019-03-18 | 7 | -87/+93 | |
| | | | ||||||
| | * | Migrate plot scripts to Jupyter notebook format. Fix ECDSA nonce recovery. | J08nY | 2019-03-18 | 8 | -304/+1906 | |
| | | | ||||||
| | * | Update libs. | J08nY | 2019-03-15 | 1 | -2/+5 | |
| | | | ||||||
| | * | Fix chunking. | J08nY | 2019-03-14 | 7 | -64/+75 | |
| | | | ||||||
| | * | Add better chunking support and detect it at runtime. | J08nY | 2019-03-14 | 6 | -19/+35 | |
| | | | ||||||
| | * | Add custom command chaining to be able to test T=0 cards. | J08nY | 2019-03-13 | 8 | -29/+121 | |
| | | | ||||||
| | * | Fix invalid points in the invalid test suite (some were not padded). | J08nY | 2019-03-07 | 15 | -431/+431 | |
| | | | ||||||
| | * | Do not use certain keys in cofactor test, as they are really not cofactor ↵ | J08nY | 2019-03-06 | 1 | -20/+25 | |
| | | | | | | | | | points. | |||||
| | * | Fix some keys in invalid test suite, add "random" test option. | J08nY | 2019-03-06 | 15 | -92/+111 | |
| | | | ||||||
| | * | Some fixes in wrong test suite, better ordering of tests. | J08nY | 2019-03-04 | 6 | -39/+37 | |
| | | | ||||||
| | * | Add better semi-random generation of inputs in tests. | J08nY | 2019-03-04 | 8 | -42/+172 | |
| | | | ||||||
| | * | Many fixes to cofactor, edge-cases and misc suites. | J08nY | 2019-02-28 | 9 | -10/+84 | |
| | | | ||||||
| | * | Fix some wycheproof vectors, fix edge-case test. | J08nY | 2019-02-28 | 2 | -19/+20 | |
| | | | ||||||
| | * | Fix build. | J08nY | 2019-02-28 | 1 | -5/+5 | |
| | | | ||||||
| | * | Add better loading of keys to standalone. | J08nY | 2019-02-28 | 5 | -100/+115 | |
| | | | ||||||
| | * | Fix setting key parts in ECDH util function, fix exports of large keys. | J08nY | 2019-02-26 | 2 | -11/+12 | |
| |/ | ||||||
| * | Allow endless ECDSA and ECDH running, add info on test options to help. | J08nY | 2019-02-25 | 14 | -26/+58 | |
| | | ||||||
| * | Bump version...0.3.2 | J08nY | 2019-02-22 | 3 | -5/+5 | |
| | | ||||||
