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
*
Fix #917: calendar_point::to_std_timepoint() does not support years after 2037
Daniel Neus
2017-03-21
2
-2
/
+6
*
Merge GH #915 Fix OS::get_processor_timestamp()
Jack Lloyd
2017-03-19
1
-1
/
+2
|
\
|
*
Fix OS::get_processor_timestamp() tests
Daniel Neus
2017-03-14
1
-1
/
+2
*
|
No C++ exceptions from cpu probe functions. See GH #920
Jack Lloyd
2017-03-19
1
-4
/
+0
*
|
Fix: UTCTime interpreted as GeneralizedTime
Daniel Neus
2017-03-13
1
-22
/
+95
|
/
*
Merge GH #901 Allow OCSP requests without the full subject certificate
Jack Lloyd
2017-03-07
1
-2
/
+8
|
\
|
*
Allow OCSP requests without the full subject certificate
Nuno Goncalves
2017-03-04
1
-2
/
+8
*
|
Merge GH #904 Fix memory leak in TLS tests
Jack Lloyd
2017-03-03
1
-4
/
+6
|
\
\
|
|
/
|
/
|
|
*
fix mem leak in tls unit tests
Daniel Neus
2017-03-03
1
-4
/
+6
*
|
Change name constraint test to use a fixed reference time
Jack Lloyd
2017-03-03
1
-2
/
+6
|
/
*
Merge GH #902 Extend EC_PublicKey check, add EC_Group check, ECC invalid key ...
Jack Lloyd
2017-03-02
5
-1
/
+455
|
\
|
*
remove debug output from ecc_invalid unit tests
Never
2017-02-28
1
-2
/
+0
|
*
Merge pull request #2 from Rohde-Schwarz-Cybersecurity/extended-ec-public-key...
Tobias | Never
2017-02-28
5
-1
/
+457
|
|
\
|
|
*
Add ECDSA key tests from Google's project Wycheproof
René Korthaus
2017-02-12
4
-13
/
+57
|
|
*
Add test vectors for invalid ECDSA public keys from FIPS 186-4
René Korthaus
2017-02-12
2
-0
/
+185
|
|
*
Add test vectors for invalid ECDSA public keys from FIPS 186-2
René Korthaus
2017-02-12
3
-1
/
+228
*
|
|
The certificate being tested by the OCSP online test has expired.
Jack Lloyd
2017-02-26
1
-1
/
+2
*
|
|
Add missing try/catch in invalid signature test
Jack Lloyd
2017-02-26
1
-2
/
+10
|
/
/
*
|
Fix botan-test verbose mode
René Korthaus
2017-02-14
2
-2
/
+2
*
|
Remove std::cout accidentally left from debugging
René Korthaus
2017-02-12
1
-4
/
+0
|
/
*
Fix compiling TLS tests without DSA
Jack Lloyd
2017-02-11
1
-0
/
+2
*
Correct GH #869 for DSS CBC suites
Jack Lloyd
2017-02-07
1
-2
/
+2
*
Merge GH #869 Add tests for TLS DSS auth
Jack Lloyd
2017-02-07
1
-5
/
+92
|
\
|
*
Use SHA-384 with DHE_DSS_AES_256_CBC
René Korthaus
2017-02-06
1
-1
/
+5
|
*
Add tests for DHE_DSS ciphersuites
René Korthaus
2017-02-06
1
-5
/
+88
*
|
Add TLS policy tests for DSA keys
René Korthaus
2017-02-06
1
-0
/
+32
|
/
*
Support zero-length IV in ChaCha
Jack Lloyd
2017-02-02
1
-0
/
+3
*
Merge GH #860 Support CPU instruction probe on Windows, add OS::get_high_reso...
Jack Lloyd
2017-01-31
1
-12
/
+52
|
\
|
*
Fix test for 32-bit builds
Jack Lloyd
2017-01-28
1
-2
/
+2
|
*
Change meaning of get_processor_timestamp
Jack Lloyd
2017-01-27
1
-12
/
+52
*
|
Add support for NEON in SIMD_4x32
Jack Lloyd
2017-01-29
3
-0
/
+174
|
/
*
Add more Noekeon tests
Jack Lloyd
2017-01-27
1
-8
/
+4114
*
Fix PKCS11 tests when ECDH or ECDSA was disabled
Jack Lloyd
2017-01-24
1
-10
/
+11
*
Fix various SunCC and Solaris warnings and build problems.
Jack Lloyd
2017-01-24
6
-12
/
+12
*
Skip instruction probe test where fn not implemented
Jack Lloyd
2017-01-23
1
-0
/
+5
*
Avoid blocking tests from running if no RNG enabled
Jack Lloyd
2017-01-22
2
-6
/
+1
*
Add a test for trusted_hashes on path validation result
Jack Lloyd
2017-01-22
1
-0
/
+9
*
Add a test of calendar_point::to_string
Jack Lloyd
2017-01-22
1
-0
/
+8
*
Add basic test for OS utils
Jack Lloyd
2017-01-22
1
-0
/
+147
*
Mark GMAC tests as being sensitive to clmul and AES-NI CPUID bits
Jack Lloyd
2017-01-17
1
-0
/
+2
*
Avoid creating+deleting test DB for certstore
Jack Lloyd
2017-01-09
1
-6
/
+3
*
Avoid deprecation warning in TLS tests
Jack Lloyd
2017-01-09
1
-0
/
+3
*
Work around an apparent problem with GCC on AIX
Jack Lloyd
2017-01-06
1
-4
/
+5
*
Another try/catch for the tests
Jack Lloyd
2017-01-06
1
-8
/
+13
*
Avoid using uninitialized RNG object in tests if construction fails
Jack Lloyd
2017-01-06
1
-4
/
+11
*
Add tests for Stream_Cipher_Mode
Jack Lloyd
2017-01-06
1
-0
/
+14
*
Merge GH #806 Add tests for TLS certificate static message
Jack Lloyd
2017-01-05
3
-5
/
+54
|
\
|
*
Add tests for certificate status message
Jack Lloyd
2017-01-04
3
-5
/
+54
*
|
Merge GH #803 Add botan_ffi_supports_version func
Jack Lloyd
2017-01-05
1
-0
/
+1
|
\
\
|
*
|
Add botan_ffi_supports_api function
Jack Lloyd
2017-01-04
1
-0
/
+1
|
|
/
[next]