File tree Expand file tree Collapse file tree 6 files changed +422
-340
lines changed Expand file tree Collapse file tree 6 files changed +422
-340
lines changed Original file line number Diff line number Diff line change 1
- patches / vcpkg-ports /** /* - text
1
+ vcpkg-ports /** /* - text
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ vector<X509Cert> ConfV4::verifyServiceCerts() const
334
334
* @see @ref parameters
335
335
*/
336
336
/* *
337
- * Version 4 config with new parameters
337
+ * Version 5 config with new parameters
338
338
*/
339
339
ConfV5::ConfV5 () = default;
340
340
Original file line number Diff line number Diff line change @@ -48,8 +48,6 @@ using namespace std;
48
48
* - http://www.w3.org/2001/04/xmldsig-more#sha384
49
49
* - http://www.w3.org/2001/04/xmlenc#sha512
50
50
*
51
- * In case of DDoc files, the parameter is ignored and SHA1 hash is always returned
52
- *
53
51
* @param method method uri for calculating digest.
54
52
* @return returns calculated digest value.
55
53
* @throws Exception throws exception if the file does not exist or digest calculation fails.
Original file line number Diff line number Diff line change @@ -44,6 +44,10 @@ std::vector<Exception::ExceptionCode> Exception::ignores {};
44
44
* General error, no specific code
45
45
* @var digidoc::Exception::NetworkError
46
46
* Network error, network connection errors
47
+ * @var digidoc::Exception::HostNotFound
48
+ * Network error, host not found
49
+ * @var digidoc::Exception::InvalidUrl
50
+ * Network error, invalid URL
47
51
*
48
52
* @var digidoc::Exception::CertificateIssuerMissing
49
53
* Signer's certificate's issuer certificate is missing
You can’t perform that action at this time.
0 commit comments