Matt Caswell
Matt Caswell
> my application forwards the full UDP payload (without the UDP header that contains the total length) to ssl3_accept() How do you do this? Are you using a custom BIO?
I'm not aware of any problems with OpenSSL in this area (it's not a known problem). Are you using `BIO_s_mem()` for this? Or are you using a custom memory backed...
One thing that you might be able to check - is the data actually read from the mem BIO and then dropped? Or is it never read?
> The question I have since the application is sending only the UDP payload (as opposed to UDP header which contains the total length which is the sum of all...
> Do you know if I have to write the full UDP packet (UDP header + UDP payload) to the BIO from the application? Currently I am writing only the...
Seems like this is resolved so closing.
I wonder if we could somehow test for sane output from `nm` and skip the test if its not sane?
Check a well known symbol from libcrypto. Grep the output from nm to see if it exists at all. If it exists we assume symbol export is working in some...
The "no-des" option disables compilation of all DES based ciphersuites at compile time, e.g. ```` $ ./config no-des $ make ````
Unfortunately, both OpenSSL 1.0.1 and the old FIPS object module are no longer supported by the project.