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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid test failures in KEM when KDF is not found.
Jack Lloyd
2016-01-17
2
-19
/
+44
*
Get rid of "extra ';'" warnings and force semicolon after macros
Simon Warta
2016-01-11
1
-1
/
+2
*
Mass-prefix member vars with m_
René Korthaus
2016-01-08
1
-8
/
+8
*
add missing overrides
Daniel Neus
2016-01-08
7
-7
/
+7
*
String comparision fixes
Daniel Neus
2016-01-04
1
-2
/
+2
*
Add ECDH via OpenSSL
Jack Lloyd
2016-01-04
2
-53
/
+66
*
Add some more secp256k1 point mult tests
Jack Lloyd
2016-01-03
1
-0
/
+184
*
Add ECDH tests
Jack Lloyd
2016-01-03
5
-7
/
+592
*
Fix PointGFp multiplication bug
Jack Lloyd
2016-01-03
2
-8
/
+1057
*
Merge pull request #381 from cordney/fix-load-unencryped-key-from-ber
Jack Lloyd
2015-12-31
1
-3
/
+0
|
\
|
*
Fix loading of unencrypted, BER encoded private keys via PKCS8 api
René Korthaus
2015-12-25
1
-3
/
+0
*
|
Remove debug printf
Jack Lloyd
2015-12-31
1
-1
/
+0
*
|
Avoid having Command* objects be created until requested.
Jack Lloyd
2015-12-30
1
-2
/
+2
*
|
Correct copyright info in unit_ecc.cpp file
Jack Lloyd
2015-12-26
1
-1
/
+6
*
|
Merge pull request #378 from neusdan/warning_fixes
Jack Lloyd
2015-12-26
10
-22
/
+15
|
\
\
|
*
|
some trivial compiler/PVS-Studio warning fixes
Daniel Neus
2015-12-22
10
-22
/
+15
*
|
|
Add generalized KEM interface
Jack Lloyd
2015-12-26
5
-14
/
+119
*
|
|
Another Clang warning
Jack Lloyd
2015-12-25
1
-1
/
+1
|
|
/
|
/
|
*
|
Fix a few clang warnings. Set clang sanitizer flags
Jack Lloyd
2015-12-24
3
-4
/
+5
*
|
Improve roundtrip BER/PEM tests
Jack Lloyd
2015-12-23
1
-24
/
+71
*
|
Update NIST X509 tests to handle --data-dir and read expected results from a ...
Jack Lloyd
2015-12-23
2
-223
/
+148
*
|
Use --data-dir in test X509test_Path
Simon Warta
2015-12-22
1
-6
/
+5
|
/
*
Add missing try/catch in signature verification test.
Jack Lloyd
2015-12-21
4
-14
/
+30
*
Throw Lookup_Error instead of bare Exception when creating an obj fails
Jack Lloyd
2015-12-20
1
-4
/
+4
*
Merge pull request #371 from webmaster128/aes-gcm-testdata
Jack Lloyd
2015-12-20
1
-41
/
+122
|
\
|
*
Add all 18 Nist GCM tests
Simon Warta
2015-12-20
1
-41
/
+122
*
|
Add --data-dir option to test command
Jack Lloyd
2015-12-20
33
-238
/
+200
|
/
*
Prevent FFI tests from failing if bcrypt is disabled. GH #369
Jack Lloyd
2015-12-19
1
-4
/
+10
*
Avoid test failures on missing algos
Jack Lloyd
2015-12-19
2
-5
/
+7
*
If skipping a test due to diabled algo, only print if in verbose mode.
Jack Lloyd
2015-12-19
4
-33
/
+40
*
CLI rewrite
Jack Lloyd
2015-12-19
4
-144
/
+171
*
Fix for minimized builds
Jack Lloyd
2015-12-11
1
-1
/
+1
*
Missing adds
Jack Lloyd
2015-12-11
1
-10
/
+12
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
10
-27
/
+33
*
Fix indent in test_passhash
Simon Warta
2015-12-08
1
-1
/
+1
*
Missing test update for ECC group removal.
Jack Lloyd
2015-12-02
1
-4
/
+0
*
Remove support for broken 112 and 128 bit SECP ECC groups.
Jack Lloyd
2015-12-02
1
-4
/
+0
*
Fix compile error when compression is disabled
Jack Lloyd
2015-11-29
1
-1
/
+1
*
Guard these test calls with the same feature macro guarding their definition.
Jack Lloyd
2015-11-28
1
-0
/
+2
*
Add differential compression test.
Jack Lloyd
2015-11-28
1
-41
/
+87
*
Convert const char* arguments on Test:: to std::strings
Jack Lloyd
2015-11-28
8
-72
/
+57
*
New reseed_with_sources call on RNGs
Jack Lloyd
2015-11-24
3
-2
/
+118
*
Disable some problem areas of TLS corruption test pending rewrite
Jack Lloyd
2015-11-24
1
-5
/
+2
*
Enhance tests main readability
Simon Warta
2015-11-23
1
-10
/
+15
*
Add helper for test output files. Remove last uses of hardcoded data dir macros
Jack Lloyd
2015-11-16
5
-60
/
+88
*
Avoid multiplication by zero here as get_affine will reject it
Jack Lloyd
2015-11-13
1
-1
/
+1
*
Include the version string in the test output
Jack Lloyd
2015-11-13
1
-0
/
+2
*
The TLS test for corrupted data was too strict in requiring that
Jack Lloyd
2015-11-13
1
-30
/
+32
*
Add TLS_PSK tests
Jack Lloyd
2015-11-13
2
-54
/
+192
*
Avoid calling get_files_recursive on a possible non-directory.
Jack Lloyd
2015-11-11
2
-9
/
+10
[next]