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
/
tests.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add test for non-null pointer
Jack Lloyd
2018-01-30
1
-0
/
+9
*
Remove BOTAN_FORCE_SEMICOLON macro
Jack Lloyd
2017-12-30
1
-2
/
+1
*
Move utils for reading test data files up to Test:: from OCSP
Jack Lloyd
2017-12-29
1
-0
/
+3
*
Use a simple PRNG for the tests
Jack Lloyd
2017-10-29
1
-9
/
+11
*
Inline Test::run_test into only caller
Jack Lloyd
2017-10-24
1
-3
/
+1
*
Avoid empty methods, use =default or add a comment
Jack Lloyd
2017-10-03
1
-1
/
+0
*
Further header cleanups
Jack Lloyd
2017-09-28
1
-11
/
+14
*
Additional finals
Jack Lloyd
2017-09-22
1
-3
/
+3
*
Add final annotations as appropriate in the test code
Jack Lloyd
2017-09-22
1
-1
/
+1
*
Remove some using declarations in test code
Jack Lloyd
2017-09-22
1
-3
/
+3
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
1
-2
/
+2
*
Add basic tests for const time utils
Jack Lloyd
2017-09-19
1
-0
/
+1
*
Merge GH #1035 Support generating RSA keys with OpenSSL
Jack Lloyd
2017-05-03
1
-1
/
+1
|
\
|
*
Generate private RSA key with OpenSSL.
Alexander Bluhm
2017-04-30
1
-1
/
+1
*
|
Reformat code with astyle + fix code style
Tomasz Frydrych
2017-05-01
1
-13
/
+37
|
/
*
Filter provider in test loops, skip text based without provider.
Alexander Bluhm
2017-04-21
1
-1
/
+1
*
Run tests for a specific provider.
Alexander Bluhm
2017-04-21
1
-0
/
+13
*
Content:
Tomasz Frydrych
2017-04-03
1
-2
/
+2
*
Fix botan-test verbose mode
René Korthaus
2017-02-14
1
-1
/
+1
*
Add support for NEON in SIMD_4x32
Jack Lloyd
2017-01-29
1
-0
/
+6
*
Add positive DH test vectors from NIST CAVP
René Korthaus
2017-01-02
1
-0
/
+1
*
Improve filter tests
Jack Lloyd
2016-12-31
1
-1
/
+1
*
Missing add
Jack Lloyd
2016-12-31
1
-0
/
+1
*
Add test option --run-long-tests
Jack Lloyd
2016-12-24
1
-5
/
+10
*
Minor refactoring of Text_Based_Test
Jack Lloyd
2016-12-19
1
-10
/
+2
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-4
/
+2
*
Fix off by one in PKCS #1 v1.5 decryption decoding
Jack Lloyd
2016-12-08
1
-0
/
+2
*
Add test for various functions previously missed (T::clone, PBKDF::name, AEAD...
Jack Lloyd
2016-11-26
1
-0
/
+2
*
Better OCSP tests including online tests
Jack Lloyd
2016-11-23
1
-1
/
+3
*
This range check was in the wrong direction
Jack Lloyd
2016-11-17
1
-1
/
+1
*
Fix TLS corruption tests.
Jack Lloyd
2016-11-15
1
-4
/
+7
*
New TLS positive and negative tests.
Juraj Somorovsky
2016-09-30
1
-0
/
+3
*
Add T::provider() to allow user to inquire about implementation used
Jack Lloyd
2016-09-15
1
-0
/
+2
*
Add cpuid overload to test framework
Jack Lloyd
2016-09-15
1
-0
/
+3
*
fix minimized build when pkcs11 module enabled
Daniel Neus
2016-08-20
1
-0
/
+2
*
add OctetString unit tests
Daniel Neus
2016-07-20
1
-0
/
+5
*
Switch to HMAC_DRBG for all RNG generation.
Jack Lloyd
2016-07-17
1
-1
/
+1
*
add PKCS#11 support
Daniel Neus
2016-06-17
1
-2
/
+37
*
Add more tests for ffi
René Korthaus
2016-03-25
1
-0
/
+1
*
cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...
Daniel Neus
2016-03-05
1
-2
/
+2
*
Add constant time conditional swap, add, sub for bigint words
Jack Lloyd
2016-02-17
1
-0
/
+7
*
Get rid of "extra ';'" warnings and force semicolon after macros
Simon Warta
2016-01-11
1
-1
/
+2
*
Fix a few clang warnings. Set clang sanitizer flags
Jack Lloyd
2015-12-24
1
-1
/
+0
*
Add missing try/catch in signature verification test.
Jack Lloyd
2015-12-21
1
-1
/
+1
*
Add --data-dir option to test command
Jack Lloyd
2015-12-20
1
-3
/
+7
*
If skipping a test due to diabled algo, only print if in verbose mode.
Jack Lloyd
2015-12-19
1
-1
/
+1
*
CLI rewrite
Jack Lloyd
2015-12-19
1
-6
/
+15
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
1
-0
/
+6
*
Convert const char* arguments on Test:: to std::strings
Jack Lloyd
2015-11-28
1
-28
/
+24
*
New reseed_with_sources call on RNGs
Jack Lloyd
2015-11-24
1
-1
/
+8
[next]