summaryrefslogtreecommitdiff
path: root/TestData
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate ElGamal test dataJeffrey Walton2019-08-241-1/+1
|
* Add legacy ECIES EC2N cryptosystem and kat (GH #856)Jeffrey Walton2019-07-031-0/+1
|
* Add legacy ECIES ECP cryptosystem and kat (GH #856)Jeffrey Walton2019-07-031-0/+1
|
* Add ed25519 (GH #764, PR #767)Jeffrey Walton2018-12-246-1/+6
| | | Add ed25519
* Fix x25519 test data (GH #761)Jeffrey Walton2018-12-121-1/+1
|
* Add Langley's curve25519 (GH #761, PR# 762)Jeffrey Walton2018-12-111-0/+1
|
* Fix LegacyDecryptor and LegacyDecryptorWithMAC (GH #714)Jeffrey Walton2018-09-102-0/+1
| | | | The classes used the wrong hash with the MAC. The legacy gear should have used SHA1, not SHA256.
* Add DefaultDecryptorWithMAC using binary file testJeffrey Walton2018-09-081-0/+0
| | | | Also see https://groups.google.com/d/msg/cryptopp-users/QxPxSHkLM-4/pWmoBRuaBQAJ
* Remove DL_PrivateKey_GFP_OldFormat (GH #567)Jeffrey Walton2018-01-191-1/+1
|
* Add PKCS #1 SHA3-based signatures (GH #517)Jeffrey Walton2017-10-041-0/+77
|
* Add ARIA block cipherJeffrey Walton2017-04-101-0/+45
| | | | | | This is the reference implementation, test data and test vectors from the ARIA.zip package on the KISA website. The website is located at http://seed.kisa.or.kr/iwt/ko/bbs/EgovReferenceList.do?bbsId=BBSMSTR_000000000002. We have optimized routines that improve Key Setup and Bulk Encryption performance, but they are not being checked-in at the moment. The ARIA team is updating its implementation for contemporary hardware and we would like to use it as a starting point before we wander too far away from the KISA implementation.
* Merge branch 'master' into hmqvJeffrey Walton2016-07-2031-48/+48
|\
| * Whitespace cleanup in test vectors and data filesJeffrey Walton2016-07-1931-48/+48
| |
| * Revert "Add HMQV implementation (and merge the old FHMQV into the new codebase)"Mouse2016-07-068-8/+0
| | | | | | | | This reverts commit ec350995893b8388631c023d8884f22c94c212ad.
| * Add HMQV implementation (and merge the old FHMQV into the new codebase)Uri Blumenthal2016-07-018-0/+8
| |
* | Add HMQV and merge untracked FHMQVMouse2016-07-048-0/+8
|/
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-1830-706/+706
| | | | (Coverity rollup)
* add SHA-3weidai2013-01-191-0/+3
| | | | | update DSA to FIPS 186-3 update version numbers
* from Jeffery Walton: move *.dat files into TestData, make Integer operator<< ↵weidai2009-03-1255-0/+731
respect ios::uppercase flag