Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test vectors ecdsa_rfc6979 for frp256v1 | Simon Cogliani | 2016-08-01 | 1 | -0/+22 |
* | Added test vectors ecdh_kat and ecdh_keygen for frp256v1 | Simon Cogliani | 2016-07-31 | 2 | -1/+102 |
* | Merge branch 'master' into frp256v1 | Simon Cogliani | 2016-07-31 | 2 | -7/+9 |
|\ | |||||
| * | Use stat instead of lstat in get_files_recursive. | Jack Lloyd | 2016-07-30 | 1 | -1/+1 |
| * | Check for __SIZEOF_INT128__ before using TI mode | Jack Lloyd | 2016-07-30 | 1 | -6/+8 |
* | | Merge branch 'master' into frp256v1 | Simon Cogliani | 2016-07-30 | 11 | -20/+263 |
|\| | |||||
| * | Merge GH #556 Add DH negative tests. Fix DH keygen, did not call gen_check du... | Jack Lloyd | 2016-07-27 | 2 | -2/+41 |
| |\ | |||||
| | * | Add negative tests with invalid inputs for the DH key agreement operation | Daniel Neus | 2016-07-26 | 1 | -1/+33 |
| | * | fix: load_check() was called instead of gen_check() during DH private key gen... | Daniel Neus | 2016-07-26 | 1 | -1/+8 |
| * | | Merge GH #555 Add tests for charset conversions | Jack Lloyd | 2016-07-27 | 2 | -0/+166 |
| |\ \ | |||||
| | * | | add copyright | Daniel Neus | 2016-07-25 | 1 | -0/+1 |
| | * | | add some basic charset tests | Daniel Neus | 2016-07-25 | 2 | -0/+165 |
| * | | | Merge GH #554 Add PKCS #1 v1.5 ID for SHA-512/256 signatures | Jack Lloyd | 2016-07-27 | 1 | -0/+8 |
| |\ \ \ | |||||
| | * | | | add SHA-512/256 PKCS#1 hash identifier | Daniel Neus | 2016-07-25 | 1 | -0/+8 |
| | |/ / | |||||
| * | | | Merge GH #557 Test BlockCipher::clear | Jack Lloyd | 2016-07-27 | 1 | -0/+6 |
| |\ \ \ | |||||
| | * | | | add test for BlockCipher::clear() | Daniel Neus | 2016-07-26 | 1 | -0/+6 |
| | | |/ | | |/| | |||||
| * | | | Merge GH #558 Test BigInt::operator%=(word y) | Jack Lloyd | 2016-07-27 | 1 | -0/+9 |
| |\ \ \ | |||||
| | * | | | test BigInt::operator%=(word y) | Daniel Neus | 2016-07-26 | 1 | -0/+9 |
| | |/ / | |||||
| * | | | Merge GH #553 EME/pubkey test improvements. Small EME refactor. | Jack Lloyd | 2016-07-27 | 3 | -17/+32 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | eme / pubkey test improvements | Daniel Neus | 2016-07-25 | 3 | -17/+32 |
| | |/ | |||||
| * / | SSE2 had been disabled for testing, missed it on checkin of 6907e196 | Jack Lloyd | 2016-07-25 | 1 | -1/+1 |
| |/ | |||||
* | | Added test vectors ecc point multiplication for frp256v1 | Simon Cogliani | 2016-07-24 | 1 | -0/+209 |
* | | ANSSI elliptic curve cryptography frp256v1 | Simon Cogliani | 2016-07-24 | 2 | -0/+12 |
|/ | |||||
* | Merge GH #549 MP and SIMD header refactoring | Jack Lloyd | 2016-07-23 | 28 | -2210/+1569 |
|\ | |||||
| * | Merge asm into single mp_madd.h and mp_asmi.h files | Jack Lloyd | 2016-07-21 | 28 | -2210/+1569 |
* | | Correct test comment | Jack Lloyd | 2016-07-21 | 1 | -2/+2 |
* | | Merge GH #543 Add RDRAND_RNG | Jack Lloyd | 2016-07-21 | 8 | -40/+186 |
|\ \ | |/ |/| | |||||
| * | Fix header guard format | Jack Lloyd | 2016-07-20 | 1 | -2/+2 |
| * | Add RDRAND_RNG | Jack Lloyd | 2016-07-19 | 8 | -40/+186 |
* | | Merge GH #548 Parallel hash tests, fix memory leak | Jack Lloyd | 2016-07-21 | 3 | -2/+101 |
|\ \ | |||||
| * | | improve parallel hash tests + memory leak fix | Daniel Neus | 2016-07-20 | 3 | -2/+101 |
| |/ | |||||
* | | Merge GH #547 Fix SipHash::clear, more MAC tests | Jack Lloyd | 2016-07-21 | 2 | -4/+23 |
|\ \ | |||||
| * | | fix SipHash::clear() and MAC test improvements | Daniel Neus | 2016-07-20 | 2 | -4/+23 |
| |/ | |||||
* | | Merge GH #546 Add OID tests | Jack Lloyd | 2016-07-21 | 1 | -0/+115 |
|\ \ | |||||
| * | | add oid tests | Daniel Neus | 2016-07-20 | 1 | -0/+115 |
| |/ | |||||
* | | Merge GH #545 OctetString tests | Jack Lloyd | 2016-07-21 | 3 | -0/+190 |
|\ \ | |||||
| * | | add OctetString unit tests | Daniel Neus | 2016-07-20 | 3 | -0/+190 |
| |/ | |||||
* | | Merge GH #544 Make StreamCipher::set_iv pure virtual | Jack Lloyd | 2016-07-21 | 5 | -7/+15 |
|\ \ | |/ |/| | |||||
| * | Make Stream_Cipher::set_iv() pure virtual | René Korthaus | 2016-07-20 | 5 | -7/+15 |
|/ | |||||
* | Merge GH #541 More ECIES tests | Jack Lloyd | 2016-07-19 | 3 | -30/+385 |
|\ | |||||
| * | add more ECIES tests | Daniel Neus | 2016-07-19 | 3 | -30/+385 |
* | | Update news | Jack Lloyd | 2016-07-18 | 1 | -2/+5 |
* | | Compile fix | Jack Lloyd | 2016-07-18 | 1 | -1/+1 |
* | | Fix proc_walk - would always return 0 entropy collected. | Jack Lloyd | 2016-07-18 | 3 | -43/+13 |
* | | Merge GH #520 RNG changes | Jack Lloyd | 2016-07-18 | 57 | -1442/+7023 |
|\ \ | |||||
| * | | Address some review comments from @cordney | Jack Lloyd | 2016-07-17 | 10 | -28/+30 |
| * | | Fix assignment | Jack Lloyd | 2016-07-17 | 1 | -1/+1 |
| * | | Revamp entropy polling | Jack Lloyd | 2016-07-17 | 33 | -433/+344 |
| * | | HMAC_RNG not always in build | Jack Lloyd | 2016-07-17 | 1 | -2/+7 |
| * | | Move poll logic to Entropy_Sources | Jack Lloyd | 2016-07-17 | 3 | -18/+27 |