aboutsummaryrefslogtreecommitdiff
path: root/src/cz
Commit message (Expand)AuthorAgeFilesLines
* Implement StandaloneMiscSuite. (#8)davidhofman2021-08-223-1/+161
* Implement Twist, Invalid, Cofactor and Degenerate standalone suites. (#7)davidhofman2021-08-228-8/+482
* implement StandaloneTestVectorSuite (#6)davidhofman2021-08-163-2/+163
* Fix warnings in standalone shims, update BoringSSL.J08nY2020-08-096-52/+52
* Fix reader allocation commands.J08nY2020-08-091-4/+4
* Fix Nettle and LibreSSL implementations.J08nY2019-12-286-54/+130
* Update Travis, add info about new supported libs.J08nY2019-12-251-1/+0
* Nettle support (#4)Michal Čech2019-12-2511-9/+759
* Add support for LibreSSLMatěj Grabovský2019-12-0811-24/+836
* Add --fixed option to standalone ECDSA.J08nY2019-08-181-2/+15
* Update and fix library building.J08nY2019-08-041-2/+1
* Unify native timing, add more timing sources.J08nY2019-07-2430-601/+451
* Better handle KeyBuilder and KeyPair construction in the applet.J08nY2019-07-185-11/+44
* Add option to use KeyBuilder.J08nY2019-07-167-33/+102
* Fix Microsoft CNG provider.J08nY2019-07-114-147/+245
* Add MatrixSSL support.J08nY2019-07-1116-29/+776
* Write info about digest used to CSV files in standalone.J08nY2019-07-105-5/+49
* Add Intel Performance Primitives Crypto support (ECDH and ECDSA).feature/ippcpJ08nY2019-07-104-3/+336
* Add Intel Performance Primitives Crypto support (keygen).J08nY2019-07-0911-15/+793
* Add mbedTLS support.J08nY2019-07-0416-26/+961
* Fix nonce extraction exception.J08nY2019-03-281-8/+9
* Optimize memory allocation in the applet.J08nY2019-03-222-54/+141
* Update notebooks.J08nY2019-03-211-1/+1
* Add backwards compatible search for applet in reader app.0.3.3J08nY2019-03-181-10/+43
* Bump version.J08nY2019-03-184-8/+8
* Add customizable time resolution.develJ08nY2019-03-186-74/+70
* Migrate plot scripts to Jupyter notebook format. Fix ECDSA nonce recovery.J08nY2019-03-182-6/+17
* Fix chunking.J08nY2019-03-145-63/+71
* Add better chunking support and detect it at runtime.J08nY2019-03-145-16/+31
* Add custom command chaining to be able to test T=0 cards.J08nY2019-03-135-26/+118
* Fix invalid points in the invalid test suite (some were not padded).J08nY2019-03-0715-431/+431
* Do not use certain keys in cofactor test, as they are really not cofactor poi...J08nY2019-03-061-20/+25
* Fix some keys in invalid test suite, add "random" test option.J08nY2019-03-0615-92/+111
* Some fixes in wrong test suite, better ordering of tests.J08nY2019-03-046-39/+37
* Add better semi-random generation of inputs in tests.J08nY2019-03-047-42/+169
* Many fixes to cofactor, edge-cases and misc suites.J08nY2019-02-289-10/+84
* Fix some wycheproof vectors, fix edge-case test.J08nY2019-02-282-19/+20
* Fix build.J08nY2019-02-281-5/+5
* Add better loading of keys to standalone.J08nY2019-02-285-100/+115
* Fix setting key parts in ECDH util function, fix exports of large keys.J08nY2019-02-262-11/+12
* Allow endless ECDSA and ECDH running, add info on test options to help.J08nY2019-02-2514-26/+58
* Bump version...0.3.2J08nY2019-02-223-5/+5
* Make edge-cases suite take preset keys. Reformat code.J08nY2019-02-228-18/+16
* Add signature validation tests.J08nY2019-02-221-15/+68
* Add option to use preset semi-random private key in tests.J08nY2019-02-218-5/+75
* Add large cofactor curves to tests.J08nY2019-02-212-0/+37
* Prefer T=1 protocol.J08nY2019-02-191-1/+8
* Workaround for a Java bug...J08nY2019-02-195-8/+16
* Update documentation.J08nY2018-12-218-7/+14
* Fixup edgecases test suite.J08nY2018-12-172-46/+61