ldd do not show cygcrypto-1.1.dll and/or cygssl-1.1.dll

2022-03-22 Thread Vincent Blondel
Hello, I am trying to setup a lab to Code a program with C++ (g++ (GCC) 11.2.0) and OpenSSL (OpenSSL 1.1.1m 14 Dec 2021) and Cygwin. Below is my basic C++ skeleton to start with ... #ifndef __TLS_HPP__ #define __TLS_HPP__ #include #include #include #include #include #include #include

Re: [openssl/openssl] bio_dgram vs IPv6

2022-03-22 Thread Matt Caswell
On 22/03/2022 16:22, Michael Richardson wrote: Michael Wojcik wrote: > The RFC specifically mentions using this API to retrieve and set > addresses, so it seems like a fix for issue 5257 does need to use it, > if that's to be done in a portable way. > 3542 is only

Re: [openssl/openssl] bio_dgram vs IPv6

2022-03-22 Thread Michael Richardson
Matt Caswell wrote: >> Matt Caswell wrote: > Nit; We insert an >> extra space when enclosed within a "#if", i.e. >> >> I assume that this applies recursively? > Yes. >> I think that in some cases the indent could be quite deep. > It hasn't been a major issue so

Re: [openssl/openssl] bio_dgram vs IPv6

2022-03-22 Thread Michael Richardson
Michael Wojcik wrote: > The RFC specifically mentions using this API to retrieve and set > addresses, so it seems like a fix for issue 5257 does need to use it, > if that's to be done in a portable way. > 3542 is only Informational, but I'd expect most or all platforms with

bss_dgram changes and Re: run-checker NO DGRAM and test cases

2022-03-22 Thread Michael Richardson
I've continued to work on: https://github.com/openssl/openssl/pull/5257 I'm summarizing this here because the pull request is now very convoluted to follow. a) It's rebased to openssl-3.1-dev, although now 30 commits behind head since last week, but should be easy to bring it to the