aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add support for BoringSSL.feature/boring-sslJ08nY2018-10-1617-37/+866
|
* Bump version.v0.3.0J08nY2018-10-152-4/+4
|
* Merge branch 'devel'J08nY2018-10-15138-1531/+2728
|\
| * Add test for OpenSSl modular reduction bug.J08nY2018-10-154-1/+57
| |
| * Fix added composite data.J08nY2018-10-1417-17/+17
| |
| * Add more composite test data, update docs.J08nY2018-10-1453-169/+287
| |
| * Add some libs to list of libs.J08nY2018-09-291-1/+2
| |
| * Sort tried privkey values in edge-cases test suite.J08nY2018-09-141-4/+4
| |
| * Add tests for interesting privatekey values to edge-cases tests.J08nY2018-08-261-4/+69
| |
| * Allow exporting set curve parameters to verify them.J08nY2018-08-1413-22/+37
| |
| * Add Cofactor curves to edge-cases test to properly test some values.J08nY2018-08-141-0/+2
| |
| * Fix degenerate keys over secp256k1.J08nY2018-08-131-6/+6
| |
| * Pad invalid keys to proper length.J08nY2018-08-138-9/+9
| |
| * Fix Invalid, Twist and Degenerate test suites.J08nY2018-08-123-3/+3
| |
| * Add info about signature tests, rename some data entries.J08nY2018-08-122-12/+41
| |
| * Add more ecdsa tests.J08nY2018-08-127-35/+117
| |
| * Add ECDSA testing to composite curve tests.J08nY2018-08-121-2/+6
| |
| * Reformat all code.J08nY2018-08-1216-56/+52
| |
| * Reformat reader package.J08nY2018-08-127-7/+8
| |
| * Add ECDH tests that use the ECPublicKey object to the ones that are raw.J08nY2018-08-125-23/+42
| |
| * Add various ECDSA tests.J08nY2018-08-1124-285/+589
| |
| * Switch Crypto++ to output signatures in DER format.J08nY2018-08-113-22/+31
| |
| * Rename Crypto++ ECDSA algos, as they differ from the named ones.J08nY2018-08-103-11/+16
| |
| * Add utility methods for converting EC_Params to JCE EC objects.J08nY2018-08-107-18/+147
| |
| * Add convenience ant file.J08nY2018-08-041-0/+40
| |
| * Introduce extended KA in standalone, use it where appropriate.J08nY2018-08-0415-948/+1193
| |
| * Find KPG algos a bit better in ECTesterStandalone.J08nY2018-07-306-10/+87
|/
* Merge branch 'devel'J08nY2018-07-29386-4285/+14349
|\
| * Add AppVeyor for Windows builds, add some libs to Travis to build with them.J08nY2018-07-294-1/+21
| |
| * Merge branch 'feature/mscng' into develJ08nY2018-07-2921-791/+2742
| |\
| | * Somewhat finished Mscng implementation.feature/mscngJ08nY2018-07-296-57/+118
| | |
| | * Update docs on Standalone testing.J08nY2018-07-292-26/+52
| | |
| | * Fix Mscng ECDH.J08nY2018-07-296-886/+874
| | |
| | * Try to fix ECDH with KDF loading.J08nY2018-07-292-3/+19
| | |
| | * Redo Mscng key storage.J08nY2018-07-286-70/+345
| | |
| | * Add Simple and Extended native KeyAgreement and Signature SPIs.J08nY2018-07-282-58/+75
| | |
| | * Proper error handling in Mscng.J08nY2018-07-283-477/+548
| | |
| | * Get Mscng signatures to work (partially).J08nY2018-07-271-92/+62
| | |
| | * WIP: Mscng keygen works.J08nY2018-07-277-184/+345
| | |
| | * Bump Mscng sdk submodule.J08nY2018-07-271-0/+0
| | |
| | * WIP: Fix mscng according to new API.J08nY2018-07-272-22/+68
| | |
| | * Fix Mscng, finally!J08nY2018-07-265-730/+768
| | |
| | * Add Mscng build files to build on windowsJ08nY2018-07-262-0/+149
| | |
| | * Add Microsoft CNG SDK as an external lib dependency.J08nY2018-07-262-0/+3
| | |
| | * Add note about Microsoft CNG support to docs.J08nY2018-07-252-2/+5
| | |
| | * Add Signature support to Mscng.J08nY2018-07-254-2/+236
| | |
| | * Add KeyAgreement support to Mscng.J08nY2018-07-256-67/+424
| | |
| | * WIP: Microsoft CryptoAPI Next Generation support.J08nY2018-07-2510-4/+540
| |/
| * Fix releasing memory in LibTomCrypt shim, fix ECDH time measurement.J08nY2018-07-252-11/+24
| |
| * Fix releasing java memory in native shims.J08nY2018-07-245-23/+23
| |