~singpolyma/biboumi

ref: b1564e4ddc3e54ad78788a6f5643056d03a41678 biboumi/src/network/credentials_manager.hpp -rw-r--r-- 1.7 KiB
b1564e4d — louiz’ 4 years ago
Fix a bunch of int to unsigned int conversion warnings
c5a02685 — louiz’ 5 years ago
Explicitely include all needed botan headers

Most importantely, include parsing.h, since read_cfg is not implicitely
included anymore in botan 2.3, and that does not compile.

Also do not included botan.h anymore, since it’s deprecated in botan 2.3

fix #3296
ffb402f0 — louiz’ 5 years ago
Drop support for botan < 2.0

fix #3274
be9c577d — louiz’ 5 years ago
Apply all the clang-tidy performance-* fixes
0ab40dc1 — louiz’ 6 years ago
Refactoring louloulibs and cmake

Use OBJECT libraries
Remove the louloulibs directory
Write FOUND variables in the cache
7784c568 — louiz’ 6 years ago
Update the verify_certificate_chain code to work with botan >= 1.11.34 as well
f50f5065 — louiz’ 6 years ago
Refactor load_certs()
81f8f45b — louiz’ 6 years ago
Replace all include guards by #pragma once

It’s $CURRENT_YEAR
af420738 — louiz’ 6 years ago
Style fix

Move all constructors at the top of classes
a13285d0 — Florent Le Coz 7 years ago
Rename BasicCredentialManager
1f8333f2 — Florent Le Coz 7 years ago
Support a trusted SHA1 fingerprint to be configured for each IRC server
e8386bd1 — Florent Le Coz 7 years ago
Provide an adhoc option to let user pass the cert verif for some IRC servers
06db9b36 — Florent Le Coz 7 years ago
Fix the build without botan, caused by credentials_manager
f928f762 — Florent Le Coz 7 years ago
Verify the remote TLS certificates using the system-wide trusted CAs