Jack Lloyd

Results 182 comments of Jack Lloyd

The checking @pstanisz mentioned is also available in 2.18.0 and higher so you don't need to use pre-release software to get this.

`tls_alert` is only called when you receive an alert from the peer, here we are sending an alert and there is no callback/inspection for this process (though that might indeed...

It is on the roadmap but it is a big project and I have only so much free time. A couple of companies have expressed interest in funding the work...

It looks like there may be a source of funding for me and also some dev assistance starting early next year. Nothing is certain yet but :crossed_fingers: if all goes...

For AltiVec "target attribute or pragma changes single precision floating point" I am not really sure but it looks like it may be this GCC bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68028 which is still...

I think you need to either link using `clang++` or else link in `libc++` explicitly. BTW if you are using Rust you may be interested in https://crates.io/crates/botan

I think we need to revert the asio code to match with release-2 for the C++14 branch

Unfortunate. I do understand (especially given the libraries apparent widespread usage in automotive/embedded/industrial contexts) that toolchains often are somewhat old and difficult to upgrade and in general this is something...

@pist-eb Pushed as `master-cpp14` or just apply 769e036 onto the existing alpha0

Thanks for the report. I think this is a bug in ICC but is hopefully easy to work around. Can you try this patch? ``` diff --git a/src/lib/filters/filter.h b/src/lib/filters/filter.h index...