Sashan
Sashan
FYI I'm just testing change which might be considered as better workaround. Diff reads as follows: ``` diff --git a/util/perl/TLSProxy/Proxy.pm b/util/perl/TLSProxy/Proxy.pm index 48c55f4822..9fd6cae358 100644 --- a/util/perl/TLSProxy/Proxy.pm +++ b/util/perl/TLSProxy/Proxy.pm @@ -291,7...
I've just forced pushed a change which reverts changes to github workflows and adds a one-liner tweak to `Proxy.pm` mentioned in my earlier comment.
This comment adds some debugging notes worth to remember. - the failure was triggered on google E2 instances running FreeBSD 13.2 only - we were lucky we could find a...
> A quick detail: > > ``` > + print TAP_FH "%s\n", $tmp->as_string(); > ``` > > [`print`](https://perldoc.perl.org/functions/print) != [`printf`](https://perldoc.perl.org/functions/printf) > > (I was wondering why your output had all...
All tests are green now. Looks like `open3()` does not work quite well on Windows. I tried to debug it but I had no luck this time. I was trying...
> This should be merged to all the active branches. it got merged to master, 3.4 and 3.3. 3.2 and earlier merge ended up with conflict which I've resolved in...
> > Both models have its own overheads and are suitable for different applications. > > It's an interesting approach. But i see it as orthogonal to this PR. >...
Also `handshake` test can not report a significant difference between master branch and this PR: ``` lifty$ openssl.env master.release lifty$ for i in `seq 10` ; do ./handshake -t /home/sashan/work.openssl/QUIC/openssl.addr_validation/test/certs/...
 this is the screenshout which shows utf-8 chars in non-utf8 terminal.
The linked pull request was merged already. closing the issue.