Commit Graph

2 Commits

Author SHA1 Message Date
Markus Theil
dc7750f637 botan3: flag macos as bad platform for now
Default clang 11 on MacOS is too old for botan 3,
which requires at least clang 14.

Signed-off-by: Markus Theil <theil.markus@gmail.com>
2023-07-19 15:36:12 +02:00
Markus Theil
29d53c7529 botan3: init at 3.1.1
Use the existing generic botan file and add specialization
for botan 3. Botan 3 most importantly adds support for
TLS 1.3 and PQC algorithms. Introduce Botan 3 in parallel to
Botan 2, as it is a major release and e.g. now uses C++20
in contrast to C++11 of Botan 2.9.

Signed-off-by: Markus Theil <theil.markus@gmail.com>
2023-07-18 22:08:24 +02:00