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
/
lib
/
x509
/
x509path.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid creating a map from a DN when not required
Jack Lloyd
2018-03-21
1
-1
/
+2
*
Merge GH #1470 Use soft fail for OCSP
Jack Lloyd
2018-03-04
1
-20
/
+30
|
\
|
*
OCSP softfail revocation check
Mathieu Souchaud
2018-03-01
1
-20
/
+30
*
|
Fix check_crl_online segfaults, need tests.
Mathieu Souchaud
2018-03-02
1
-11
/
+10
*
|
Fix crash bug in check_crl_online
Jack Lloyd
2018-03-01
1
-1
/
+1
|
/
*
Add Path_Validation_Result::warnings_string() method
Mathieu Souchaud
2018-02-28
1
-0
/
+14
*
Fix Path_Validation_Result::no_warnings
Mathieu Souchaud
2018-02-28
1
-1
/
+4
*
Move DN upper bound function to X509_DN static function
Jack Lloyd
2017-12-23
1
-2
/
+2
*
Fix some shadow and unused parameter warnings
Jack Lloyd
2017-12-20
1
-2
/
+2
*
Fix various x509 path validation bugs + path building with ambiguous DNs
Fabian Weissberg
2017-12-20
1
-40
/
+318
*
Expose a function returning a status code for verifing X509 objects
Jack Lloyd
2017-12-19
1
-4
/
+4
*
Use HTTP level timeouts instead of polling on the std::future
Jack Lloyd
2017-12-17
1
-23
/
+6
*
Check for keyCertSign on non-CA certificates during validation
Jack Lloyd
2017-11-14
1
-0
/
+14
*
Use new APIs in path validation and name constraint handling
Jack Lloyd
2017-11-14
1
-2
/
+5
*
Address various GCC warnings
Jack Lloyd
2017-10-06
1
-2
/
+2
*
Further header cleanups
Jack Lloyd
2017-09-28
1
-0
/
+1
*
More include header cleanups
Jack Lloyd
2017-09-21
1
-3
/
+0
*
Fix various MSVC warnings
Jack Lloyd
2017-08-31
1
-2
/
+2
*
fix pathLenConstraint validation
Daniel Neus
2017-05-19
1
-4
/
+33
*
Content:
Tomasz Frydrych
2017-04-03
1
-2
/
+0
*
Allow OCSP requests without the full subject certificate
Nuno Goncalves
2017-03-04
1
-1
/
+1
*
Fix various SunCC and Solaris warnings and build problems.
Jack Lloyd
2017-01-24
1
-4
/
+4
*
Remove unnecessary BOTAN_DLL annotations
Jack Lloyd
2016-12-27
1
-1
/
+1
*
Add CertificatePathStatusCodes typedef
Jack Lloyd
2016-12-18
1
-18
/
+18
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-1
/
+1
*
Add OCSP stapling support to TLS client
Jack Lloyd
2016-11-26
1
-8
/
+17
*
Fix TLS tests wrt validation changes
Jack Lloyd
2016-11-25
1
-2
/
+2
*
Address review comments from @cordney
Jack Lloyd
2016-11-25
1
-34
/
+57
*
Fix popping empty container if no revocation data available
Jack Lloyd
2016-11-23
1
-2
/
+2
*
Add macro signalling support for online revocation checks.
Jack Lloyd
2016-11-23
1
-2
/
+2
*
Better OCSP tests including online tests
Jack Lloyd
2016-11-23
1
-0
/
+6
*
Refactor X.509 path validation
Jack Lloyd
2016-11-23
1
-224
/
+472
*
Move cert/x509 to top level and pem and pbes2 to pubkey.
Jack Lloyd
2016-11-03
1
-0
/
+454