svn commit: r358053 - projects/nfs-over-tls/sys/fs/nfsclient

Rick Macklem rmacklem at uoguelph.ca
Tue Mar 3 00:02:25 UTC 2020


John Baldwin wrote:
[stuff snipped]
>I started testing my KTLS RX software branch Friday btw (panicked right away
>of course, but it's hopefully not too far away).  For now I'm only focused on
>TLS 1.0-1.2, but will get to 1.3 eventually.  I suspect for 1.3 that early data
>will still be handled in userland and just as for KTLS TX, KTLS RX will only
>be used with the second set of keys.
Just fyi, when I switch the client side daemon to use TLS1.2 instead of
TLS1.3, those two records (238 bytes each) that showed up in the socket
receive queue do not show up. (ie. They are TLS1.3 specific, so we won't
need to worry about them for now.)

Have fun with it, rick

--
John Baldwin


More information about the svn-src-projects mailing list