Philippe Lieser
Philippe Lieser
Thanks for the additional domains and sry for the late reply. Updated the icons and rules. > Note: There are some organisations, where mail from "[email protected]" is signed by sign.organization.org,...
I noticed that there was just a typo in `gappssmtp.com`, and that it is a domain from Google. As they use a sub domain for each domain they sign on...
rebased to current master
The change causes problem for GCC (`./configure.py --compiler-cache=ccache --build-targets=static --without-documentation --extra-cxxflags=-fPIC --cc=gcc --cpu=armv8 --amalgamation --cc-bin=aarch64-linux-gnu-g++`): - `error: pragma or attribute ‘target("aes")’ is not valid` - `error: pragma or attribute ‘target("sha2")’...
@ldillinger A little off topic, but wanted to let you know that we try to keep an overview of language bindings at https://github.com/randombit/botan/wiki/Language-Bindings. Don't know what state your bindings are...
The `aes_armv8` module gets enabled which requires the isa `armv8crypto`. But the `-march=armv8+crypto` does not get automatically added to the compilation of `botan_all.cpp`. I thinks this relates to #2246. Before...
I also don't think we need to change the debug lib name to `botand.lib`. If a debug suffix is needed one can already add it with `--library-suffix`.
> because other libraries we're using don't support it yet Do this libraries really break if compiled with C++20? I would expect most older code to work without a problem...
I also don't like that for `BlockCipher` all the subclasses are shown. Probably a little confusing for users to so preeminently mention all this different `Block_Cipher_Fixed_Params`. But I would say...
Note that this is an information that should be already become more visible when https://github.com/lieser/dkim_verifier/issues/160 will get implemented. But I will also consider extending the message in one of the...