Tero Saarni

Results 119 comments of Tero Saarni

I wanted to highlight that I'm not locked to any specific implementation. I've worked with this for a little while and I have some ideas how things could work, but...

@pedroigor Yes that is true! We would still need a `KeyStore` but that can of course be instantiated by other means than via KeyStore SPI. While working on this PR,...

Thanks @oskarirauta, interesting finding! Do you know how to reproduce it? I did not manage myself. Now I made attempt to just have `#define stdout foo` and check if the...

``` test.cpp:7:26: error: expected unqualified-id before '(' token 7 | std::cout Outside of topic; I kinda forked your work- or at least re-used parts for streams- check it out if...

@oskarirauta That is a cool project, thanks for telling about it! I wish you good times with your project 😄 I never used lcd4linux myself but I knew of it,...

It did, with the caveat I mentioned above https://github.com/eclipse-vertx/vert.x/pull/4388#issuecomment-1169533794 > I saw it while working on https://github.com/eclipse-vertx/vert.x/pull/4372, when using NewSunX509 KeyManager. It does not select expired certificates. But currently the...

@vietj BTW I think the tests do not currently fail since the client explicitly trusts the expired server certificate https://github.com/eclipse-vertx/vert.x/blob/488b0b972696edadb820f5cb3dce798831b789e7/src/test/java/io/vertx/core/http/Http1xTLSTest.java#L57 It will not fail even if setting CA as trust...

Considering that the current behavior is to _ignore_ users request to mirror only part of the traffic, it does not sound that bad to go with (1) and redefine `weight`...

Would the project be interested in contribution if I created a PR?

I'm dropping gettext.h wrapper that GNU gettext project offers to be included in projects ([link](https://git.savannah.gnu.org/gitweb/?p=gettext.git;a=blob;f=gnulib-local/lib/gettext.h;h=3d3840f9fcde4080ce3aff097ea73a23ce6e9417;hb=HEAD)). CodeQL reported critical finding which I'm not 100% sure about it (_"May return stack-allocated memory...