index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tests
/
unit_ecdsa.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-14
/
+14
*
Remove ability to add OIDS at runtime. Remove global OID lock.
Jack Lloyd
2016-11-03
1
-1
/
+2
*
Static analyzer fixes
Jack Lloyd
2016-10-25
1
-4
/
+7
*
Revert PK_Verifier change (don't require RNG there).
Jack Lloyd
2016-10-07
1
-7
/
+7
*
Remove Algo_Registry usage from public key code.
Jack Lloyd
2016-10-07
1
-14
/
+14
*
Merge GH #487 Remove CVC certificates and EMSA1_BSI signature encoding
Jack Lloyd
2016-06-17
1
-23
/
+5
|
\
|
*
remove all uses of EMSA1_BSI
Daniel Neus
2016-05-02
1
-23
/
+5
*
|
fix test failures and seg faults when Botan is configured with --module-poli...
René Korthaus
2016-06-17
1
-8
/
+18
|
/
*
Remaining cppcheck fixes that are not covered by GH #444
Daniel Neus
2016-03-05
1
-3
/
+1
*
some trivial compiler/PVS-Studio warning fixes
Daniel Neus
2015-12-22
1
-1
/
+1
*
Add --data-dir option to test command
Jack Lloyd
2015-12-20
1
-102
/
+73
*
Missing test update for ECC group removal.
Jack Lloyd
2015-12-02
1
-4
/
+0
*
Guard these test calls with the same feature macro guarding their definition.
Jack Lloyd
2015-11-28
1
-0
/
+2
*
Add helper for test output files. Remove last uses of hardcoded data dir macros
Jack Lloyd
2015-11-16
1
-14
/
+14
*
Update and consolidate the test framework.
Jack Lloyd
2015-11-11
1
-311
/
+242
*
Add a test for X509_Certificate::fingerprint
Jack Lloyd
2015-09-12
1
-0
/
+1
*
Remove unused pkcs8 includes
Simon Warta
2015-08-03
1
-0
/
+1
*
Have an outdata dir for tests
Simon Warta
2015-07-15
1
-6
/
+6
*
Fix TEST_DATA_DIR
Simon Warta
2015-07-15
1
-16
/
+14
*
Make Botan compile when only some modules are enabled
Simon Warta
2015-07-03
1
-4
/
+13
*
Replace method to_hex() by Botan::hex_encode() in test
Simon Warta
2015-06-30
1
-8
/
+3
*
tests: Convert &vec[0] to vec.data()
Simon Warta
2015-06-30
1
-5
/
+5
*
Replace \n by std::endl in tests to ensure proper flushing
Simon Warta
2015-06-19
1
-15
/
+15
*
Comile fixes for VC 2013. Based on github pull 56
neusdan
2015-03-10
1
-1
/
+1
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-7
/
+9
*
All tests now share an RNG. Uses system RNG if available
lloyd
2014-12-28
1
-2
/
+2
*
Fix minimized builds. Patch by Markus Wanner sent to botan-devel
lloyd
2014-02-08
1
-0
/
+13
*
Remove PBES1 entirely
lloyd
2014-01-18
1
-3
/
+1
*
Split up public key tests and data, use new test framework
lloyd
2014-01-05
1
-0
/
+490