| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # RxRPC session sockets |
|---|
| 3 | 4 | # |
|---|
| .. | .. |
|---|
| 17 | 18 | This module at the moment only supports client operations and is |
|---|
| 18 | 19 | currently incomplete. |
|---|
| 19 | 20 | |
|---|
| 20 | | - See Documentation/networking/rxrpc.txt. |
|---|
| 21 | + See Documentation/networking/rxrpc.rst. |
|---|
| 21 | 22 | |
|---|
| 22 | 23 | config AF_RXRPC_IPV6 |
|---|
| 23 | 24 | bool "IPv6 support for RxRPC" |
|---|
| .. | .. |
|---|
| 40 | 41 | help |
|---|
| 41 | 42 | Say Y here to make runtime controllable debugging messages appear. |
|---|
| 42 | 43 | |
|---|
| 43 | | - See Documentation/networking/rxrpc.txt. |
|---|
| 44 | + See Documentation/networking/rxrpc.rst. |
|---|
| 44 | 45 | |
|---|
| 45 | 46 | |
|---|
| 46 | 47 | config RXKAD |
|---|
| .. | .. |
|---|
| 48 | 49 | depends on AF_RXRPC |
|---|
| 49 | 50 | select CRYPTO |
|---|
| 50 | 51 | select CRYPTO_MANAGER |
|---|
| 51 | | - select CRYPTO_BLKCIPHER |
|---|
| 52 | + select CRYPTO_SKCIPHER |
|---|
| 52 | 53 | select CRYPTO_PCBC |
|---|
| 53 | 54 | select CRYPTO_FCRYPT |
|---|
| 54 | 55 | help |
|---|
| 55 | 56 | Provide kerberos 4 and AFS kaserver security handling for AF_RXRPC |
|---|
| 56 | 57 | through the use of the key retention service. |
|---|
| 57 | 58 | |
|---|
| 58 | | - See Documentation/networking/rxrpc.txt. |
|---|
| 59 | + See Documentation/networking/rxrpc.rst. |
|---|