All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] keys: const-ification and other fixes
@ 2018-09-27 13:14 Ben Boeckel
  0 siblings, 0 replies; only message in thread
From: Ben Boeckel @ 2018-09-27 13:14 UTC (permalink / raw)
  To: keyrings

The main patch is #4, but these are all things I found while using the
code and documentation to make Rust wrappers for `libkeyutils` with
stronger typing.

If it is preferred that these be split up, let me know.

--Ben

Ben Boeckel (5):
  docs: fix prototype for `request_key`
  docs: clarify `keyctl ... trusted` commands
  rxrpc: mention that client key payloads are not arbitrary
  keyctl.h: update pointer types
  dns_key: add a function to verify the key description

 Documentation/security/keys/core.rst          |  2 +-
 .../security/keys/trusted-encrypted.rst       | 20 ++++-----
 include/uapi/linux/keyctl.h                   |  4 +-
 net/dns_resolver/dns_key.c                    | 44 +++++++++++++++----
 net/rxrpc/key.c                               |  4 +-
 5 files changed, 50 insertions(+), 24 deletions(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-09-27 13:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-27 13:14 [PATCH 0/5] keys: const-ification and other fixes Ben Boeckel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.