linuxsmiths
linuxsmiths
Was this added to OpenSSL? I see ktls_start() which is an internal function and also there doesn't seem to be an API to get the ktls_crypto_info_t state from a session....
> No, this wasn't added yet. Thanks @t8m! Do you know if this will be added soon? This simple feature (which gnutls already has) will make ktls support more complete.
I would suggest you to collect packet capture and see what's going on, what is causing the mount to fail. Based on that, then you may want to look at...
@sahlberg, I've created a PR with the fix for the RPC corruption issue discussed here. https://github.com/sahlberg/libnfs/pull/448 With this fix, I was able to successfully copy multiple large files (100s of...