summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-sign-ed25519.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-119/+103
* Strip trailing whitespace on all C filesDan Nicholson2023-02-071-4/+4
* Replace calls to g_memdup() with g_memdup2()Simon McVittie2022-11-111-2/+2
* lib/sign-ed25519: convert invariant checks to assertionsLuca BRUNO2022-10-261-11/+14
* sign/ed25519: Verify signatures are minimum lengthColin Walters2022-07-141-0/+3
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* lib: Avoid dereferencing NULL error valuesRyan Gonzalez2021-11-121-3/+7
* Merge pull request #2131 from cgwalters/sign-successOpenShift Merge Robot2020-06-241-2/+7
|\
| * signapi: Change API to also return a success messageColin Walters2020-06-171-2/+7
* | sign/ed25519: fix return value if no correct keys in fileDenis Pynkin2020-06-171-0/+2
* | sign/ed25519: fix the abort in case of incorrect public keyDenis Pynkin2020-06-171-6/+6
|/
* sign/ed25519: Output failed signatures in error messageColin Walters2020-06-161-3/+21
* Change signature opts to include type, cleanup error handlingColin Walters2020-04-151-1/+1
* sign-ed25519: Convert functions to new styleDenis Pynkin2020-03-251-84/+34
* signing: Remove g_debug(__FUNCTION__)Colin Walters2020-03-251-17/+0
* sign-ed25519: Convert some functions to new styleColin Walters2020-03-251-36/+12
* lib/sign: better error handling of ed25519 initializationDenis Pynkin2020-03-251-29/+69
* lib/sign: make ed25519 engine non-publicDenis Pynkin2020-03-251-9/+9
* lib/sign: allow to build with glib version less than 2.44Denis Pynkin2020-03-251-0/+5
* lib/sign: add revoking mechanism for ed25519 keysDenis Pynkin2020-03-251-60/+194
* lib/sign: add ostree_seign_clear_keys functionDenis Pynkin2020-03-251-7/+33
* lib/sign: minor optimisation for ed25519Denis Pynkin2020-03-251-4/+1
* lib/sign: allow to add keys as base64 string for ed25519Denis Pynkin2020-03-251-2/+45
* lib/sign: public API optimisationDenis Pynkin2020-03-251-27/+27
* lib/sign-ed25519: cleanup unneeded codeDenis Pynkin2020-03-251-89/+0
* sign: fix memory leaks and code cleanupDenis Pynkin2020-03-251-26/+20
* lib/sign: read ed25519 public keys from well known placesDenis Pynkin2020-03-251-24/+77
* sign: fixes for ed25519 for loading public keys from filesDenis Pynkin2020-03-251-33/+31
* sign: API changes for public keys and CLI keys formatDenis Pynkin2020-03-251-21/+217
* lib/sign: enable verification for pullingDenis Pynkin2020-03-251-1/+0
* lib/sign: initial implementationDenis Pynkin2020-03-251-0/+342