aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/unit_ecdsa.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reduce usage of oids.h with the addition of some helpers on OIDJack Lloyd2019-08-041-1/+1
* Deprecate and replace OIDS::lookupJack Lloyd2019-08-041-1/+1
* Remove tab charsJack Lloyd2019-07-101-2/+2
* Using preprocessor for the testsDavid Carlier2019-04-121-7/+6
* Simplify exception messagesJack Lloyd2018-08-221-1/+1
* Fix the botan-test --verbose flag, which did nothingJack Lloyd2018-04-111-1/+1
* Moves UBSAN macros from test files to Test_OptionsMatthias Gierlings2018-04-071-4/+0
* Make tests pass by default in UBSAN modeMatthias Gierlings2018-04-061-1/+5
* Run ECC unit tests across all groups where applicableJack Lloyd2018-04-031-34/+6
* Add --avoid-undefined optionJack Lloyd2018-03-311-4/+7
* Add a test of ECC encoding optionsJack Lloyd2018-03-101-0/+47
* Lookup EC curves via name instead of OIDJack Lloyd2018-03-101-3/+3
* Avoid CurveGFp in EC_Group interfaceJack Lloyd2018-01-311-14/+14
* Reorganize code to avoid cli/test build failures if filesystem disabledJack Lloyd2018-01-191-48/+55
* Avoid possible null pointer derefJack Lloyd2017-12-221-2/+2
* Merge GH #1365 Always set domain encoding correctly when loading an ECC keyJack Lloyd2017-12-191-0/+2
|\
| * Always set domain encoding correctly when loading an ECC keyRené Korthaus2017-12-191-0/+2
* | Add accessors to ASN1_Attribute and AlgorithmIdentifierJack Lloyd2017-12-191-1/+1
|/
* Move all the various X509 test data files under src/tests/data/x509Jack Lloyd2017-11-161-9/+9
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-1/+1
* More include header cleanupsJack Lloyd2017-09-211-0/+1
* Remove inner/outer OID check in EC_PrivateKey ctorRené Korthaus2017-09-131-2/+25
* Fix a few more MSVC warningsJack Lloyd2017-08-311-1/+1
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-19/+32
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-14/+14
* Remove ability to add OIDS at runtime. Remove global OID lock.Jack Lloyd2016-11-031-1/+2
* Static analyzer fixesJack Lloyd2016-10-251-4/+7
* Revert PK_Verifier change (don't require RNG there).Jack Lloyd2016-10-071-7/+7
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-071-14/+14
* Merge GH #487 Remove CVC certificates and EMSA1_BSI signature encodingJack Lloyd2016-06-171-23/+5
|\
| * remove all uses of EMSA1_BSIDaniel Neus2016-05-021-23/+5
* | fix test failures and seg faults when Botan is configured with --module-poli...René Korthaus2016-06-171-8/+18
|/
* Remaining cppcheck fixes that are not covered by GH #444Daniel Neus2016-03-051-3/+1
* some trivial compiler/PVS-Studio warning fixesDaniel Neus2015-12-221-1/+1
* Add --data-dir option to test commandJack Lloyd2015-12-201-102/+73
* Missing test update for ECC group removal.Jack Lloyd2015-12-021-4/+0
* Guard these test calls with the same feature macro guarding their definition.Jack Lloyd2015-11-281-0/+2
* Add helper for test output files. Remove last uses of hardcoded data dir macrosJack Lloyd2015-11-161-14/+14
* Update and consolidate the test framework.Jack Lloyd2015-11-111-311/+242
* Add a test for X509_Certificate::fingerprintJack Lloyd2015-09-121-0/+1
* Remove unused pkcs8 includesSimon Warta2015-08-031-0/+1
* Have an outdata dir for testsSimon Warta2015-07-151-6/+6
* Fix TEST_DATA_DIRSimon Warta2015-07-151-16/+14
* Make Botan compile when only some modules are enabledSimon Warta2015-07-031-4/+13
* Replace method to_hex() by Botan::hex_encode() in testSimon Warta2015-06-301-8/+3
* tests: Convert &vec[0] to vec.data()Simon Warta2015-06-301-5/+5
* Replace \n by std::endl in tests to ensure proper flushingSimon Warta2015-06-191-15/+15
* Comile fixes for VC 2013. Based on github pull 56neusdan2015-03-101-1/+1
* Ensure all files have copyright and license info.lloyd2015-01-101-7/+9
* All tests now share an RNG. Uses system RNG if availablelloyd2014-12-281-2/+2