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
/
test_x509_path.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make exceptions easier to translate to error codes
Jack Lloyd
2018-11-23
1
-12
/
+10
*
Remove support for Visual C++ 2013
Jack Lloyd
2018-10-01
1
-2
/
+2
*
Fix x509_path_x509test failing when http_util module was not enabled
Jose Pereira
2018-09-25
1
-1
/
+1
*
Apple Clang requires min/max be constexpr
Jack Lloyd
2018-05-13
1
-10
/
+10
*
Fixes for compilation in C++17 mode by MSVC
Jack Lloyd
2018-05-13
1
-7
/
+12
*
Fix some tests that would fail after 2033
Jack Lloyd
2018-04-01
1
-1
/
+6
*
Fix validation tests - test certs had expired
Jack Lloyd
2018-04-01
1
-1
/
+6
*
Skip OCSP softfail check here since OCSP doesn't work without threads
Jack Lloyd
2018-03-31
1
-0
/
+2
*
OCSP softfail revocation check
Mathieu Souchaud
2018-03-01
1
-1
/
+36
*
Add Path_Validation_Result::warnings_string() method
Mathieu Souchaud
2018-02-28
1
-0
/
+2
*
Add function to query if filesystem support is enabled.
Jack Lloyd
2018-01-30
1
-68
/
+40
*
Fix test error when MD5 is disabled
Jack Lloyd
2018-01-18
1
-1
/
+6
*
Avoid (implicitly) using std::rand with std::random_shuffle
Jack Lloyd
2017-12-23
1
-1
/
+8
*
Avoid test failures when PKCSv1.5 signatures are disabled in build
Jack Lloyd
2017-12-20
1
-6
/
+1
*
Fix some shadow and unused parameter warnings
Jack Lloyd
2017-12-20
1
-1
/
+1
*
Fix various x509 path validation bugs + path building with ambiguous DNs
Fabian Weissberg
2017-12-20
1
-2
/
+176
*
Move all the various X509 test data files under src/tests/data/x509
Jack Lloyd
2017-11-16
1
-10
/
+10
*
Catch exceptions in NIST validation tests
Jack Lloyd
2017-11-14
1
-33
/
+41
*
X.509 RSA-PSS verification
Daniel Neus
2017-10-20
1
-0
/
+126
*
Further build/test fixes for restricted configurations
Jack Lloyd
2017-09-24
1
-1
/
+1
*
Add final annotations as appropriate in the test code
Jack Lloyd
2017-09-22
1
-3
/
+3
*
More include header cleanups
Jack Lloyd
2017-09-21
1
-3
/
+1
*
Header file cleanups
Jack Lloyd
2017-09-21
1
-0
/
+1
*
fix pathLenConstraint validation
Daniel Neus
2017-05-19
1
-0
/
+78
*
Reformat code with astyle + fix code style
Tomasz Frydrych
2017-05-01
1
-11
/
+24
*
Increase Path_Validation_Restrictions default min strength to 110
Jack Lloyd
2016-12-27
1
-3
/
+5
*
Add test option --run-long-tests
Jack Lloyd
2016-12-24
1
-0
/
+4
*
Remove duplicate test data
Jack Lloyd
2016-12-19
1
-0
/
+6
*
Add useful debugging output to path validation test
Jack Lloyd
2016-11-23
1
-1
/
+1
*
Allow setting the validation time during PKIX path validation
Jack Lloyd
2016-10-21
1
-1
/
+5
*
Add IncludeOS target. Make filesystem support optional.
Jack Lloyd
2016-10-10
1
-1
/
+1
*
V816 It is more efficient to catch exception by reference rather than by valu...
Daniel Neus
2016-02-08
1
-1
/
+1
*
Remove debug printf
Jack Lloyd
2015-12-31
1
-1
/
+0
*
Update NIST X509 tests to handle --data-dir and read expected results from a ...
Jack Lloyd
2015-12-23
1
-223
/
+72
*
Use --data-dir in test X509test_Path
Simon Warta
2015-12-22
1
-6
/
+5
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
1
-3
/
+3
*
Update and consolidate the test framework.
Jack Lloyd
2015-11-11
1
-0
/
+371