Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | net/handshake: Enable the SNI extension to work properly | Chuck Lever | 2023-05-25 | 1 | -0/+1 |
| | | | | | | | | | | | Enable the upper layer protocol to specify the SNI peername. This avoids the need for tlshd to use a DNS lookup, which can return a hostname that doesn't match the incoming certificate's SubjectName. Fixes: 2fd5532044a8 ("net/handshake: Add a kernel API for requesting a TLSv1.3 handshake") Reviewed-by: Simon Horman <simon.horman@corigine.com> Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org> | ||||
* | net/handshake: Add a kernel API for requesting a TLSv1.3 handshake | Chuck Lever | 2023-04-20 | 1 | -0/+43 |
To enable kernel consumers of TLS to request a TLS handshake, add support to net/handshake/ to request a handshake upcall. This patch also acts as a template for adding handshake upcall support for other kernel transport layer security providers. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org> |