aboutsummaryrefslogtreecommitdiffstats
path: root/keyutils.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-07Add a notification facility for watching for key changesDavid Howells1-0/+5
2020-07-07Revert "Add a notification facility for watching for key changes"David Howells1-5/+0
2020-07-06Fix compilation error when keyutils.h is used in C++Christophe Vu-Brugier1-2/+2
2020-07-06Add a notification facility for watching for key changesDavid Howells1-0/+5
2019-06-19Provide the ability to query subsystem capabilitiesDavid Howells1-0/+50
2019-06-19Add support for KEYCTL_MOVEDavid Howells1-0/+8
2019-06-19Fix syscall signature for KEYCTL_PKEY_QUERYLennert Buytenhek1-1/+1
2018-11-02Add public key operations for encrypt, decrypt, sign and verifyDavid Howells1-0/+63
2017-06-08Add the interface logic to support DH with KDF handling support.Stephan Müller1-0/+14
2017-04-04Add keyring restrictionMat Martineau1-0/+6
2016-12-13Add Diffie-Hellman compute functionDavid Howells1-0/+42
2014-02-21Revert "Lib: Check the description string is NUL-terminated when retrieved"David Howells1-5/+1
2014-01-29Lib: Don't use realloc() in keyctl_{describe,read,get_security}_alloc()David Howells1-39/+25
2014-01-15Lib: Check the description string is NUL-terminated when retrievedDavid Howells1-1/+5
2014-01-15Lib: Don't trust sscanf()'s %n argumentDavid Howells1-1/+2
2014-01-15Lib: Fix error-path memory leaksDavid Howells1-3/+9
2013-10-02Add per-UID get-persistent keyring functionDavid Howells1-0/+5
2013-10-02Lib: Add a function to find a key by type and name, even if non-possessedDavid Howells1-0/+83
2013-08-12Add key invalidate functionDavid Howells1-0/+5
2011-08-31Store version info in library and allow it to be displayedDavid Howells1-0/+3
2011-07-19Lib: Clean up variable that are set but not readDavid Howells1-3/+1
2011-03-11Lib: Add recursive keyring tree scanning functions to the libraryDavid Howells1-0/+85
2011-03-11Lib: Make keyctl_instantiate_iov() fallback to keyctl_instantiate() if neededDavid Howells1-1/+27
2011-03-11Lib: Have keyctl_reject() fall back to keyctl_negate() if kernel op unavailableDavid Howells1-1/+7
2011-03-11Lib: Support keyctl(KEYCTL_INSTANTIATE_IOV)David Howells1-0/+8
2011-03-11Lib: Support keyctl(KEYCTL_REJECT)KEYUTILS_1.4David Howells1-1/+7
2010-02-26Add keyctl command to give the parent process a new keyringDavid Howells1-0/+5
2010-02-26Add a keyctl command to get the security label on a keyDavid Howells1-0/+43
2010-02-22keyutils historical version 1.0v1.0KEYUTILS_1.0KEYUTILS_0.3David Howells1-0/+431