summaryrefslogtreecommitdiff
path: root/crypto/external/bsd/netpgp/dist/src/lib
AgeCommit message (Expand)Author
2022-10-03netpgp: fix build with Clang (since 2022-10-01)rillig
2022-10-01netpgpkeys: properly terminate string before calling strduprillig
2022-08-27netpgp: fix or suppress a few lint warningsrillig
2022-08-27netpgp: fix use after free when writing keyringrillig
2022-08-27netpgp: fix use after free when reading pubkeyrillig
2022-08-26adding initial support for ECDSA (19) to netpgp. tested using p256/sha256, p3...jhigh
2021-07-28print Issuer Fingerprint subpacket 33 (rfc4880bis-08:5.2.3.28) rather than Un...jhigh
2020-10-14allow netpgp to absorb gpg2 subpkt 33 for list/enc/decrypt rsa keysjhigh
2020-04-18added blowfish symmetric cipher per RFC4880 9.2jhigh
2020-03-21cleanly fail initialization on empty keyringjhigh
2018-11-13Fix some error handling, json support, keyring handling.mlelstv
2018-05-10Add descriptions forsevan
2018-05-09Add a description of netpgp_unsetvar and netpgp_list_keys_json.sevan
2018-05-09Fix typo, add 'and' in list.wiz
2018-05-09Add the type of information returned about maintainer.sevan
2018-04-29Add the following functions to the list (TODO - add descriptions)sevan
2018-04-16Remove trailing whitespace.wiz
2018-04-15Break down explanation of netpgp_init to make it easier to extend.sevan
2018-04-04Drop superfluous zero prefix for single digit number days.sevan
2018-04-03Some further changes from PR bin/48395.sevan
2018-04-02Revert previous change as the typedef should now work as intended.sevan
2018-04-01netpgp_t is a structuresevan
2018-02-05centralize the conversion functions and make this work with bothchristos
2017-04-09No longer hard-code the suffix lengthkhorben
2017-04-09Output signatures to the standard output for "-"khorben
2017-04-09Avoid a type castkhorben
2017-03-27Do not ask for a passphrase when emptykhorben
2017-03-27Expect a FILE * for pgp_decrypt_seckey()khorben
2017-03-27Do not use random data for pass-phrases on EOFkhorben
2017-03-27Avoid some type castskhorben
2017-03-27Do not truncate pass-phrases without a newline characterkhorben
2017-02-24Revert "Remove a useless loop around getpass()"khorben
2017-02-20Remove a useless loop around getpass()khorben
2017-02-20Remove a useless loop around getpass()khorben
2017-02-20Do not crash when listing keys without a keyringkhorben
2016-06-28CID 977755: Resource leaks.christos
2016-02-07Fix signing of in-memory data with SSH keysagc
2014-02-21Update to version 20140220agc
2014-02-17Avoid a warning on Gentoo Linux about fwrite(3) -- their glibcagc
2014-02-17Manual page fixes from Anthony J. Bentley, with many thanks!agc
2014-02-17Update the autoconf-based infrastructure for another release.agc
2014-02-04When building up a PGP public key from an ssh key, do not use the keyagc
2014-01-06Add __printflike where necessary.joerg
2013-07-20Use Mt for email addresses.wiz
2012-03-05Fix compilation:christos
2012-03-04Use %s for the format string, as pointed out by joerg in the diff foragc
2012-02-22Add the --trusted-keys argument to netpgpkeys(1) to print out PGP ids in aagc
2012-02-22re-order the fields that we print out in the pgp_sprint_pubkey() functionagc
2011-08-14simplify the code; this is what asprintf() is for, don't re-invent it.christos
2011-08-02plug some memory leaks in error pathsagc