Commit f6ada26 1 parent 2a492e0 commit f6ada26 Copy full SHA for f6ada26
File tree 5 files changed +4
-6
lines changed
5 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ that must be used:
76
76
77
77
Without these header files, or with a Botan version prior
78
78
to 2.14.0, Kea cannot build as the TLS/HTTPS support is considered
79
- as essential for security.
79
+ essential for security.
80
80
81
81
- Very old Boost versions provide SSL support (based on OpenSSL)
82
82
without offering a choice of the TLS version; Kea can still use them,
Original file line number Diff line number Diff line change @@ -182,7 +182,6 @@ class KeaPolicy : public Botan::TLS::Default_Policy {
182
182
static const std::vector<std::string> AllowedSignatureMethodsECDSA;
183
183
};
184
184
185
-
186
185
// Kea session manager.
187
186
using KeaSessionManager = Botan::TLS::Session_Manager_Noop;
188
187
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class TlsContext : public TlsContextBase {
43
43
44
44
// / @brief Destructor.
45
45
// /
46
- // / @note The destructor can't be defined here because a unique
46
+ // / @note The destructor can't be defined here because a unique
47
47
// / pointer to an incomplete type is used.
48
48
virtual ~TlsContext ();
49
49
Original file line number Diff line number Diff line change @@ -66,8 +66,6 @@ class HMACImpl {
66
66
isc_throw (LibraryError, " Botan error: " << exc.what ());
67
67
}
68
68
69
- // If the key length is larger than the block size, we hash the
70
- // key itself first.
71
69
try {
72
70
// Botan 1.8 considers len 0 a bad key. 1.9 does not,
73
71
// but we won't accept it anyway, and fail early
Original file line number Diff line number Diff line change 37
37
#include < http/tests/tls_response_creator_test.h>
38
38
39
39
#ifdef WITH_BOTAN
40
- #define DISABLE_SOME_TESTS
40
+ // All tests work with last Botan versions so commenting this.
41
+ // #define DISABLE_SOME_TESTS
41
42
#endif
42
43
#ifdef WITH_OPENSSL
43
44
#if !defined(LIBRESSL_VERSION_NUMBER) && (OPENSSL_VERSION_NUMBER < 0x10100000L)
You can’t perform that action at this time.
0 commit comments